Html Css Color HEX #CA1811 Harley Davidson Orange
📋 copy color: '#CA1811'red 202 ◦ green 24 ◦ blue 17
Shades of Harley Davidson Orange #CA1811
Tints of Harley Davidson Orange #CA1811
RGB
CMYK
RGB Variations
Color information
#CA1811 (or 0xCA1811) is known color: Harley Davidson Orange. HEX triplet: CA, 18 and 11. RGB value is (202,24,17). Sum of RGB (Red+Green+Blue) = 202+24+17=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA1811 is #35E7EE. Grayscale: #4C4C4C. Windows color (decimal): -3532783 or 1120458. OLE color: 1120458.
HSL color Cylindrical-coordinate representation of color #CA1811: hue angle of 2.27º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1811 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 24 | 17 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.21 |
| HSL | 2.27º | 0.84% | 0.43% | - |
| HSV(B) | 2.27º | 0.92% | 0.79% | - |
| XYZ | 24.78 | 13.25 | 1.78 | - |
| YUV | 76.42 | 94.47 | 217.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 24 | 17 | 0 | 0.88 | 0.92 | 0.21 | 2.27 | 0.84 | 0.43 |
| Hex | CA | 18 | 11 | 0 | 58 | 5C | 15 | 2 | 54 | 2B |
| Octal | 312 | 30 | 21 | 0 | 130 | 134 | 25 | 2 | 124 | 53 |
| Binary | 11001010 | 11000 | 10001 | 0 | 1011000 | 1011100 | 10101 | 10 | 1010100 | 101011 |
Color Harmonies of #CA1811
Complementary color
Monochromatic Colors of #CA1811
Black with #CA1811
Text Example
Text Example
White with #CA1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1811; }
p { color: rgb(202,24,17); }
H1.HeaderClassName
{
color: #CA1811;
}
.AnyTagClassName
{
color: #CA1811;
}
</style>
background-color css
<style>
a { background-color: #CA1811; }
a { background-color: rgb(202,24,17); }
div.DivClassName
{
background-color: #CA1811;
}
.BgClassName
{
background-color: #CA1811;
}
</style>
border-color css
<style>
span { border-color: #CA1811; }
span { border-color: rgb(202,24,17); }
td.TdClassName
{
border-color: #CA1811;
}
.TagClassName
{
border-color: #CA1811;
}
</style>