Html Css Color HEX #CC401D Harley Davidson Orange
📋 copy color: '#CC401D'red 204 ◦ green 64 ◦ blue 29
Shades of Harley Davidson Orange #CC401D
Tints of Harley Davidson Orange #CC401D
RGB
CMYK
RGB Variations
Color information
#CC401D (or 0xCC401D) is known color: Harley Davidson Orange. HEX triplet: CC, 40 and 1D. RGB value is (204,64,29). Sum of RGB (Red+Green+Blue) = 204+64+29=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC401D is #33BFE2. Grayscale: #666666. Windows color (decimal): -3391459 or 1917132. OLE color: 1917132.
HSL color Cylindrical-coordinate representation of color #CC401D: hue angle of 12º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC401D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 64 | 29 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.2 |
| HSL | 12º | 0.75% | 0.46% | - |
| HSV(B) | 12º | 0.86% | 0.8% | - |
| XYZ | 26.96 | 16.59 | 2.94 | - |
| YUV | 101.87 | 86.88 | 200.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 29 | 0 | 0.69 | 0.86 | 0.2 | 12 | 0.75 | 0.46 |
| Hex | CC | 40 | 1D | 0 | 45 | 56 | 14 | C | 4B | 2E |
| Octal | 314 | 100 | 35 | 0 | 105 | 126 | 24 | 14 | 113 | 56 |
| Binary | 11001100 | 1000000 | 11101 | 0 | 1000101 | 1010110 | 10100 | 1100 | 1001011 | 101110 |
Color Harmonies of #CC401D
Complementary color
Monochromatic Colors of #CC401D
Black with #CC401D
Text Example
Text Example
White with #CC401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC401D; }
p { color: rgb(204,64,29); }
H1.HeaderClassName
{
color: #CC401D;
}
.AnyTagClassName
{
color: #CC401D;
}
</style>
background-color css
<style>
a { background-color: #CC401D; }
a { background-color: rgb(204,64,29); }
div.DivClassName
{
background-color: #CC401D;
}
.BgClassName
{
background-color: #CC401D;
}
</style>
border-color css
<style>
span { border-color: #CC401D; }
span { border-color: rgb(204,64,29); }
td.TdClassName
{
border-color: #CC401D;
}
.TagClassName
{
border-color: #CC401D;
}
</style>