Html Css Color HEX #CC4119 Harley Davidson Orange
📋 copy color: '#CC4119'red 204 ◦ green 65 ◦ blue 25
Shades of Harley Davidson Orange #CC4119
Tints of Harley Davidson Orange #CC4119
RGB
CMYK
RGB Variations
Color information
#CC4119 (or 0xCC4119) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 19. RGB value is (204,65,25). Sum of RGB (Red+Green+Blue) = 204+65+25=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4119 is #33BEE6. Grayscale: #666666. Windows color (decimal): -3391207 or 1655244. OLE color: 1655244.
HSL color Cylindrical-coordinate representation of color #CC4119: hue angle of 13.41º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC4119 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 25 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.2 |
| HSL | 13.41º | 0.78% | 0.45% | - |
| HSV(B) | 13.41º | 0.88% | 0.8% | - |
| XYZ | 26.97 | 16.69 | 2.72 | - |
| YUV | 102 | 84.55 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 25 | 0 | 0.68 | 0.88 | 0.2 | 13.41 | 0.78 | 0.45 |
| Hex | CC | 41 | 19 | 0 | 44 | 58 | 14 | D | 4E | 2D |
| Octal | 314 | 101 | 31 | 0 | 104 | 130 | 24 | 15 | 116 | 55 |
| Binary | 11001100 | 1000001 | 11001 | 0 | 1000100 | 1011000 | 10100 | 1101 | 1001110 | 101101 |
Color Harmonies of #CC4119
Complementary color
Monochromatic Colors of #CC4119
Black with #CC4119
Text Example
Text Example
White with #CC4119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4119; }
p { color: rgb(204,65,25); }
H1.HeaderClassName
{
color: #CC4119;
}
.AnyTagClassName
{
color: #CC4119;
}
</style>
background-color css
<style>
a { background-color: #CC4119; }
a { background-color: rgb(204,65,25); }
div.DivClassName
{
background-color: #CC4119;
}
.BgClassName
{
background-color: #CC4119;
}
</style>
border-color css
<style>
span { border-color: #CC4119; }
span { border-color: rgb(204,65,25); }
td.TdClassName
{
border-color: #CC4119;
}
.TagClassName
{
border-color: #CC4119;
}
</style>