Html Css Color HEX #CC3302 Harley Davidson Orange
📋 copy color: '#CC3302'red 204 ◦ green 51 ◦ blue 2
Shades of Harley Davidson Orange #CC3302
Tints of Harley Davidson Orange #CC3302
RGB
CMYK
RGB Variations
Color information
#CC3302 (or 0xCC3302) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 02. RGB value is (204,51,2). Sum of RGB (Red+Green+Blue) = 204+51+2=257 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.38% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3302 is #33CCFD. Grayscale: #5B5B5B. Windows color (decimal): -3394814 or 144332. OLE color: 144332.
HSL color Cylindrical-coordinate representation of color #CC3302: hue angle of 14.55º 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 #CC3302 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.2 |
| HSL | 14.55º | 0.98% | 0.4% | - |
| HSV(B) | 14.55º | 0.99% | 0.8% | - |
| XYZ | 26.1 | 15.21 | 1.62 | - |
| YUV | 91.16 | 77.69 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 2 | 0 | 0.75 | 0.99 | 0.2 | 14.55 | 0.98 | 0.4 |
| Hex | CC | 33 | 2 | 0 | 4B | 63 | 14 | F | 62 | 28 |
| Octal | 314 | 63 | 2 | 0 | 113 | 143 | 24 | 17 | 142 | 50 |
| Binary | 11001100 | 110011 | 10 | 0 | 1001011 | 1100011 | 10100 | 1111 | 1100010 | 101000 |
Color Harmonies of #CC3302
Complementary color
Monochromatic Colors of #CC3302
Black with #CC3302
Text Example
Text Example
White with #CC3302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3302; }
p { color: rgb(204,51,2); }
H1.HeaderClassName
{
color: #CC3302;
}
.AnyTagClassName
{
color: #CC3302;
}
</style>
background-color css
<style>
a { background-color: #CC3302; }
a { background-color: rgb(204,51,2); }
div.DivClassName
{
background-color: #CC3302;
}
.BgClassName
{
background-color: #CC3302;
}
</style>
border-color css
<style>
span { border-color: #CC3302; }
span { border-color: rgb(204,51,2); }
td.TdClassName
{
border-color: #CC3302;
}
.TagClassName
{
border-color: #CC3302;
}
</style>