Html Css Color HEX #CC3901 Harley Davidson Orange
📋 copy color: '#CC3901'red 204 ◦ green 57 ◦ blue 1
Shades of Harley Davidson Orange #CC3901
Tints of Harley Davidson Orange #CC3901
RGB
CMYK
RGB Variations
Color information
#CC3901 (or 0xCC3901) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 01. RGB value is (204,57,1). Sum of RGB (Red+Green+Blue) = 204+57+1=262 (34% of max value = 765). Red value is 204 (80.08% from 255 or 77.86% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3901 is #33C6FE. Grayscale: #5E5E5E. Windows color (decimal): -3393279 or 80332. OLE color: 80332.
HSL color Cylindrical-coordinate representation of color #CC3901: hue angle of 16.55º 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 #CC3901 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 57 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.2 |
| HSL | 16.55º | 0.99% | 0.4% | - |
| HSV(B) | 16.55º | 1% | 0.8% | - |
| XYZ | 26.37 | 15.77 | 1.68 | - |
| YUV | 94.57 | 75.2 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 57 | 1 | 0 | 0.72 | 1.00 | 0.2 | 16.55 | 0.99 | 0.4 |
| Hex | CC | 39 | 1 | 0 | 48 | 64 | 14 | 11 | 63 | 28 |
| Octal | 314 | 71 | 1 | 0 | 110 | 144 | 24 | 21 | 143 | 50 |
| Binary | 11001100 | 111001 | 1 | 0 | 1001000 | 1100100 | 10100 | 10001 | 1100011 | 101000 |
Color Harmonies of #CC3901
Complementary color
Monochromatic Colors of #CC3901
Black with #CC3901
Text Example
Text Example
White with #CC3901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3901; }
p { color: rgb(204,57,1); }
H1.HeaderClassName
{
color: #CC3901;
}
.AnyTagClassName
{
color: #CC3901;
}
</style>
background-color css
<style>
a { background-color: #CC3901; }
a { background-color: rgb(204,57,1); }
div.DivClassName
{
background-color: #CC3901;
}
.BgClassName
{
background-color: #CC3901;
}
</style>
border-color css
<style>
span { border-color: #CC3901; }
span { border-color: rgb(204,57,1); }
td.TdClassName
{
border-color: #CC3901;
}
.TagClassName
{
border-color: #CC3901;
}
</style>