Html Css Color HEX #CA491A Harley Davidson Orange
📋 copy color: '#CA491A'red 202 ◦ green 73 ◦ blue 26
Shades of Harley Davidson Orange #CA491A
Tints of Harley Davidson Orange #CA491A
RGB
CMYK
RGB Variations
Color information
#CA491A (or 0xCA491A) is known color: Harley Davidson Orange. HEX triplet: CA, 49 and 1A. RGB value is (202,73,26). Sum of RGB (Red+Green+Blue) = 202+73+26=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA491A is #35B6E5. Grayscale: #6A6A6A. Windows color (decimal): -3520230 or 1722826. OLE color: 1722826.
HSL color Cylindrical-coordinate representation of color #CA491A: hue angle of 16.02º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA491A is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 73 | 26 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.21 |
| HSL | 16.02º | 0.77% | 0.45% | - |
| HSV(B) | 16.02º | 0.87% | 0.79% | - |
| XYZ | 26.93 | 17.4 | 2.92 | - |
| YUV | 106.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 73 | 26 | 0 | 0.64 | 0.87 | 0.21 | 16.02 | 0.77 | 0.45 |
| Hex | CA | 49 | 1A | 0 | 40 | 57 | 15 | 10 | 4D | 2D |
| Octal | 312 | 111 | 32 | 0 | 100 | 127 | 25 | 20 | 115 | 55 |
| Binary | 11001010 | 1001001 | 11010 | 0 | 1000000 | 1010111 | 10101 | 10000 | 1001101 | 101101 |
Color Harmonies of #CA491A
Complementary color
Monochromatic Colors of #CA491A
Black with #CA491A
Text Example
Text Example
White with #CA491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA491A; }
p { color: rgb(202,73,26); }
H1.HeaderClassName
{
color: #CA491A;
}
.AnyTagClassName
{
color: #CA491A;
}
</style>
background-color css
<style>
a { background-color: #CA491A; }
a { background-color: rgb(202,73,26); }
div.DivClassName
{
background-color: #CA491A;
}
.BgClassName
{
background-color: #CA491A;
}
</style>
border-color css
<style>
span { border-color: #CA491A; }
span { border-color: rgb(202,73,26); }
td.TdClassName
{
border-color: #CA491A;
}
.TagClassName
{
border-color: #CA491A;
}
</style>