Html Css Color HEX #CC401E Harley Davidson Orange
📋 copy color: '#CC401E'red 204 ◦ green 64 ◦ blue 30
Shades of Harley Davidson Orange #CC401E
Tints of Harley Davidson Orange #CC401E
RGB
CMYK
RGB Variations
Color information
#CC401E (or 0xCC401E) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 1E. RGB value is (204,64,30). Sum of RGB (Red+Green+Blue) = 204+64+30=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC401E is #33BFE1. Grayscale: #666666. Windows color (decimal): -3391458 or 1982668. OLE color: 1982668.
HSL color Cylindrical-coordinate representation of color #CC401E: hue angle of 11.72º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CC401E is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 30 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.2 |
| HSL | 11.72º | 0.74% | 0.46% | - |
| HSV(B) | 11.72º | 0.85% | 0.8% | - |
| XYZ | 26.97 | 16.6 | 3.01 | - |
| YUV | 101.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 30 | 0 | 0.69 | 0.85 | 0.2 | 11.72 | 0.74 | 0.46 |
| Hex | CC | 40 | 1E | 0 | 45 | 55 | 14 | C | 4A | 2E |
| Octal | 314 | 100 | 36 | 0 | 105 | 125 | 24 | 14 | 112 | 56 |
| Binary | 11001100 | 1000000 | 11110 | 0 | 1000101 | 1010101 | 10100 | 1100 | 1001010 | 101110 |
Color Harmonies of #CC401E
Complementary color
Monochromatic Colors of #CC401E
Black with #CC401E
Text Example
Text Example
White with #CC401E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC401E; }
p { color: rgb(204,64,30); }
H1.HeaderClassName
{
color: #CC401E;
}
.AnyTagClassName
{
color: #CC401E;
}
</style>
background-color css
<style>
a { background-color: #CC401E; }
a { background-color: rgb(204,64,30); }
div.DivClassName
{
background-color: #CC401E;
}
.BgClassName
{
background-color: #CC401E;
}
</style>
border-color css
<style>
span { border-color: #CC401E; }
span { border-color: rgb(204,64,30); }
td.TdClassName
{
border-color: #CC401E;
}
.TagClassName
{
border-color: #CC401E;
}
</style>