Html Css Color HEX #CA1E16 Harley Davidson Orange
📋 copy color: '#CA1E16'red 202 ◦ green 30 ◦ blue 22
Shades of Harley Davidson Orange #CA1E16
Tints of Harley Davidson Orange #CA1E16
RGB
CMYK
RGB Variations
Color information
#CA1E16 (or 0xCA1E16) is known color: Harley Davidson Orange. HEX triplet: CA, 1E and 16. RGB value is (202,30,22). Sum of RGB (Red+Green+Blue) = 202+30+22=254 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.53% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1E16 is #35E1E9. Grayscale: #505050. Windows color (decimal): -3531242 or 1449674. OLE color: 1449674.
HSL color Cylindrical-coordinate representation of color #CA1E16: hue angle of 2.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1E16 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 22 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.21 |
| HSL | 2.67º | 0.8% | 0.44% | - |
| HSV(B) | 2.67º | 0.89% | 0.79% | - |
| XYZ | 24.97 | 13.54 | 2.06 | - |
| YUV | 80.52 | 94.98 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 22 | 0 | 0.85 | 0.89 | 0.21 | 2.67 | 0.8 | 0.44 |
| Hex | CA | 1E | 16 | 0 | 55 | 59 | 15 | 3 | 50 | 2C |
| Octal | 312 | 36 | 26 | 0 | 125 | 131 | 25 | 3 | 120 | 54 |
| Binary | 11001010 | 11110 | 10110 | 0 | 1010101 | 1011001 | 10101 | 11 | 1010000 | 101100 |
Color Harmonies of #CA1E16
Complementary color
Monochromatic Colors of #CA1E16
Black with #CA1E16
Text Example
Text Example
White with #CA1E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E16; }
p { color: rgb(202,30,22); }
H1.HeaderClassName
{
color: #CA1E16;
}
.AnyTagClassName
{
color: #CA1E16;
}
</style>
background-color css
<style>
a { background-color: #CA1E16; }
a { background-color: rgb(202,30,22); }
div.DivClassName
{
background-color: #CA1E16;
}
.BgClassName
{
background-color: #CA1E16;
}
</style>
border-color css
<style>
span { border-color: #CA1E16; }
span { border-color: rgb(202,30,22); }
td.TdClassName
{
border-color: #CA1E16;
}
.TagClassName
{
border-color: #CA1E16;
}
</style>