Html Css Color HEX #CC4010 Harley Davidson Orange
📋 copy color: '#CC4010'red 204 ◦ green 64 ◦ blue 16
Shades of Harley Davidson Orange #CC4010
Tints of Harley Davidson Orange #CC4010
RGB
CMYK
RGB Variations
Color information
#CC4010 (or 0xCC4010) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 10. RGB value is (204,64,16). Sum of RGB (Red+Green+Blue) = 204+64+16=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4010 is #33BFEF. Grayscale: #646464. Windows color (decimal): -3391472 or 1065164. OLE color: 1065164.
HSL color Cylindrical-coordinate representation of color #CC4010: hue angle of 15.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC4010 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 16 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.2 |
| HSL | 15.32º | 0.85% | 0.43% | - |
| HSV(B) | 15.32º | 0.92% | 0.8% | - |
| XYZ | 26.83 | 16.54 | 2.27 | - |
| YUV | 100.39 | 80.38 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 16 | 0 | 0.69 | 0.92 | 0.2 | 15.32 | 0.85 | 0.43 |
| Hex | CC | 40 | 10 | 0 | 45 | 5C | 14 | F | 55 | 2B |
| Octal | 314 | 100 | 20 | 0 | 105 | 134 | 24 | 17 | 125 | 53 |
| Binary | 11001100 | 1000000 | 10000 | 0 | 1000101 | 1011100 | 10100 | 1111 | 1010101 | 101011 |
Color Harmonies of #CC4010
Complementary color
Monochromatic Colors of #CC4010
Black with #CC4010
Text Example
Text Example
White with #CC4010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4010; }
p { color: rgb(204,64,16); }
H1.HeaderClassName
{
color: #CC4010;
}
.AnyTagClassName
{
color: #CC4010;
}
</style>
background-color css
<style>
a { background-color: #CC4010; }
a { background-color: rgb(204,64,16); }
div.DivClassName
{
background-color: #CC4010;
}
.BgClassName
{
background-color: #CC4010;
}
</style>
border-color css
<style>
span { border-color: #CC4010; }
span { border-color: rgb(204,64,16); }
td.TdClassName
{
border-color: #CC4010;
}
.TagClassName
{
border-color: #CC4010;
}
</style>