Html Css Color HEX #CC3E21 Harley Davidson Orange
📋 copy color: '#CC3E21'red 204 ◦ green 62 ◦ blue 33
Shades of Harley Davidson Orange #CC3E21
Tints of Harley Davidson Orange #CC3E21
RGB
CMYK
RGB Variations
Color information
#CC3E21 (or 0xCC3E21) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 21. RGB value is (204,62,33). Sum of RGB (Red+Green+Blue) = 204+62+33=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 62 (24.61% from 255 or 20.74% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3E21 is #33C1DE. Grayscale: #656565. Windows color (decimal): -3391967 or 2178764. OLE color: 2178764.
HSL color Cylindrical-coordinate representation of color #CC3E21: hue angle of 10.18º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC3E21 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 33 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.2 |
| HSL | 10.18º | 0.72% | 0.46% | - |
| HSV(B) | 10.18º | 0.84% | 0.8% | - |
| XYZ | 26.9 | 16.39 | 3.19 | - |
| YUV | 101.15 | 89.54 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 33 | 0 | 0.70 | 0.84 | 0.2 | 10.18 | 0.72 | 0.46 |
| Hex | CC | 3E | 21 | 0 | 46 | 54 | 14 | A | 48 | 2E |
| Octal | 314 | 76 | 41 | 0 | 106 | 124 | 24 | 12 | 110 | 56 |
| Binary | 11001100 | 111110 | 100001 | 0 | 1000110 | 1010100 | 10100 | 1010 | 1001000 | 101110 |
Color Harmonies of #CC3E21
Complementary color
Monochromatic Colors of #CC3E21
Black with #CC3E21
Text Example
Text Example
White with #CC3E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E21; }
p { color: rgb(204,62,33); }
H1.HeaderClassName
{
color: #CC3E21;
}
.AnyTagClassName
{
color: #CC3E21;
}
</style>
background-color css
<style>
a { background-color: #CC3E21; }
a { background-color: rgb(204,62,33); }
div.DivClassName
{
background-color: #CC3E21;
}
.BgClassName
{
background-color: #CC3E21;
}
</style>
border-color css
<style>
span { border-color: #CC3E21; }
span { border-color: rgb(204,62,33); }
td.TdClassName
{
border-color: #CC3E21;
}
.TagClassName
{
border-color: #CC3E21;
}
</style>