Html Css Color HEX #CC4113 Harley Davidson Orange
📋 copy color: '#CC4113'red 204 ◦ green 65 ◦ blue 19
Shades of Harley Davidson Orange #CC4113
Tints of Harley Davidson Orange #CC4113
RGB
CMYK
RGB Variations
Color information
#CC4113 (or 0xCC4113) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 13. RGB value is (204,65,19). Sum of RGB (Red+Green+Blue) = 204+65+19=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4113 is #33BEEC. Grayscale: #656565. Windows color (decimal): -3391213 or 1262028. OLE color: 1262028.
HSL color Cylindrical-coordinate representation of color #CC4113: hue angle of 14.92º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC4113 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.2 |
| HSL | 14.92º | 0.83% | 0.44% | - |
| HSV(B) | 14.92º | 0.91% | 0.8% | - |
| XYZ | 26.91 | 16.66 | 2.41 | - |
| YUV | 101.32 | 81.55 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 19 | 0 | 0.68 | 0.91 | 0.2 | 14.92 | 0.83 | 0.44 |
| Hex | CC | 41 | 13 | 0 | 44 | 5B | 14 | F | 53 | 2C |
| Octal | 314 | 101 | 23 | 0 | 104 | 133 | 24 | 17 | 123 | 54 |
| Binary | 11001100 | 1000001 | 10011 | 0 | 1000100 | 1011011 | 10100 | 1111 | 1010011 | 101100 |
Color Harmonies of #CC4113
Complementary color
Monochromatic Colors of #CC4113
Black with #CC4113
Text Example
Text Example
White with #CC4113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4113; }
p { color: rgb(204,65,19); }
H1.HeaderClassName
{
color: #CC4113;
}
.AnyTagClassName
{
color: #CC4113;
}
</style>
background-color css
<style>
a { background-color: #CC4113; }
a { background-color: rgb(204,65,19); }
div.DivClassName
{
background-color: #CC4113;
}
.BgClassName
{
background-color: #CC4113;
}
</style>
border-color css
<style>
span { border-color: #CC4113; }
span { border-color: rgb(204,65,19); }
td.TdClassName
{
border-color: #CC4113;
}
.TagClassName
{
border-color: #CC4113;
}
</style>