Html Css Color HEX #CC351D Harley Davidson Orange
📋 copy color: '#CC351D'red 204 ◦ green 53 ◦ blue 29
Shades of Harley Davidson Orange #CC351D
Tints of Harley Davidson Orange #CC351D
RGB
CMYK
RGB Variations
Color information
#CC351D (or 0xCC351D) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 1D. RGB value is (204,53,29). Sum of RGB (Red+Green+Blue) = 204+53+29=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 29 (11.72% from 255 or 10.14% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC351D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC351D is #33CAE2. Grayscale: #5F5F5F. Windows color (decimal): -3394275 or 1914316. OLE color: 1914316.
HSL color Cylindrical-coordinate representation of color #CC351D: hue angle of 8.23º 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 #CC351D is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 29 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.2 |
| HSL | 8.23º | 0.75% | 0.46% | - |
| HSV(B) | 8.23º | 0.86% | 0.8% | - |
| XYZ | 26.4 | 15.47 | 2.76 | - |
| YUV | 95.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 29 | 0 | 0.74 | 0.86 | 0.2 | 8.23 | 0.75 | 0.46 |
| Hex | CC | 35 | 1D | 0 | 4A | 56 | 14 | 8 | 4B | 2E |
| Octal | 314 | 65 | 35 | 0 | 112 | 126 | 24 | 10 | 113 | 56 |
| Binary | 11001100 | 110101 | 11101 | 0 | 1001010 | 1010110 | 10100 | 1000 | 1001011 | 101110 |
Color Harmonies of #CC351D
Complementary color
Monochromatic Colors of #CC351D
Black with #CC351D
Text Example
Text Example
White with #CC351D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC351D; }
p { color: rgb(204,53,29); }
H1.HeaderClassName
{
color: #CC351D;
}
.AnyTagClassName
{
color: #CC351D;
}
</style>
background-color css
<style>
a { background-color: #CC351D; }
a { background-color: rgb(204,53,29); }
div.DivClassName
{
background-color: #CC351D;
}
.BgClassName
{
background-color: #CC351D;
}
</style>
border-color css
<style>
span { border-color: #CC351D; }
span { border-color: rgb(204,53,29); }
td.TdClassName
{
border-color: #CC351D;
}
.TagClassName
{
border-color: #CC351D;
}
</style>