Html Css Color HEX #CC420F Harley Davidson Orange
📋 copy color: '#CC420F'red 204 ◦ green 66 ◦ blue 15
Shades of Harley Davidson Orange #CC420F
Tints of Harley Davidson Orange #CC420F
RGB
CMYK
RGB Variations
Color information
#CC420F (or 0xCC420F) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 0F. RGB value is (204,66,15). Sum of RGB (Red+Green+Blue) = 204+66+15=285 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.58% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 204 - color contains mainly: red. Hex color #CC420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC420F is #33BDF0. Grayscale: #656565. Windows color (decimal): -3390961 or 1000140. OLE color: 1000140.
HSL color Cylindrical-coordinate representation of color #CC420F: hue angle of 16.19º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC420F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.2 |
| HSL | 16.19º | 0.86% | 0.43% | - |
| HSV(B) | 16.19º | 0.93% | 0.8% | - |
| XYZ | 26.94 | 16.77 | 2.27 | - |
| YUV | 101.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 15 | 0 | 0.68 | 0.93 | 0.2 | 16.19 | 0.86 | 0.43 |
| Hex | CC | 42 | F | 0 | 44 | 5D | 14 | 10 | 56 | 2B |
| Octal | 314 | 102 | 17 | 0 | 104 | 135 | 24 | 20 | 126 | 53 |
| Binary | 11001100 | 1000010 | 1111 | 0 | 1000100 | 1011101 | 10100 | 10000 | 1010110 | 101011 |
Color Harmonies of #CC420F
Complementary color
Monochromatic Colors of #CC420F
Black with #CC420F
Text Example
Text Example
White with #CC420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC420F; }
p { color: rgb(204,66,15); }
H1.HeaderClassName
{
color: #CC420F;
}
.AnyTagClassName
{
color: #CC420F;
}
</style>
background-color css
<style>
a { background-color: #CC420F; }
a { background-color: rgb(204,66,15); }
div.DivClassName
{
background-color: #CC420F;
}
.BgClassName
{
background-color: #CC420F;
}
</style>
border-color css
<style>
span { border-color: #CC420F; }
span { border-color: rgb(204,66,15); }
td.TdClassName
{
border-color: #CC420F;
}
.TagClassName
{
border-color: #CC420F;
}
</style>