Html Css Color HEX #CC2301 Harley Davidson Orange
📋 copy color: '#CC2301'red 204 ◦ green 35 ◦ blue 1
Shades of Harley Davidson Orange #CC2301
Tints of Harley Davidson Orange #CC2301
RGB
CMYK
RGB Variations
Color information
#CC2301 (or 0xCC2301) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 01. RGB value is (204,35,1). Sum of RGB (Red+Green+Blue) = 204+35+1=240 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2301 is #33DCFE. Grayscale: #515151. Windows color (decimal): -3398911 or 74700. OLE color: 74700.
HSL color Cylindrical-coordinate representation of color #CC2301: hue angle of 10.05º 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 #CC2301 is Cyan = 0, Magento = 0.83, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 35 | 1 | - |
| CMYK | 0 | 0.83 | 1.00 | 0.2 |
| HSL | 10.05º | 0.99% | 0.4% | - |
| HSV(B) | 10.05º | 1% | 0.8% | - |
| XYZ | 25.51 | 14.04 | 1.39 | - |
| YUV | 81.66 | 82.49 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 35 | 1 | 0 | 0.83 | 1.00 | 0.2 | 10.05 | 0.99 | 0.4 |
| Hex | CC | 23 | 1 | 0 | 53 | 64 | 14 | A | 63 | 28 |
| Octal | 314 | 43 | 1 | 0 | 123 | 144 | 24 | 12 | 143 | 50 |
| Binary | 11001100 | 100011 | 1 | 0 | 1010011 | 1100100 | 10100 | 1010 | 1100011 | 101000 |
Color Harmonies of #CC2301
Complementary color
Monochromatic Colors of #CC2301
Black with #CC2301
Text Example
Text Example
White with #CC2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2301; }
p { color: rgb(204,35,1); }
H1.HeaderClassName
{
color: #CC2301;
}
.AnyTagClassName
{
color: #CC2301;
}
</style>
background-color css
<style>
a { background-color: #CC2301; }
a { background-color: rgb(204,35,1); }
div.DivClassName
{
background-color: #CC2301;
}
.BgClassName
{
background-color: #CC2301;
}
</style>
border-color css
<style>
span { border-color: #CC2301; }
span { border-color: rgb(204,35,1); }
td.TdClassName
{
border-color: #CC2301;
}
.TagClassName
{
border-color: #CC2301;
}
</style>