Html Css Color HEX #CC370D Harley Davidson Orange
📋 copy color: '#CC370D'red 204 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #CC370D
Tints of Harley Davidson Orange #CC370D
RGB
CMYK
RGB Variations
Color information
#CC370D (or 0xCC370D) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 0D. RGB value is (204,55,13). Sum of RGB (Red+Green+Blue) = 204+55+13=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC370D is #33C8F2. Grayscale: #5F5F5F. Windows color (decimal): -3393779 or 866252. OLE color: 866252.
HSL color Cylindrical-coordinate representation of color #CC370D: hue angle of 13.19º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC370D is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 13 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.2 |
| HSL | 13.19º | 0.88% | 0.43% | - |
| HSV(B) | 13.19º | 0.94% | 0.8% | - |
| XYZ | 26.34 | 15.6 | 2 | - |
| YUV | 94.76 | 81.86 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 13 | 0 | 0.73 | 0.94 | 0.2 | 13.19 | 0.88 | 0.43 |
| Hex | CC | 37 | D | 0 | 49 | 5E | 14 | D | 58 | 2B |
| Octal | 314 | 67 | 15 | 0 | 111 | 136 | 24 | 15 | 130 | 53 |
| Binary | 11001100 | 110111 | 1101 | 0 | 1001001 | 1011110 | 10100 | 1101 | 1011000 | 101011 |
Color Harmonies of #CC370D
Complementary color
Monochromatic Colors of #CC370D
Black with #CC370D
Text Example
Text Example
White with #CC370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC370D; }
p { color: rgb(204,55,13); }
H1.HeaderClassName
{
color: #CC370D;
}
.AnyTagClassName
{
color: #CC370D;
}
</style>
background-color css
<style>
a { background-color: #CC370D; }
a { background-color: rgb(204,55,13); }
div.DivClassName
{
background-color: #CC370D;
}
.BgClassName
{
background-color: #CC370D;
}
</style>
border-color css
<style>
span { border-color: #CC370D; }
span { border-color: rgb(204,55,13); }
td.TdClassName
{
border-color: #CC370D;
}
.TagClassName
{
border-color: #CC370D;
}
</style>