Html Css Color HEX #CC491D Harley Davidson Orange
📋 copy color: '#CC491D'red 204 ◦ green 73 ◦ blue 29
Shades of Harley Davidson Orange #CC491D
Tints of Harley Davidson Orange #CC491D
RGB
CMYK
RGB Variations
Color information
#CC491D (or 0xCC491D) is known color: Harley Davidson Orange. HEX triplet: CC, 49 and 1D. RGB value is (204,73,29). Sum of RGB (Red+Green+Blue) = 204+73+29=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC491D is #33B6E2. Grayscale: #6B6B6B. Windows color (decimal): -3389155 or 1919436. OLE color: 1919436.
HSL color Cylindrical-coordinate representation of color #CC491D: hue angle of 15.09º 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 #CC491D is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 29 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.2 |
| HSL | 15.09º | 0.75% | 0.46% | - |
| HSV(B) | 15.09º | 0.86% | 0.8% | - |
| XYZ | 27.51 | 17.69 | 3.13 | - |
| YUV | 107.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 29 | 0 | 0.64 | 0.86 | 0.2 | 15.09 | 0.75 | 0.46 |
| Hex | CC | 49 | 1D | 0 | 40 | 56 | 14 | F | 4B | 2E |
| Octal | 314 | 111 | 35 | 0 | 100 | 126 | 24 | 17 | 113 | 56 |
| Binary | 11001100 | 1001001 | 11101 | 0 | 1000000 | 1010110 | 10100 | 1111 | 1001011 | 101110 |
Color Harmonies of #CC491D
Complementary color
Monochromatic Colors of #CC491D
Black with #CC491D
Text Example
Text Example
White with #CC491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC491D; }
p { color: rgb(204,73,29); }
H1.HeaderClassName
{
color: #CC491D;
}
.AnyTagClassName
{
color: #CC491D;
}
</style>
background-color css
<style>
a { background-color: #CC491D; }
a { background-color: rgb(204,73,29); }
div.DivClassName
{
background-color: #CC491D;
}
.BgClassName
{
background-color: #CC491D;
}
</style>
border-color css
<style>
span { border-color: #CC491D; }
span { border-color: rgb(204,73,29); }
td.TdClassName
{
border-color: #CC491D;
}
.TagClassName
{
border-color: #CC491D;
}
</style>