Html Css Color HEX #CC491A Harley Davidson Orange
📋 copy color: '#CC491A'red 204 ◦ green 73 ◦ blue 26
Shades of Harley Davidson Orange #CC491A
Tints of Harley Davidson Orange #CC491A
RGB
CMYK
RGB Variations
Color information
#CC491A (or 0xCC491A) is known color: Harley Davidson Orange. HEX triplet: CC, 49 and 1A. RGB value is (204,73,26). Sum of RGB (Red+Green+Blue) = 204+73+26=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC491A is #33B6E5. Grayscale: #6B6B6B. Windows color (decimal): -3389158 or 1722828. OLE color: 1722828.
HSL color Cylindrical-coordinate representation of color #CC491A: hue angle of 15.84º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC491A is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 73 | 26 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.2 |
| HSL | 15.84º | 0.77% | 0.45% | - |
| HSV(B) | 15.84º | 0.87% | 0.8% | - |
| XYZ | 27.47 | 17.68 | 2.94 | - |
| YUV | 106.81 | 82.4 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 73 | 26 | 0 | 0.64 | 0.87 | 0.2 | 15.84 | 0.77 | 0.45 |
| Hex | CC | 49 | 1A | 0 | 40 | 57 | 14 | 10 | 4D | 2D |
| Octal | 314 | 111 | 32 | 0 | 100 | 127 | 24 | 20 | 115 | 55 |
| Binary | 11001100 | 1001001 | 11010 | 0 | 1000000 | 1010111 | 10100 | 10000 | 1001101 | 101101 |
Color Harmonies of #CC491A
Complementary color
Monochromatic Colors of #CC491A
Black with #CC491A
Text Example
Text Example
White with #CC491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC491A; }
p { color: rgb(204,73,26); }
H1.HeaderClassName
{
color: #CC491A;
}
.AnyTagClassName
{
color: #CC491A;
}
</style>
background-color css
<style>
a { background-color: #CC491A; }
a { background-color: rgb(204,73,26); }
div.DivClassName
{
background-color: #CC491A;
}
.BgClassName
{
background-color: #CC491A;
}
</style>
border-color css
<style>
span { border-color: #CC491A; }
span { border-color: rgb(204,73,26); }
td.TdClassName
{
border-color: #CC491A;
}
.TagClassName
{
border-color: #CC491A;
}
</style>