Html Css Color HEX #CC3119 Harley Davidson Orange
📋 copy color: '#CC3119'red 204 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #CC3119
Tints of Harley Davidson Orange #CC3119
RGB
CMYK
RGB Variations
Color information
#CC3119 (or 0xCC3119) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 19. RGB value is (204,49,25). Sum of RGB (Red+Green+Blue) = 204+49+25=278 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.38% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3119 is #33CEE6. Grayscale: #5C5C5C. Windows color (decimal): -3395303 or 1651148. OLE color: 1651148.
HSL color Cylindrical-coordinate representation of color #CC3119: hue angle of 8.04º 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 #CC3119 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 25 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.2 |
| HSL | 8.04º | 0.78% | 0.45% | - |
| HSV(B) | 8.04º | 0.88% | 0.8% | - |
| XYZ | 26.18 | 15.1 | 2.46 | - |
| YUV | 92.61 | 89.85 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 25 | 0 | 0.76 | 0.88 | 0.2 | 8.04 | 0.78 | 0.45 |
| Hex | CC | 31 | 19 | 0 | 4C | 58 | 14 | 8 | 4E | 2D |
| Octal | 314 | 61 | 31 | 0 | 114 | 130 | 24 | 10 | 116 | 55 |
| Binary | 11001100 | 110001 | 11001 | 0 | 1001100 | 1011000 | 10100 | 1000 | 1001110 | 101101 |
Color Harmonies of #CC3119
Complementary color
Monochromatic Colors of #CC3119
Black with #CC3119
Text Example
Text Example
White with #CC3119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3119; }
p { color: rgb(204,49,25); }
H1.HeaderClassName
{
color: #CC3119;
}
.AnyTagClassName
{
color: #CC3119;
}
</style>
background-color css
<style>
a { background-color: #CC3119; }
a { background-color: rgb(204,49,25); }
div.DivClassName
{
background-color: #CC3119;
}
.BgClassName
{
background-color: #CC3119;
}
</style>
border-color css
<style>
span { border-color: #CC3119; }
span { border-color: rgb(204,49,25); }
td.TdClassName
{
border-color: #CC3119;
}
.TagClassName
{
border-color: #CC3119;
}
</style>