Html Css Color HEX #CC420B Harley Davidson Orange
📋 copy color: '#CC420B'red 204 ◦ green 66 ◦ blue 11
Shades of Harley Davidson Orange #CC420B
Tints of Harley Davidson Orange #CC420B
RGB
CMYK
RGB Variations
Color information
#CC420B (or 0xCC420B) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 0B. RGB value is (204,66,11). Sum of RGB (Red+Green+Blue) = 204+66+11=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC420B is #33BDF4. Grayscale: #656565. Windows color (decimal): -3390965 or 737996. OLE color: 737996.
HSL color Cylindrical-coordinate representation of color #CC420B: hue angle of 17.1º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC420B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 11 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.2 |
| HSL | 17.1º | 0.9% | 0.42% | - |
| HSV(B) | 17.1º | 0.95% | 0.8% | - |
| XYZ | 26.91 | 16.76 | 2.13 | - |
| YUV | 100.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 11 | 0 | 0.68 | 0.95 | 0.2 | 17.1 | 0.9 | 0.42 |
| Hex | CC | 42 | B | 0 | 44 | 5F | 14 | 11 | 5A | 2A |
| Octal | 314 | 102 | 13 | 0 | 104 | 137 | 24 | 21 | 132 | 52 |
| Binary | 11001100 | 1000010 | 1011 | 0 | 1000100 | 1011111 | 10100 | 10001 | 1011010 | 101010 |
Color Harmonies of #CC420B
Complementary color
Monochromatic Colors of #CC420B
Black with #CC420B
Text Example
Text Example
White with #CC420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC420B; }
p { color: rgb(204,66,11); }
H1.HeaderClassName
{
color: #CC420B;
}
.AnyTagClassName
{
color: #CC420B;
}
</style>
background-color css
<style>
a { background-color: #CC420B; }
a { background-color: rgb(204,66,11); }
div.DivClassName
{
background-color: #CC420B;
}
.BgClassName
{
background-color: #CC420B;
}
</style>
border-color css
<style>
span { border-color: #CC420B; }
span { border-color: rgb(204,66,11); }
td.TdClassName
{
border-color: #CC420B;
}
.TagClassName
{
border-color: #CC420B;
}
</style>