Html Css Color HEX #C9420D Harley Davidson Orange
📋 copy color: '#C9420D'red 201 ◦ green 66 ◦ blue 13
Shades of Harley Davidson Orange #C9420D
Tints of Harley Davidson Orange #C9420D
RGB
CMYK
RGB Variations
Color information
#C9420D (or 0xC9420D) is known color: Harley Davidson Orange. HEX triplet: C9, 42 and 0D. RGB value is (201,66,13). Sum of RGB (Red+Green+Blue) = 201+66+13=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C9420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9420D is #36BDF2. Grayscale: #646464. Windows color (decimal): -3587571 or 869065. OLE color: 869065.
HSL color Cylindrical-coordinate representation of color #C9420D: hue angle of 16.91º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9420D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.21 |
| HSL | 16.91º | 0.88% | 0.42% | - |
| HSV(B) | 16.91º | 0.94% | 0.79% | - |
| XYZ | 26.11 | 16.34 | 2.16 | - |
| YUV | 100.32 | 78.73 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 13 | 0 | 0.67 | 0.94 | 0.21 | 16.91 | 0.88 | 0.42 |
| Hex | C9 | 42 | D | 0 | 43 | 5E | 15 | 11 | 58 | 2A |
| Octal | 311 | 102 | 15 | 0 | 103 | 136 | 25 | 21 | 130 | 52 |
| Binary | 11001001 | 1000010 | 1101 | 0 | 1000011 | 1011110 | 10101 | 10001 | 1011000 | 101010 |
Color Harmonies of #C9420D
Complementary color
Monochromatic Colors of #C9420D
Black with #C9420D
Text Example
Text Example
White with #C9420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9420D; }
p { color: rgb(201,66,13); }
H1.HeaderClassName
{
color: #C9420D;
}
.AnyTagClassName
{
color: #C9420D;
}
</style>
background-color css
<style>
a { background-color: #C9420D; }
a { background-color: rgb(201,66,13); }
div.DivClassName
{
background-color: #C9420D;
}
.BgClassName
{
background-color: #C9420D;
}
</style>
border-color css
<style>
span { border-color: #C9420D; }
span { border-color: rgb(201,66,13); }
td.TdClassName
{
border-color: #C9420D;
}
.TagClassName
{
border-color: #C9420D;
}
</style>