Html Css Color HEX #CC3301 Harley Davidson Orange
📋 copy color: '#CC3301'red 204 ◦ green 51 ◦ blue 1
Shades of Harley Davidson Orange #CC3301
Tints of Harley Davidson Orange #CC3301
RGB
CMYK
RGB Variations
Color information
#CC3301 (or 0xCC3301) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 01. RGB value is (204,51,1). Sum of RGB (Red+Green+Blue) = 204+51+1=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3301 is #33CCFE. Grayscale: #5B5B5B. Windows color (decimal): -3394815 or 78796. OLE color: 78796.
HSL color Cylindrical-coordinate representation of color #CC3301: hue angle of 14.78º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC3301 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.2 |
| HSL | 14.78º | 0.99% | 0.4% | - |
| HSV(B) | 14.78º | 1% | 0.8% | - |
| XYZ | 26.09 | 15.21 | 1.59 | - |
| YUV | 91.05 | 77.19 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 1 | 0 | 0.75 | 1.00 | 0.2 | 14.78 | 0.99 | 0.4 |
| Hex | CC | 33 | 1 | 0 | 4B | 64 | 14 | F | 63 | 28 |
| Octal | 314 | 63 | 1 | 0 | 113 | 144 | 24 | 17 | 143 | 50 |
| Binary | 11001100 | 110011 | 1 | 0 | 1001011 | 1100100 | 10100 | 1111 | 1100011 | 101000 |
Color Harmonies of #CC3301
Complementary color
Monochromatic Colors of #CC3301
Black with #CC3301
Text Example
Text Example
White with #CC3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3301; }
p { color: rgb(204,51,1); }
H1.HeaderClassName
{
color: #CC3301;
}
.AnyTagClassName
{
color: #CC3301;
}
</style>
background-color css
<style>
a { background-color: #CC3301; }
a { background-color: rgb(204,51,1); }
div.DivClassName
{
background-color: #CC3301;
}
.BgClassName
{
background-color: #CC3301;
}
</style>
border-color css
<style>
span { border-color: #CC3301; }
span { border-color: rgb(204,51,1); }
td.TdClassName
{
border-color: #CC3301;
}
.TagClassName
{
border-color: #CC3301;
}
</style>