Html Css Color HEX #CC420C Harley Davidson Orange
📋 copy color: '#CC420C'red 204 ◦ green 66 ◦ blue 12
Shades of Harley Davidson Orange #CC420C
Tints of Harley Davidson Orange #CC420C
RGB
CMYK
RGB Variations
Color information
#CC420C (or 0xCC420C) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 0C. RGB value is (204,66,12). Sum of RGB (Red+Green+Blue) = 204+66+12=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC420C is #33BDF3. Grayscale: #656565. Windows color (decimal): -3390964 or 803532. OLE color: 803532.
HSL color Cylindrical-coordinate representation of color #CC420C: hue angle of 16.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC420C is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 12 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.2 |
| HSL | 16.88º | 0.89% | 0.42% | - |
| HSV(B) | 16.88º | 0.94% | 0.8% | - |
| XYZ | 26.92 | 16.76 | 2.16 | - |
| YUV | 101.11 | 77.72 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 12 | 0 | 0.68 | 0.94 | 0.2 | 16.88 | 0.89 | 0.42 |
| Hex | CC | 42 | C | 0 | 44 | 5E | 14 | 11 | 59 | 2A |
| Octal | 314 | 102 | 14 | 0 | 104 | 136 | 24 | 21 | 131 | 52 |
| Binary | 11001100 | 1000010 | 1100 | 0 | 1000100 | 1011110 | 10100 | 10001 | 1011001 | 101010 |
Color Harmonies of #CC420C
Complementary color
Monochromatic Colors of #CC420C
Black with #CC420C
Text Example
Text Example
White with #CC420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC420C; }
p { color: rgb(204,66,12); }
H1.HeaderClassName
{
color: #CC420C;
}
.AnyTagClassName
{
color: #CC420C;
}
</style>
background-color css
<style>
a { background-color: #CC420C; }
a { background-color: rgb(204,66,12); }
div.DivClassName
{
background-color: #CC420C;
}
.BgClassName
{
background-color: #CC420C;
}
</style>
border-color css
<style>
span { border-color: #CC420C; }
span { border-color: rgb(204,66,12); }
td.TdClassName
{
border-color: #CC420C;
}
.TagClassName
{
border-color: #CC420C;
}
</style>