Html Css Color HEX #CC4024 Harley Davidson Orange
📋 copy color: '#CC4024'red 204 ◦ green 64 ◦ blue 36
Shades of Harley Davidson Orange #CC4024
Tints of Harley Davidson Orange #CC4024
RGB
CMYK
RGB Variations
Color information
#CC4024 (or 0xCC4024) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 24. RGB value is (204,64,36). Sum of RGB (Red+Green+Blue) = 204+64+36=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4024 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4024 is #33BFDB. Grayscale: #666666. Windows color (decimal): -3391452 or 2375884. OLE color: 2375884.
HSL color Cylindrical-coordinate representation of color #CC4024: hue angle of 10º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC4024 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 36 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.2 |
| HSL | 10º | 0.7% | 0.47% | - |
| HSV(B) | 10º | 0.82% | 0.8% | - |
| XYZ | 27.05 | 16.63 | 3.45 | - |
| YUV | 102.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 36 | 0 | 0.69 | 0.82 | 0.2 | 10 | 0.7 | 0.47 |
| Hex | CC | 40 | 24 | 0 | 45 | 52 | 14 | A | 46 | 2F |
| Octal | 314 | 100 | 44 | 0 | 105 | 122 | 24 | 12 | 106 | 57 |
| Binary | 11001100 | 1000000 | 100100 | 0 | 1000101 | 1010010 | 10100 | 1010 | 1000110 | 101111 |
Color Harmonies of #CC4024
Complementary color
Monochromatic Colors of #CC4024
Black with #CC4024
Text Example
Text Example
White with #CC4024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4024; }
p { color: rgb(204,64,36); }
H1.HeaderClassName
{
color: #CC4024;
}
.AnyTagClassName
{
color: #CC4024;
}
</style>
background-color css
<style>
a { background-color: #CC4024; }
a { background-color: rgb(204,64,36); }
div.DivClassName
{
background-color: #CC4024;
}
.BgClassName
{
background-color: #CC4024;
}
</style>
border-color css
<style>
span { border-color: #CC4024; }
span { border-color: rgb(204,64,36); }
td.TdClassName
{
border-color: #CC4024;
}
.TagClassName
{
border-color: #CC4024;
}
</style>