Html Css Color HEX #C31D00 Harley Davidson Orange
📋 copy color: '#C31D00'red 195 ◦ green 29 ◦ blue 0
Shades of Harley Davidson Orange #C31D00
Tints of Harley Davidson Orange #C31D00
RGB
CMYK
RGB Variations
Color information
#C31D00 (or 0xC31D00) is known color: Harley Davidson Orange. HEX triplet: C3, 1D and 00. RGB value is (195,29,0). Sum of RGB (Red+Green+Blue) = 195+29+0=224 (29% of max value = 765). Red value is 195 (76.56% from 255 or 87.05% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31D00 is #3CE2FF. Grayscale: #4B4B4B. Windows color (decimal): -3990272 or 7619. OLE color: 7619.
HSL color Cylindrical-coordinate representation of color #C31D00: hue angle of 8.92º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C31D00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.24 |
| HSL | 8.92º | 1% | 0.38% | - |
| HSV(B) | 8.92º | 1% | 0.76% | - |
| XYZ | 22.95 | 12.48 | 1.2 | - |
| YUV | 75.33 | 85.5 | 213.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 0 | 0 | 0.85 | 1 | 0.24 | 8.92 | 1 | 0.38 |
| Hex | C3 | 1D | 0 | 0 | 55 | 64 | 18 | 9 | 64 | 26 |
| Octal | 303 | 35 | 0 | 0 | 125 | 144 | 30 | 11 | 144 | 46 |
| Binary | 11000011 | 11101 | 0 | 0 | 1010101 | 1100100 | 11000 | 1001 | 1100100 | 100110 |
Color Harmonies of #C31D00
Complementary color
Monochromatic Colors of #C31D00
Black with #C31D00
Text Example
Text Example
White with #C31D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D00; }
p { color: rgb(195,29,0); }
H1.HeaderClassName
{
color: #C31D00;
}
.AnyTagClassName
{
color: #C31D00;
}
</style>
background-color css
<style>
a { background-color: #C31D00; }
a { background-color: rgb(195,29,0); }
div.DivClassName
{
background-color: #C31D00;
}
.BgClassName
{
background-color: #C31D00;
}
</style>
border-color css
<style>
span { border-color: #C31D00; }
span { border-color: rgb(195,29,0); }
td.TdClassName
{
border-color: #C31D00;
}
.TagClassName
{
border-color: #C31D00;
}
</style>