Html Css Color HEX #CC461D Harley Davidson Orange
📋 copy color: '#CC461D'red 204 ◦ green 70 ◦ blue 29
Shades of Harley Davidson Orange #CC461D
Tints of Harley Davidson Orange #CC461D
RGB
CMYK
RGB Variations
Color information
#CC461D (or 0xCC461D) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 1D. RGB value is (204,70,29). Sum of RGB (Red+Green+Blue) = 204+70+29=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC461D is #33B9E2. Grayscale: #696969. Windows color (decimal): -3389923 or 1918668. OLE color: 1918668.
HSL color Cylindrical-coordinate representation of color #CC461D: hue angle of 14.06º 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 #CC461D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 29 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.2 |
| HSL | 14.06º | 0.75% | 0.46% | - |
| HSV(B) | 14.06º | 0.86% | 0.8% | - |
| XYZ | 27.31 | 17.31 | 3.06 | - |
| YUV | 105.39 | 84.89 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 29 | 0 | 0.66 | 0.86 | 0.2 | 14.06 | 0.75 | 0.46 |
| Hex | CC | 46 | 1D | 0 | 42 | 56 | 14 | E | 4B | 2E |
| Octal | 314 | 106 | 35 | 0 | 102 | 126 | 24 | 16 | 113 | 56 |
| Binary | 11001100 | 1000110 | 11101 | 0 | 1000010 | 1010110 | 10100 | 1110 | 1001011 | 101110 |
Color Harmonies of #CC461D
Complementary color
Monochromatic Colors of #CC461D
Black with #CC461D
Text Example
Text Example
White with #CC461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC461D; }
p { color: rgb(204,70,29); }
H1.HeaderClassName
{
color: #CC461D;
}
.AnyTagClassName
{
color: #CC461D;
}
</style>
background-color css
<style>
a { background-color: #CC461D; }
a { background-color: rgb(204,70,29); }
div.DivClassName
{
background-color: #CC461D;
}
.BgClassName
{
background-color: #CC461D;
}
</style>
border-color css
<style>
span { border-color: #CC461D; }
span { border-color: rgb(204,70,29); }
td.TdClassName
{
border-color: #CC461D;
}
.TagClassName
{
border-color: #CC461D;
}
</style>