Html Css Color HEX #CC420D Harley Davidson Orange
📋 copy color: '#CC420D'red 204 ◦ green 66 ◦ blue 13
Shades of Harley Davidson Orange #CC420D
Tints of Harley Davidson Orange #CC420D
RGB
CMYK
RGB Variations
Color information
#CC420D (or 0xCC420D) is known color: Harley Davidson Orange. HEX triplet: CC, 42 and 0D. RGB value is (204,66,13). Sum of RGB (Red+Green+Blue) = 204+66+13=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC420D is #33BDF2. Grayscale: #656565. Windows color (decimal): -3390963 or 869068. OLE color: 869068.
HSL color Cylindrical-coordinate representation of color #CC420D: hue angle of 16.65º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC420D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 66 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.2 |
| HSL | 16.65º | 0.88% | 0.43% | - |
| HSV(B) | 16.65º | 0.94% | 0.8% | - |
| XYZ | 26.92 | 16.76 | 2.2 | - |
| YUV | 101.22 | 78.22 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 13 | 0 | 0.68 | 0.94 | 0.2 | 16.65 | 0.88 | 0.43 |
| Hex | CC | 42 | D | 0 | 44 | 5E | 14 | 11 | 58 | 2B |
| Octal | 314 | 102 | 15 | 0 | 104 | 136 | 24 | 21 | 130 | 53 |
| Binary | 11001100 | 1000010 | 1101 | 0 | 1000100 | 1011110 | 10100 | 10001 | 1011000 | 101011 |
Color Harmonies of #CC420D
Complementary color
Monochromatic Colors of #CC420D
Black with #CC420D
Text Example
Text Example
White with #CC420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC420D; }
p { color: rgb(204,66,13); }
H1.HeaderClassName
{
color: #CC420D;
}
.AnyTagClassName
{
color: #CC420D;
}
</style>
background-color css
<style>
a { background-color: #CC420D; }
a { background-color: rgb(204,66,13); }
div.DivClassName
{
background-color: #CC420D;
}
.BgClassName
{
background-color: #CC420D;
}
</style>
border-color css
<style>
span { border-color: #CC420D; }
span { border-color: rgb(204,66,13); }
td.TdClassName
{
border-color: #CC420D;
}
.TagClassName
{
border-color: #CC420D;
}
</style>