Html Css Color HEX #CC4001 Harley Davidson Orange
📋 copy color: '#CC4001'red 204 ◦ green 64 ◦ blue 1
Shades of Harley Davidson Orange #CC4001
Tints of Harley Davidson Orange #CC4001
RGB
CMYK
RGB Variations
Color information
#CC4001 (or 0xCC4001) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 01. RGB value is (204,64,1). Sum of RGB (Red+Green+Blue) = 204+64+1=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4001 is #33BFFE. Grayscale: #636363. Windows color (decimal): -3391487 or 82124. OLE color: 82124.
HSL color Cylindrical-coordinate representation of color #CC4001: hue angle of 18.62º 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 #CC4001 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 1 | - |
| CMYK | 0 | 0.69 | 1.00 | 0.2 |
| HSL | 18.62º | 0.99% | 0.4% | - |
| HSV(B) | 18.62º | 1% | 0.8% | - |
| XYZ | 26.74 | 16.51 | 1.81 | - |
| YUV | 98.68 | 72.88 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 1 | 0 | 0.69 | 1.00 | 0.2 | 18.62 | 0.99 | 0.4 |
| Hex | CC | 40 | 1 | 0 | 45 | 64 | 14 | 13 | 63 | 28 |
| Octal | 314 | 100 | 1 | 0 | 105 | 144 | 24 | 23 | 143 | 50 |
| Binary | 11001100 | 1000000 | 1 | 0 | 1000101 | 1100100 | 10100 | 10011 | 1100011 | 101000 |
Color Harmonies of #CC4001
Complementary color
Monochromatic Colors of #CC4001
Black with #CC4001
Text Example
Text Example
White with #CC4001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4001; }
p { color: rgb(204,64,1); }
H1.HeaderClassName
{
color: #CC4001;
}
.AnyTagClassName
{
color: #CC4001;
}
</style>
background-color css
<style>
a { background-color: #CC4001; }
a { background-color: rgb(204,64,1); }
div.DivClassName
{
background-color: #CC4001;
}
.BgClassName
{
background-color: #CC4001;
}
</style>
border-color css
<style>
span { border-color: #CC4001; }
span { border-color: rgb(204,64,1); }
td.TdClassName
{
border-color: #CC4001;
}
.TagClassName
{
border-color: #CC4001;
}
</style>