Html Css Color HEX #CC370E Harley Davidson Orange
📋 copy color: '#CC370E'red 204 ◦ green 55 ◦ blue 14
Shades of Harley Davidson Orange #CC370E
Tints of Harley Davidson Orange #CC370E
RGB
CMYK
RGB Variations
Color information
#CC370E (or 0xCC370E) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 0E. RGB value is (204,55,14). Sum of RGB (Red+Green+Blue) = 204+55+14=273 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.73% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 204 - color contains mainly: red. Hex color #CC370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC370E is #33C8F1. Grayscale: #5F5F5F. Windows color (decimal): -3393778 or 931788. OLE color: 931788.
HSL color Cylindrical-coordinate representation of color #CC370E: hue angle of 12.95º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC370E is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 14 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.2 |
| HSL | 12.95º | 0.87% | 0.43% | - |
| HSV(B) | 12.95º | 0.93% | 0.8% | - |
| XYZ | 26.35 | 15.6 | 2.04 | - |
| YUV | 94.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 14 | 0 | 0.73 | 0.93 | 0.2 | 12.95 | 0.87 | 0.43 |
| Hex | CC | 37 | E | 0 | 49 | 5D | 14 | D | 57 | 2B |
| Octal | 314 | 67 | 16 | 0 | 111 | 135 | 24 | 15 | 127 | 53 |
| Binary | 11001100 | 110111 | 1110 | 0 | 1001001 | 1011101 | 10100 | 1101 | 1010111 | 101011 |
Color Harmonies of #CC370E
Complementary color
Monochromatic Colors of #CC370E
Black with #CC370E
Text Example
Text Example
White with #CC370E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC370E; }
p { color: rgb(204,55,14); }
H1.HeaderClassName
{
color: #CC370E;
}
.AnyTagClassName
{
color: #CC370E;
}
</style>
background-color css
<style>
a { background-color: #CC370E; }
a { background-color: rgb(204,55,14); }
div.DivClassName
{
background-color: #CC370E;
}
.BgClassName
{
background-color: #CC370E;
}
</style>
border-color css
<style>
span { border-color: #CC370E; }
span { border-color: rgb(204,55,14); }
td.TdClassName
{
border-color: #CC370E;
}
.TagClassName
{
border-color: #CC370E;
}
</style>