Html Css Color HEX #CA2914 Harley Davidson Orange
📋 copy color: '#CA2914'red 202 ◦ green 41 ◦ blue 20
Shades of Harley Davidson Orange #CA2914
Tints of Harley Davidson Orange #CA2914
RGB
CMYK
RGB Variations
Color information
#CA2914 (or 0xCA2914) is known color: Harley Davidson Orange. HEX triplet: CA, 29 and 14. RGB value is (202,41,20). Sum of RGB (Red+Green+Blue) = 202+41+20=263 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.81% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2914 is #35D6EB. Grayscale: #565656. Windows color (decimal): -3528428 or 1321418. OLE color: 1321418.
HSL color Cylindrical-coordinate representation of color #CA2914: hue angle of 6.92º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA2914 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 20 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.21 |
| HSL | 6.92º | 0.82% | 0.44% | - |
| HSV(B) | 6.92º | 0.9% | 0.79% | - |
| XYZ | 25.28 | 14.19 | 2.07 | - |
| YUV | 86.75 | 90.34 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 20 | 0 | 0.80 | 0.90 | 0.21 | 6.92 | 0.82 | 0.44 |
| Hex | CA | 29 | 14 | 0 | 50 | 5A | 15 | 7 | 52 | 2C |
| Octal | 312 | 51 | 24 | 0 | 120 | 132 | 25 | 7 | 122 | 54 |
| Binary | 11001010 | 101001 | 10100 | 0 | 1010000 | 1011010 | 10101 | 111 | 1010010 | 101100 |
Color Harmonies of #CA2914
Complementary color
Monochromatic Colors of #CA2914
Black with #CA2914
Text Example
Text Example
White with #CA2914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2914; }
p { color: rgb(202,41,20); }
H1.HeaderClassName
{
color: #CA2914;
}
.AnyTagClassName
{
color: #CA2914;
}
</style>
background-color css
<style>
a { background-color: #CA2914; }
a { background-color: rgb(202,41,20); }
div.DivClassName
{
background-color: #CA2914;
}
.BgClassName
{
background-color: #CA2914;
}
</style>
border-color css
<style>
span { border-color: #CA2914; }
span { border-color: rgb(202,41,20); }
td.TdClassName
{
border-color: #CA2914;
}
.TagClassName
{
border-color: #CA2914;
}
</style>