Html Css Color HEX #C94214 Harley Davidson Orange
📋 copy color: '#C94214'red 201 ◦ green 66 ◦ blue 20
Shades of Harley Davidson Orange #C94214
Tints of Harley Davidson Orange #C94214
RGB
CMYK
RGB Variations
Color information
#C94214 (or 0xC94214) is known color: Harley Davidson Orange. HEX triplet: C9, 42 and 14. RGB value is (201,66,20). Sum of RGB (Red+Green+Blue) = 201+66+20=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C94214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94214 is #36BDEB. Grayscale: #656565. Windows color (decimal): -3587564 or 1327817. OLE color: 1327817.
HSL color Cylindrical-coordinate representation of color #C94214: hue angle of 15.25º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C94214 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 66 | 20 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.21 |
| HSL | 15.25º | 0.82% | 0.43% | - |
| HSV(B) | 15.25º | 0.9% | 0.79% | - |
| XYZ | 26.16 | 16.36 | 2.44 | - |
| YUV | 101.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 20 | 0 | 0.67 | 0.90 | 0.21 | 15.25 | 0.82 | 0.43 |
| Hex | C9 | 42 | 14 | 0 | 43 | 5A | 15 | F | 52 | 2B |
| Octal | 311 | 102 | 24 | 0 | 103 | 132 | 25 | 17 | 122 | 53 |
| Binary | 11001001 | 1000010 | 10100 | 0 | 1000011 | 1011010 | 10101 | 1111 | 1010010 | 101011 |
Color Harmonies of #C94214
Complementary color
Monochromatic Colors of #C94214
Black with #C94214
Text Example
Text Example
White with #C94214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94214; }
p { color: rgb(201,66,20); }
H1.HeaderClassName
{
color: #C94214;
}
.AnyTagClassName
{
color: #C94214;
}
</style>
background-color css
<style>
a { background-color: #C94214; }
a { background-color: rgb(201,66,20); }
div.DivClassName
{
background-color: #C94214;
}
.BgClassName
{
background-color: #C94214;
}
</style>
border-color css
<style>
span { border-color: #C94214; }
span { border-color: rgb(201,66,20); }
td.TdClassName
{
border-color: #C94214;
}
.TagClassName
{
border-color: #C94214;
}
</style>