Html Css Color HEX #CC3304 Harley Davidson Orange
📋 copy color: '#CC3304'red 204 ◦ green 51 ◦ blue 4
Shades of Harley Davidson Orange #CC3304
Tints of Harley Davidson Orange #CC3304
RGB
CMYK
RGB Variations
Color information
#CC3304 (or 0xCC3304) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 04. RGB value is (204,51,4). Sum of RGB (Red+Green+Blue) = 204+51+4=259 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.76% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3304 is #33CCFB. Grayscale: #5B5B5B. Windows color (decimal): -3394812 or 275404. OLE color: 275404.
HSL color Cylindrical-coordinate representation of color #CC3304: hue angle of 14.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC3304 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 4 | - |
| CMYK | 0 | 0.75 | 0.98 | 0.2 |
| HSL | 14.1º | 0.96% | 0.41% | - |
| HSV(B) | 14.1º | 0.98% | 0.8% | - |
| XYZ | 26.11 | 15.21 | 1.68 | - |
| YUV | 91.39 | 78.69 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 4 | 0 | 0.75 | 0.98 | 0.2 | 14.1 | 0.96 | 0.41 |
| Hex | CC | 33 | 4 | 0 | 4B | 62 | 14 | E | 60 | 29 |
| Octal | 314 | 63 | 4 | 0 | 113 | 142 | 24 | 16 | 140 | 51 |
| Binary | 11001100 | 110011 | 100 | 0 | 1001011 | 1100010 | 10100 | 1110 | 1100000 | 101001 |
Color Harmonies of #CC3304
Complementary color
Monochromatic Colors of #CC3304
Black with #CC3304
Text Example
Text Example
White with #CC3304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3304; }
p { color: rgb(204,51,4); }
H1.HeaderClassName
{
color: #CC3304;
}
.AnyTagClassName
{
color: #CC3304;
}
</style>
background-color css
<style>
a { background-color: #CC3304; }
a { background-color: rgb(204,51,4); }
div.DivClassName
{
background-color: #CC3304;
}
.BgClassName
{
background-color: #CC3304;
}
</style>
border-color css
<style>
span { border-color: #CC3304; }
span { border-color: rgb(204,51,4); }
td.TdClassName
{
border-color: #CC3304;
}
.TagClassName
{
border-color: #CC3304;
}
</style>