Html Css Color HEX #CC331C Harley Davidson Orange
📋 copy color: '#CC331C'red 204 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #CC331C
Tints of Harley Davidson Orange #CC331C
RGB
CMYK
RGB Variations
Color information
#CC331C (or 0xCC331C) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 1C. RGB value is (204,51,28). Sum of RGB (Red+Green+Blue) = 204+51+28=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC331C is #33CCE3. Grayscale: #5E5E5E. Windows color (decimal): -3394788 or 1848268. OLE color: 1848268.
HSL color Cylindrical-coordinate representation of color #CC331C: hue angle of 7.84º 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 #CC331C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 28 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.2 |
| HSL | 7.84º | 0.76% | 0.45% | - |
| HSV(B) | 7.84º | 0.86% | 0.8% | - |
| XYZ | 26.3 | 15.29 | 2.66 | - |
| YUV | 94.13 | 90.69 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 28 | 0 | 0.75 | 0.86 | 0.2 | 7.84 | 0.76 | 0.45 |
| Hex | CC | 33 | 1C | 0 | 4B | 56 | 14 | 8 | 4C | 2D |
| Octal | 314 | 63 | 34 | 0 | 113 | 126 | 24 | 10 | 114 | 55 |
| Binary | 11001100 | 110011 | 11100 | 0 | 1001011 | 1010110 | 10100 | 1000 | 1001100 | 101101 |
Color Harmonies of #CC331C
Complementary color
Monochromatic Colors of #CC331C
Black with #CC331C
Text Example
Text Example
White with #CC331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC331C; }
p { color: rgb(204,51,28); }
H1.HeaderClassName
{
color: #CC331C;
}
.AnyTagClassName
{
color: #CC331C;
}
</style>
background-color css
<style>
a { background-color: #CC331C; }
a { background-color: rgb(204,51,28); }
div.DivClassName
{
background-color: #CC331C;
}
.BgClassName
{
background-color: #CC331C;
}
</style>
border-color css
<style>
span { border-color: #CC331C; }
span { border-color: rgb(204,51,28); }
td.TdClassName
{
border-color: #CC331C;
}
.TagClassName
{
border-color: #CC331C;
}
</style>