Html Css Color HEX #CC3118 Harley Davidson Orange
📋 copy color: '#CC3118'red 204 ◦ green 49 ◦ blue 24
Shades of Harley Davidson Orange #CC3118
Tints of Harley Davidson Orange #CC3118
RGB
CMYK
RGB Variations
Color information
#CC3118 (or 0xCC3118) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 18. RGB value is (204,49,24). Sum of RGB (Red+Green+Blue) = 204+49+24=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3118 is #33CEE7. Grayscale: #5C5C5C. Windows color (decimal): -3395304 or 1585612. OLE color: 1585612.
HSL color Cylindrical-coordinate representation of color #CC3118: hue angle of 8.33º degrees, saturation: 0.79, 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 #CC3118 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 24 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.2 |
| HSL | 8.33º | 0.79% | 0.45% | - |
| HSV(B) | 8.33º | 0.88% | 0.8% | - |
| XYZ | 26.17 | 15.1 | 2.4 | - |
| YUV | 92.5 | 89.35 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 24 | 0 | 0.76 | 0.88 | 0.2 | 8.33 | 0.79 | 0.45 |
| Hex | CC | 31 | 18 | 0 | 4C | 58 | 14 | 8 | 4F | 2D |
| Octal | 314 | 61 | 30 | 0 | 114 | 130 | 24 | 10 | 117 | 55 |
| Binary | 11001100 | 110001 | 11000 | 0 | 1001100 | 1011000 | 10100 | 1000 | 1001111 | 101101 |
Color Harmonies of #CC3118
Complementary color
Monochromatic Colors of #CC3118
Black with #CC3118
Text Example
Text Example
White with #CC3118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3118; }
p { color: rgb(204,49,24); }
H1.HeaderClassName
{
color: #CC3118;
}
.AnyTagClassName
{
color: #CC3118;
}
</style>
background-color css
<style>
a { background-color: #CC3118; }
a { background-color: rgb(204,49,24); }
div.DivClassName
{
background-color: #CC3118;
}
.BgClassName
{
background-color: #CC3118;
}
</style>
border-color css
<style>
span { border-color: #CC3118; }
span { border-color: rgb(204,49,24); }
td.TdClassName
{
border-color: #CC3118;
}
.TagClassName
{
border-color: #CC3118;
}
</style>