Html Css Color HEX #CC371D Harley Davidson Orange
📋 copy color: '#CC371D'red 204 ◦ green 55 ◦ blue 29
Shades of Harley Davidson Orange #CC371D
Tints of Harley Davidson Orange #CC371D
RGB
CMYK
RGB Variations
Color information
#CC371D (or 0xCC371D) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 1D. RGB value is (204,55,29). Sum of RGB (Red+Green+Blue) = 204+55+29=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC371D is #33C8E2. Grayscale: #606060. Windows color (decimal): -3393763 or 1914828. OLE color: 1914828.
HSL color Cylindrical-coordinate representation of color #CC371D: hue angle of 8.91º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC371D is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 29 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.2 |
| HSL | 8.91º | 0.75% | 0.46% | - |
| HSV(B) | 8.91º | 0.86% | 0.8% | - |
| XYZ | 26.49 | 15.66 | 2.79 | - |
| YUV | 96.59 | 89.86 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 29 | 0 | 0.73 | 0.86 | 0.2 | 8.91 | 0.75 | 0.46 |
| Hex | CC | 37 | 1D | 0 | 49 | 56 | 14 | 9 | 4B | 2E |
| Octal | 314 | 67 | 35 | 0 | 111 | 126 | 24 | 11 | 113 | 56 |
| Binary | 11001100 | 110111 | 11101 | 0 | 1001001 | 1010110 | 10100 | 1001 | 1001011 | 101110 |
Color Harmonies of #CC371D
Complementary color
Monochromatic Colors of #CC371D
Black with #CC371D
Text Example
Text Example
White with #CC371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC371D; }
p { color: rgb(204,55,29); }
H1.HeaderClassName
{
color: #CC371D;
}
.AnyTagClassName
{
color: #CC371D;
}
</style>
background-color css
<style>
a { background-color: #CC371D; }
a { background-color: rgb(204,55,29); }
div.DivClassName
{
background-color: #CC371D;
}
.BgClassName
{
background-color: #CC371D;
}
</style>
border-color css
<style>
span { border-color: #CC371D; }
span { border-color: rgb(204,55,29); }
td.TdClassName
{
border-color: #CC371D;
}
.TagClassName
{
border-color: #CC371D;
}
</style>