Html Css Color HEX #CC311C Harley Davidson Orange
📋 copy color: '#CC311C'red 204 ◦ green 49 ◦ blue 28
Shades of Harley Davidson Orange #CC311C
Tints of Harley Davidson Orange #CC311C
RGB
CMYK
RGB Variations
Color information
#CC311C (or 0xCC311C) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 1C. RGB value is (204,49,28). Sum of RGB (Red+Green+Blue) = 204+49+28=281 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.60% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 204 - color contains mainly: red. Hex color #CC311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC311C is #33CEE3. Grayscale: #5D5D5D. Windows color (decimal): -3395300 or 1847756. OLE color: 1847756.
HSL color Cylindrical-coordinate representation of color #CC311C: hue angle of 7.16º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC311C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 28 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.2 |
| HSL | 7.16º | 0.76% | 0.45% | - |
| HSV(B) | 7.16º | 0.86% | 0.8% | - |
| XYZ | 26.21 | 15.12 | 2.64 | - |
| YUV | 92.95 | 91.35 | 207.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 28 | 0 | 0.76 | 0.86 | 0.2 | 7.16 | 0.76 | 0.45 |
| Hex | CC | 31 | 1C | 0 | 4C | 56 | 14 | 7 | 4C | 2D |
| Octal | 314 | 61 | 34 | 0 | 114 | 126 | 24 | 7 | 114 | 55 |
| Binary | 11001100 | 110001 | 11100 | 0 | 1001100 | 1010110 | 10100 | 111 | 1001100 | 101101 |
Color Harmonies of #CC311C
Complementary color
Monochromatic Colors of #CC311C
Black with #CC311C
Text Example
Text Example
White with #CC311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC311C; }
p { color: rgb(204,49,28); }
H1.HeaderClassName
{
color: #CC311C;
}
.AnyTagClassName
{
color: #CC311C;
}
</style>
background-color css
<style>
a { background-color: #CC311C; }
a { background-color: rgb(204,49,28); }
div.DivClassName
{
background-color: #CC311C;
}
.BgClassName
{
background-color: #CC311C;
}
</style>
border-color css
<style>
span { border-color: #CC311C; }
span { border-color: rgb(204,49,28); }
td.TdClassName
{
border-color: #CC311C;
}
.TagClassName
{
border-color: #CC311C;
}
</style>