Html Css Color HEX #CC411E Harley Davidson Orange
📋 copy color: '#CC411E'red 204 ◦ green 65 ◦ blue 30
Shades of Harley Davidson Orange #CC411E
Tints of Harley Davidson Orange #CC411E
RGB
CMYK
RGB Variations
Color information
#CC411E (or 0xCC411E) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 1E. RGB value is (204,65,30). Sum of RGB (Red+Green+Blue) = 204+65+30=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC411E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC411E is #33BEE1. Grayscale: #666666. Windows color (decimal): -3391202 or 1982924. OLE color: 1982924.
HSL color Cylindrical-coordinate representation of color #CC411E: hue angle of 12.07º 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 #CC411E is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 65 | 30 | - |
| CMYK | 0 | 0.68 | 0.85 | 0.2 |
| HSL | 12.07º | 0.74% | 0.46% | - |
| HSV(B) | 12.07º | 0.85% | 0.8% | - |
| XYZ | 27.03 | 16.71 | 3.03 | - |
| YUV | 102.57 | 87.05 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 65 | 30 | 0 | 0.68 | 0.85 | 0.2 | 12.07 | 0.74 | 0.46 |
| Hex | CC | 41 | 1E | 0 | 44 | 55 | 14 | C | 4A | 2E |
| Octal | 314 | 101 | 36 | 0 | 104 | 125 | 24 | 14 | 112 | 56 |
| Binary | 11001100 | 1000001 | 11110 | 0 | 1000100 | 1010101 | 10100 | 1100 | 1001010 | 101110 |
Color Harmonies of #CC411E
Complementary color
Monochromatic Colors of #CC411E
Black with #CC411E
Text Example
Text Example
White with #CC411E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC411E; }
p { color: rgb(204,65,30); }
H1.HeaderClassName
{
color: #CC411E;
}
.AnyTagClassName
{
color: #CC411E;
}
</style>
background-color css
<style>
a { background-color: #CC411E; }
a { background-color: rgb(204,65,30); }
div.DivClassName
{
background-color: #CC411E;
}
.BgClassName
{
background-color: #CC411E;
}
</style>
border-color css
<style>
span { border-color: #CC411E; }
span { border-color: rgb(204,65,30); }
td.TdClassName
{
border-color: #CC411E;
}
.TagClassName
{
border-color: #CC411E;
}
</style>