Html Css Color HEX #CC3502 Harley Davidson Orange
📋 copy color: '#CC3502'red 204 ◦ green 53 ◦ blue 2
Shades of Harley Davidson Orange #CC3502
Tints of Harley Davidson Orange #CC3502
RGB
CMYK
RGB Variations
Color information
#CC3502 (or 0xCC3502) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 02. RGB value is (204,53,2). Sum of RGB (Red+Green+Blue) = 204+53+2=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3502 is #33CAFD. Grayscale: #5C5C5C. Windows color (decimal): -3394302 or 144844. OLE color: 144844.
HSL color Cylindrical-coordinate representation of color #CC3502: hue angle of 15.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC3502 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 53 | 2 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.2 |
| HSL | 15.15º | 0.98% | 0.4% | - |
| HSV(B) | 15.15º | 0.99% | 0.8% | - |
| XYZ | 26.19 | 15.39 | 1.65 | - |
| YUV | 92.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 53 | 2 | 0 | 0.74 | 0.99 | 0.2 | 15.15 | 0.98 | 0.4 |
| Hex | CC | 35 | 2 | 0 | 4A | 63 | 14 | F | 62 | 28 |
| Octal | 314 | 65 | 2 | 0 | 112 | 143 | 24 | 17 | 142 | 50 |
| Binary | 11001100 | 110101 | 10 | 0 | 1001010 | 1100011 | 10100 | 1111 | 1100010 | 101000 |
Color Harmonies of #CC3502
Complementary color
Monochromatic Colors of #CC3502
Black with #CC3502
Text Example
Text Example
White with #CC3502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3502; }
p { color: rgb(204,53,2); }
H1.HeaderClassName
{
color: #CC3502;
}
.AnyTagClassName
{
color: #CC3502;
}
</style>
background-color css
<style>
a { background-color: #CC3502; }
a { background-color: rgb(204,53,2); }
div.DivClassName
{
background-color: #CC3502;
}
.BgClassName
{
background-color: #CC3502;
}
</style>
border-color css
<style>
span { border-color: #CC3502; }
span { border-color: rgb(204,53,2); }
td.TdClassName
{
border-color: #CC3502;
}
.TagClassName
{
border-color: #CC3502;
}
</style>