Html Css Color HEX #CC371B Harley Davidson Orange
📋 copy color: '#CC371B'red 204 ◦ green 55 ◦ blue 27
Shades of Harley Davidson Orange #CC371B
Tints of Harley Davidson Orange #CC371B
RGB
CMYK
RGB Variations
Color information
#CC371B (or 0xCC371B) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 1B. RGB value is (204,55,27). Sum of RGB (Red+Green+Blue) = 204+55+27=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC371B is #33C8E4. Grayscale: #606060. Windows color (decimal): -3393765 or 1783756. OLE color: 1783756.
HSL color Cylindrical-coordinate representation of color #CC371B: hue angle of 9.49º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC371B is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 27 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.2 |
| HSL | 9.49º | 0.77% | 0.45% | - |
| HSV(B) | 9.49º | 0.87% | 0.8% | - |
| XYZ | 26.47 | 15.65 | 2.66 | - |
| YUV | 96.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 27 | 0 | 0.73 | 0.87 | 0.2 | 9.49 | 0.77 | 0.45 |
| Hex | CC | 37 | 1B | 0 | 49 | 57 | 14 | 9 | 4D | 2D |
| Octal | 314 | 67 | 33 | 0 | 111 | 127 | 24 | 11 | 115 | 55 |
| Binary | 11001100 | 110111 | 11011 | 0 | 1001001 | 1010111 | 10100 | 1001 | 1001101 | 101101 |
Color Harmonies of #CC371B
Complementary color
Monochromatic Colors of #CC371B
Black with #CC371B
Text Example
Text Example
White with #CC371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC371B; }
p { color: rgb(204,55,27); }
H1.HeaderClassName
{
color: #CC371B;
}
.AnyTagClassName
{
color: #CC371B;
}
</style>
background-color css
<style>
a { background-color: #CC371B; }
a { background-color: rgb(204,55,27); }
div.DivClassName
{
background-color: #CC371B;
}
.BgClassName
{
background-color: #CC371B;
}
</style>
border-color css
<style>
span { border-color: #CC371B; }
span { border-color: rgb(204,55,27); }
td.TdClassName
{
border-color: #CC371B;
}
.TagClassName
{
border-color: #CC371B;
}
</style>