Html Css Color HEX #CC371E Harley Davidson Orange
📋 copy color: '#CC371E'red 204 ◦ green 55 ◦ blue 30
Shades of Harley Davidson Orange #CC371E
Tints of Harley Davidson Orange #CC371E
RGB
CMYK
RGB Variations
Color information
#CC371E (or 0xCC371E) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 1E. RGB value is (204,55,30). Sum of RGB (Red+Green+Blue) = 204+55+30=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC371E is #33C8E1. Grayscale: #606060. Windows color (decimal): -3393762 or 1980364. OLE color: 1980364.
HSL color Cylindrical-coordinate representation of color #CC371E: hue angle of 8.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC371E is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 30 | - |
| CMYK | 0 | 0.73 | 0.85 | 0.2 |
| HSL | 8.62º | 0.74% | 0.46% | - |
| HSV(B) | 8.62º | 0.85% | 0.8% | - |
| XYZ | 26.5 | 15.66 | 2.85 | - |
| YUV | 96.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 30 | 0 | 0.73 | 0.85 | 0.2 | 8.62 | 0.74 | 0.46 |
| Hex | CC | 37 | 1E | 0 | 49 | 55 | 14 | 9 | 4A | 2E |
| Octal | 314 | 67 | 36 | 0 | 111 | 125 | 24 | 11 | 112 | 56 |
| Binary | 11001100 | 110111 | 11110 | 0 | 1001001 | 1010101 | 10100 | 1001 | 1001010 | 101110 |
Color Harmonies of #CC371E
Complementary color
Monochromatic Colors of #CC371E
Black with #CC371E
Text Example
Text Example
White with #CC371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC371E; }
p { color: rgb(204,55,30); }
H1.HeaderClassName
{
color: #CC371E;
}
.AnyTagClassName
{
color: #CC371E;
}
</style>
background-color css
<style>
a { background-color: #CC371E; }
a { background-color: rgb(204,55,30); }
div.DivClassName
{
background-color: #CC371E;
}
.BgClassName
{
background-color: #CC371E;
}
</style>
border-color css
<style>
span { border-color: #CC371E; }
span { border-color: rgb(204,55,30); }
td.TdClassName
{
border-color: #CC371E;
}
.TagClassName
{
border-color: #CC371E;
}
</style>