Html Css Color HEX #CC3518 Harley Davidson Orange
📋 copy color: '#CC3518'red 204 ◦ green 53 ◦ blue 24
Shades of Harley Davidson Orange #CC3518
Tints of Harley Davidson Orange #CC3518
RGB
CMYK
RGB Variations
Color information
#CC3518 (or 0xCC3518) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 18. RGB value is (204,53,24). Sum of RGB (Red+Green+Blue) = 204+53+24=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3518 is #33CAE7. Grayscale: #5F5F5F. Windows color (decimal): -3394280 or 1586636. OLE color: 1586636.
HSL color Cylindrical-coordinate representation of color #CC3518: hue angle of 9.67º 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 #CC3518 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 24 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.2 |
| HSL | 9.67º | 0.79% | 0.45% | - |
| HSV(B) | 9.67º | 0.88% | 0.8% | - |
| XYZ | 26.34 | 15.45 | 2.46 | - |
| YUV | 94.84 | 88.03 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 24 | 0 | 0.74 | 0.88 | 0.2 | 9.67 | 0.79 | 0.45 |
| Hex | CC | 35 | 18 | 0 | 4A | 58 | 14 | A | 4F | 2D |
| Octal | 314 | 65 | 30 | 0 | 112 | 130 | 24 | 12 | 117 | 55 |
| Binary | 11001100 | 110101 | 11000 | 0 | 1001010 | 1011000 | 10100 | 1010 | 1001111 | 101101 |
Color Harmonies of #CC3518
Complementary color
Monochromatic Colors of #CC3518
Black with #CC3518
Text Example
Text Example
White with #CC3518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3518; }
p { color: rgb(204,53,24); }
H1.HeaderClassName
{
color: #CC3518;
}
.AnyTagClassName
{
color: #CC3518;
}
</style>
background-color css
<style>
a { background-color: #CC3518; }
a { background-color: rgb(204,53,24); }
div.DivClassName
{
background-color: #CC3518;
}
.BgClassName
{
background-color: #CC3518;
}
</style>
border-color css
<style>
span { border-color: #CC3518; }
span { border-color: rgb(204,53,24); }
td.TdClassName
{
border-color: #CC3518;
}
.TagClassName
{
border-color: #CC3518;
}
</style>