Html Css Color HEX #CC351E Harley Davidson Orange
📋 copy color: '#CC351E'red 204 ◦ green 53 ◦ blue 30
Shades of Harley Davidson Orange #CC351E
Tints of Harley Davidson Orange #CC351E
RGB
CMYK
RGB Variations
Color information
#CC351E (or 0xCC351E) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 1E. RGB value is (204,53,30). Sum of RGB (Red+Green+Blue) = 204+53+30=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC351E is #33CAE1. Grayscale: #5F5F5F. Windows color (decimal): -3394274 or 1979852. OLE color: 1979852.
HSL color Cylindrical-coordinate representation of color #CC351E: hue angle of 7.93º 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 #CC351E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.2 |
| HSL | 7.93º | 0.74% | 0.46% | - |
| HSV(B) | 7.93º | 0.85% | 0.8% | - |
| XYZ | 26.41 | 15.48 | 2.82 | - |
| YUV | 95.53 | 91.03 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 30 | 0 | 0.74 | 0.85 | 0.2 | 7.93 | 0.74 | 0.46 |
| Hex | CC | 35 | 1E | 0 | 4A | 55 | 14 | 8 | 4A | 2E |
| Octal | 314 | 65 | 36 | 0 | 112 | 125 | 24 | 10 | 112 | 56 |
| Binary | 11001100 | 110101 | 11110 | 0 | 1001010 | 1010101 | 10100 | 1000 | 1001010 | 101110 |
Color Harmonies of #CC351E
Complementary color
Monochromatic Colors of #CC351E
Black with #CC351E
Text Example
Text Example
White with #CC351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC351E; }
p { color: rgb(204,53,30); }
H1.HeaderClassName
{
color: #CC351E;
}
.AnyTagClassName
{
color: #CC351E;
}
</style>
background-color css
<style>
a { background-color: #CC351E; }
a { background-color: rgb(204,53,30); }
div.DivClassName
{
background-color: #CC351E;
}
.BgClassName
{
background-color: #CC351E;
}
</style>
border-color css
<style>
span { border-color: #CC351E; }
span { border-color: rgb(204,53,30); }
td.TdClassName
{
border-color: #CC351E;
}
.TagClassName
{
border-color: #CC351E;
}
</style>