Html Css Color HEX #CC3E1E Harley Davidson Orange
📋 copy color: '#CC3E1E'red 204 ◦ green 62 ◦ blue 30
Shades of Harley Davidson Orange #CC3E1E
Tints of Harley Davidson Orange #CC3E1E
RGB
CMYK
RGB Variations
Color information
#CC3E1E (or 0xCC3E1E) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 1E. RGB value is (204,62,30). Sum of RGB (Red+Green+Blue) = 204+62+30=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E1E is #33C1E1. Grayscale: #656565. Windows color (decimal): -3391970 or 1982156. OLE color: 1982156.
HSL color Cylindrical-coordinate representation of color #CC3E1E: hue angle of 11.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC3E1E is Cyan = 0, Magento = 0.70, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 30 | - |
| CMYK | 0 | 0.70 | 0.85 | 0.2 |
| HSL | 11.03º | 0.74% | 0.46% | - |
| HSV(B) | 11.03º | 0.85% | 0.8% | - |
| XYZ | 26.86 | 16.38 | 2.97 | - |
| YUV | 100.81 | 88.04 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 30 | 0 | 0.70 | 0.85 | 0.2 | 11.03 | 0.74 | 0.46 |
| Hex | CC | 3E | 1E | 0 | 46 | 55 | 14 | B | 4A | 2E |
| Octal | 314 | 76 | 36 | 0 | 106 | 125 | 24 | 13 | 112 | 56 |
| Binary | 11001100 | 111110 | 11110 | 0 | 1000110 | 1010101 | 10100 | 1011 | 1001010 | 101110 |
Color Harmonies of #CC3E1E
Complementary color
Monochromatic Colors of #CC3E1E
Black with #CC3E1E
Text Example
Text Example
White with #CC3E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E1E; }
p { color: rgb(204,62,30); }
H1.HeaderClassName
{
color: #CC3E1E;
}
.AnyTagClassName
{
color: #CC3E1E;
}
</style>
background-color css
<style>
a { background-color: #CC3E1E; }
a { background-color: rgb(204,62,30); }
div.DivClassName
{
background-color: #CC3E1E;
}
.BgClassName
{
background-color: #CC3E1E;
}
</style>
border-color css
<style>
span { border-color: #CC3E1E; }
span { border-color: rgb(204,62,30); }
td.TdClassName
{
border-color: #CC3E1E;
}
.TagClassName
{
border-color: #CC3E1E;
}
</style>