Html Css Color HEX #CC370C Harley Davidson Orange
📋 copy color: '#CC370C'red 204 ◦ green 55 ◦ blue 12
Shades of Harley Davidson Orange #CC370C
Tints of Harley Davidson Orange #CC370C
RGB
CMYK
RGB Variations
Color information
#CC370C (or 0xCC370C) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 0C. RGB value is (204,55,12). Sum of RGB (Red+Green+Blue) = 204+55+12=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC370C is #33C8F3. Grayscale: #5E5E5E. Windows color (decimal): -3393780 or 800716. OLE color: 800716.
HSL color Cylindrical-coordinate representation of color #CC370C: hue angle of 13.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC370C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.2 |
| HSL | 13.44º | 0.89% | 0.42% | - |
| HSV(B) | 13.44º | 0.94% | 0.8% | - |
| XYZ | 26.33 | 15.6 | 1.97 | - |
| YUV | 94.65 | 81.36 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 12 | 0 | 0.73 | 0.94 | 0.2 | 13.44 | 0.89 | 0.42 |
| Hex | CC | 37 | C | 0 | 49 | 5E | 14 | D | 59 | 2A |
| Octal | 314 | 67 | 14 | 0 | 111 | 136 | 24 | 15 | 131 | 52 |
| Binary | 11001100 | 110111 | 1100 | 0 | 1001001 | 1011110 | 10100 | 1101 | 1011001 | 101010 |
Color Harmonies of #CC370C
Complementary color
Monochromatic Colors of #CC370C
Black with #CC370C
Text Example
Text Example
White with #CC370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC370C; }
p { color: rgb(204,55,12); }
H1.HeaderClassName
{
color: #CC370C;
}
.AnyTagClassName
{
color: #CC370C;
}
</style>
background-color css
<style>
a { background-color: #CC370C; }
a { background-color: rgb(204,55,12); }
div.DivClassName
{
background-color: #CC370C;
}
.BgClassName
{
background-color: #CC370C;
}
</style>
border-color css
<style>
span { border-color: #CC370C; }
span { border-color: rgb(204,55,12); }
td.TdClassName
{
border-color: #CC370C;
}
.TagClassName
{
border-color: #CC370C;
}
</style>