Html Css Color HEX #CC3A18 Harley Davidson Orange
📋 copy color: '#CC3A18'red 204 ◦ green 58 ◦ blue 24
Shades of Harley Davidson Orange #CC3A18
Tints of Harley Davidson Orange #CC3A18
RGB
CMYK
RGB Variations
Color information
#CC3A18 (or 0xCC3A18) is known color: Harley Davidson Orange. HEX triplet: CC, 3A and 18. RGB value is (204,58,24). Sum of RGB (Red+Green+Blue) = 204+58+24=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3A18 is #33C5E7. Grayscale: #626262. Windows color (decimal): -3393000 or 1587916. OLE color: 1587916.
HSL color Cylindrical-coordinate representation of color #CC3A18: hue angle of 11.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 #CC3A18 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 58 | 24 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.2 |
| HSL | 11.33º | 0.79% | 0.45% | - |
| HSV(B) | 11.33º | 0.88% | 0.8% | - |
| XYZ | 26.58 | 15.93 | 2.54 | - |
| YUV | 97.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 58 | 24 | 0 | 0.72 | 0.88 | 0.2 | 11.33 | 0.79 | 0.45 |
| Hex | CC | 3A | 18 | 0 | 48 | 58 | 14 | B | 4F | 2D |
| Octal | 314 | 72 | 30 | 0 | 110 | 130 | 24 | 13 | 117 | 55 |
| Binary | 11001100 | 111010 | 11000 | 0 | 1001000 | 1011000 | 10100 | 1011 | 1001111 | 101101 |
Color Harmonies of #CC3A18
Complementary color
Monochromatic Colors of #CC3A18
Black with #CC3A18
Text Example
Text Example
White with #CC3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3A18; }
p { color: rgb(204,58,24); }
H1.HeaderClassName
{
color: #CC3A18;
}
.AnyTagClassName
{
color: #CC3A18;
}
</style>
background-color css
<style>
a { background-color: #CC3A18; }
a { background-color: rgb(204,58,24); }
div.DivClassName
{
background-color: #CC3A18;
}
.BgClassName
{
background-color: #CC3A18;
}
</style>
border-color css
<style>
span { border-color: #CC3A18; }
span { border-color: rgb(204,58,24); }
td.TdClassName
{
border-color: #CC3A18;
}
.TagClassName
{
border-color: #CC3A18;
}
</style>