Html Css Color HEX #CC3902 Harley Davidson Orange
📋 copy color: '#CC3902'red 204 ◦ green 57 ◦ blue 2
Shades of Harley Davidson Orange #CC3902
Tints of Harley Davidson Orange #CC3902
RGB
CMYK
RGB Variations
Color information
#CC3902 (or 0xCC3902) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 02. RGB value is (204,57,2). Sum of RGB (Red+Green+Blue) = 204+57+2=263 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.57% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3902 is #33C6FD. Grayscale: #5F5F5F. Windows color (decimal): -3393278 or 145868. OLE color: 145868.
HSL color Cylindrical-coordinate representation of color #CC3902: hue angle of 16.34º 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 #CC3902 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 2 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.2 |
| HSL | 16.34º | 0.98% | 0.4% | - |
| HSV(B) | 16.34º | 0.99% | 0.8% | - |
| XYZ | 26.38 | 15.77 | 1.71 | - |
| YUV | 94.68 | 75.7 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 2 | 0 | 0.72 | 0.99 | 0.2 | 16.34 | 0.98 | 0.4 |
| Hex | CC | 39 | 2 | 0 | 48 | 63 | 14 | 10 | 62 | 28 |
| Octal | 314 | 71 | 2 | 0 | 110 | 143 | 24 | 20 | 142 | 50 |
| Binary | 11001100 | 111001 | 10 | 0 | 1001000 | 1100011 | 10100 | 10000 | 1100010 | 101000 |
Color Harmonies of #CC3902
Complementary color
Monochromatic Colors of #CC3902
Black with #CC3902
Text Example
Text Example
White with #CC3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3902; }
p { color: rgb(204,57,2); }
H1.HeaderClassName
{
color: #CC3902;
}
.AnyTagClassName
{
color: #CC3902;
}
</style>
background-color css
<style>
a { background-color: #CC3902; }
a { background-color: rgb(204,57,2); }
div.DivClassName
{
background-color: #CC3902;
}
.BgClassName
{
background-color: #CC3902;
}
</style>
border-color css
<style>
span { border-color: #CC3902; }
span { border-color: rgb(204,57,2); }
td.TdClassName
{
border-color: #CC3902;
}
.TagClassName
{
border-color: #CC3902;
}
</style>