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