Html Css Color HEX #C9421C Harley Davidson Orange
📋 copy color: '#C9421C'red 201 ◦ green 66 ◦ blue 28
Shades of Harley Davidson Orange #C9421C
Tints of Harley Davidson Orange #C9421C
RGB
CMYK
RGB Variations
Color information
#C9421C (or 0xC9421C) is known color: Harley Davidson Orange. HEX triplet: C9, 42 and 1C. RGB value is (201,66,28). Sum of RGB (Red+Green+Blue) = 201+66+28=295 (39% of max value = 765). Red value is 201 (78.91% from 255 or 68.14% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 201 - color contains mainly: red. Hex color #C9421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9421C is #36BDE3. Grayscale: #666666. Windows color (decimal): -3587556 or 1852105. OLE color: 1852105.
HSL color Cylindrical-coordinate representation of color #C9421C: hue angle of 13.18º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9421C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 28 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.21 |
| HSL | 13.18º | 0.76% | 0.45% | - |
| HSV(B) | 13.18º | 0.86% | 0.79% | - |
| XYZ | 26.25 | 16.4 | 2.88 | - |
| YUV | 102.03 | 86.23 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 28 | 0 | 0.67 | 0.86 | 0.21 | 13.18 | 0.76 | 0.45 |
| Hex | C9 | 42 | 1C | 0 | 43 | 56 | 15 | D | 4C | 2D |
| Octal | 311 | 102 | 34 | 0 | 103 | 126 | 25 | 15 | 114 | 55 |
| Binary | 11001001 | 1000010 | 11100 | 0 | 1000011 | 1010110 | 10101 | 1101 | 1001100 | 101101 |
Color Harmonies of #C9421C
Complementary color
Monochromatic Colors of #C9421C
Black with #C9421C
Text Example
Text Example
White with #C9421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9421C; }
p { color: rgb(201,66,28); }
H1.HeaderClassName
{
color: #C9421C;
}
.AnyTagClassName
{
color: #C9421C;
}
</style>
background-color css
<style>
a { background-color: #C9421C; }
a { background-color: rgb(201,66,28); }
div.DivClassName
{
background-color: #C9421C;
}
.BgClassName
{
background-color: #C9421C;
}
</style>
border-color css
<style>
span { border-color: #C9421C; }
span { border-color: rgb(201,66,28); }
td.TdClassName
{
border-color: #C9421C;
}
.TagClassName
{
border-color: #C9421C;
}
</style>