Html Css Color HEX #CC3201 Harley Davidson Orange
📋 copy color: '#CC3201'red 204 ◦ green 50 ◦ blue 1
Shades of Harley Davidson Orange #CC3201
Tints of Harley Davidson Orange #CC3201
RGB
CMYK
RGB Variations
Color information
#CC3201 (or 0xCC3201) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 01. RGB value is (204,50,1). Sum of RGB (Red+Green+Blue) = 204+50+1=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3201 is #33CDFE. Grayscale: #5A5A5A. Windows color (decimal): -3395071 or 78540. OLE color: 78540.
HSL color Cylindrical-coordinate representation of color #CC3201: hue angle of 14.48º 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 #CC3201 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.2 |
| HSL | 14.48º | 0.99% | 0.4% | - |
| HSV(B) | 14.48º | 1% | 0.8% | - |
| XYZ | 26.05 | 15.12 | 1.57 | - |
| YUV | 90.46 | 77.52 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 1 | 0 | 0.75 | 1.00 | 0.2 | 14.48 | 0.99 | 0.4 |
| Hex | CC | 32 | 1 | 0 | 4B | 64 | 14 | E | 63 | 28 |
| Octal | 314 | 62 | 1 | 0 | 113 | 144 | 24 | 16 | 143 | 50 |
| Binary | 11001100 | 110010 | 1 | 0 | 1001011 | 1100100 | 10100 | 1110 | 1100011 | 101000 |
Color Harmonies of #CC3201
Complementary color
Monochromatic Colors of #CC3201
Black with #CC3201
Text Example
Text Example
White with #CC3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3201; }
p { color: rgb(204,50,1); }
H1.HeaderClassName
{
color: #CC3201;
}
.AnyTagClassName
{
color: #CC3201;
}
</style>
background-color css
<style>
a { background-color: #CC3201; }
a { background-color: rgb(204,50,1); }
div.DivClassName
{
background-color: #CC3201;
}
.BgClassName
{
background-color: #CC3201;
}
</style>
border-color css
<style>
span { border-color: #CC3201; }
span { border-color: rgb(204,50,1); }
td.TdClassName
{
border-color: #CC3201;
}
.TagClassName
{
border-color: #CC3201;
}
</style>