Html Css Color HEX #CC370B Harley Davidson Orange
📋 copy color: '#CC370B'red 204 ◦ green 55 ◦ blue 11
Shades of Harley Davidson Orange #CC370B
Tints of Harley Davidson Orange #CC370B
RGB
CMYK
RGB Variations
Color information
#CC370B (or 0xCC370B) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 0B. RGB value is (204,55,11). Sum of RGB (Red+Green+Blue) = 204+55+11=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC370B is #33C8F4. Grayscale: #5E5E5E. Windows color (decimal): -3393781 or 735180. OLE color: 735180.
HSL color Cylindrical-coordinate representation of color #CC370B: hue angle of 13.68º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC370B is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 11 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.2 |
| HSL | 13.68º | 0.9% | 0.42% | - |
| HSV(B) | 13.68º | 0.95% | 0.8% | - |
| XYZ | 26.33 | 15.59 | 1.94 | - |
| YUV | 94.54 | 80.86 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 11 | 0 | 0.73 | 0.95 | 0.2 | 13.68 | 0.9 | 0.42 |
| Hex | CC | 37 | B | 0 | 49 | 5F | 14 | E | 5A | 2A |
| Octal | 314 | 67 | 13 | 0 | 111 | 137 | 24 | 16 | 132 | 52 |
| Binary | 11001100 | 110111 | 1011 | 0 | 1001001 | 1011111 | 10100 | 1110 | 1011010 | 101010 |
Color Harmonies of #CC370B
Complementary color
Monochromatic Colors of #CC370B
Black with #CC370B
Text Example
Text Example
White with #CC370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC370B; }
p { color: rgb(204,55,11); }
H1.HeaderClassName
{
color: #CC370B;
}
.AnyTagClassName
{
color: #CC370B;
}
</style>
background-color css
<style>
a { background-color: #CC370B; }
a { background-color: rgb(204,55,11); }
div.DivClassName
{
background-color: #CC370B;
}
.BgClassName
{
background-color: #CC370B;
}
</style>
border-color css
<style>
span { border-color: #CC370B; }
span { border-color: rgb(204,55,11); }
td.TdClassName
{
border-color: #CC370B;
}
.TagClassName
{
border-color: #CC370B;
}
</style>