Html Css Color HEX #CC3E14 Harley Davidson Orange
📋 copy color: '#CC3E14'red 204 ◦ green 62 ◦ blue 20
Shades of Harley Davidson Orange #CC3E14
Tints of Harley Davidson Orange #CC3E14
RGB
CMYK
RGB Variations
Color information
#CC3E14 (or 0xCC3E14) is known color: Harley Davidson Orange. HEX triplet: CC, 3E and 14. RGB value is (204,62,20). Sum of RGB (Red+Green+Blue) = 204+62+20=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3E14 is #33C1EB. Grayscale: #636363. Windows color (decimal): -3391980 or 1326796. OLE color: 1326796.
HSL color Cylindrical-coordinate representation of color #CC3E14: hue angle of 13.7º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC3E14 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 62 | 20 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.2 |
| HSL | 13.7º | 0.82% | 0.44% | - |
| HSV(B) | 13.7º | 0.9% | 0.8% | - |
| XYZ | 26.75 | 16.33 | 2.4 | - |
| YUV | 99.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 20 | 0 | 0.70 | 0.90 | 0.2 | 13.7 | 0.82 | 0.44 |
| Hex | CC | 3E | 14 | 0 | 46 | 5A | 14 | E | 52 | 2C |
| Octal | 314 | 76 | 24 | 0 | 106 | 132 | 24 | 16 | 122 | 54 |
| Binary | 11001100 | 111110 | 10100 | 0 | 1000110 | 1011010 | 10100 | 1110 | 1010010 | 101100 |
Color Harmonies of #CC3E14
Complementary color
Monochromatic Colors of #CC3E14
Black with #CC3E14
Text Example
Text Example
White with #CC3E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3E14; }
p { color: rgb(204,62,20); }
H1.HeaderClassName
{
color: #CC3E14;
}
.AnyTagClassName
{
color: #CC3E14;
}
</style>
background-color css
<style>
a { background-color: #CC3E14; }
a { background-color: rgb(204,62,20); }
div.DivClassName
{
background-color: #CC3E14;
}
.BgClassName
{
background-color: #CC3E14;
}
</style>
border-color css
<style>
span { border-color: #CC3E14; }
span { border-color: rgb(204,62,20); }
td.TdClassName
{
border-color: #CC3E14;
}
.TagClassName
{
border-color: #CC3E14;
}
</style>