Html Css Color HEX #CC411D Harley Davidson Orange
📋 copy color: '#CC411D'red 204 ◦ green 65 ◦ blue 29
Shades of Harley Davidson Orange #CC411D
Tints of Harley Davidson Orange #CC411D
RGB
CMYK
RGB Variations
Color information
#CC411D (or 0xCC411D) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 1D. RGB value is (204,65,29). Sum of RGB (Red+Green+Blue) = 204+65+29=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC411D is #33BEE2. Grayscale: #666666. Windows color (decimal): -3391203 or 1917388. OLE color: 1917388.
HSL color Cylindrical-coordinate representation of color #CC411D: hue angle of 12.34º 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 #CC411D is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 29 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.2 |
| HSL | 12.34º | 0.75% | 0.46% | - |
| HSV(B) | 12.34º | 0.86% | 0.8% | - |
| XYZ | 27.01 | 16.71 | 2.96 | - |
| YUV | 102.46 | 86.55 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 29 | 0 | 0.68 | 0.86 | 0.2 | 12.34 | 0.75 | 0.46 |
| Hex | CC | 41 | 1D | 0 | 44 | 56 | 14 | C | 4B | 2E |
| Octal | 314 | 101 | 35 | 0 | 104 | 126 | 24 | 14 | 113 | 56 |
| Binary | 11001100 | 1000001 | 11101 | 0 | 1000100 | 1010110 | 10100 | 1100 | 1001011 | 101110 |
Color Harmonies of #CC411D
Complementary color
Monochromatic Colors of #CC411D
Black with #CC411D
Text Example
Text Example
White with #CC411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC411D; }
p { color: rgb(204,65,29); }
H1.HeaderClassName
{
color: #CC411D;
}
.AnyTagClassName
{
color: #CC411D;
}
</style>
background-color css
<style>
a { background-color: #CC411D; }
a { background-color: rgb(204,65,29); }
div.DivClassName
{
background-color: #CC411D;
}
.BgClassName
{
background-color: #CC411D;
}
</style>
border-color css
<style>
span { border-color: #CC411D; }
span { border-color: rgb(204,65,29); }
td.TdClassName
{
border-color: #CC411D;
}
.TagClassName
{
border-color: #CC411D;
}
</style>