Html Css Color HEX #CA2414 Harley Davidson Orange
📋 copy color: '#CA2414'red 202 ◦ green 36 ◦ blue 20
Shades of Harley Davidson Orange #CA2414
Tints of Harley Davidson Orange #CA2414
RGB
CMYK
RGB Variations
Color information
#CA2414 (or 0xCA2414) is known color: Harley Davidson Orange. HEX triplet: CA, 24 and 14. RGB value is (202,36,20). Sum of RGB (Red+Green+Blue) = 202+36+20=258 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.29% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2414 is #35DBEB. Grayscale: #545454. Windows color (decimal): -3529708 or 1320138. OLE color: 1320138.
HSL color Cylindrical-coordinate representation of color #CA2414: hue angle of 5.27º 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 #CA2414 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 20 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.21 |
| HSL | 5.27º | 0.82% | 0.44% | - |
| HSV(B) | 5.27º | 0.9% | 0.79% | - |
| XYZ | 25.11 | 13.87 | 2.02 | - |
| YUV | 83.81 | 92 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 20 | 0 | 0.82 | 0.90 | 0.21 | 5.27 | 0.82 | 0.44 |
| Hex | CA | 24 | 14 | 0 | 52 | 5A | 15 | 5 | 52 | 2C |
| Octal | 312 | 44 | 24 | 0 | 122 | 132 | 25 | 5 | 122 | 54 |
| Binary | 11001010 | 100100 | 10100 | 0 | 1010010 | 1011010 | 10101 | 101 | 1010010 | 101100 |
Color Harmonies of #CA2414
Complementary color
Monochromatic Colors of #CA2414
Black with #CA2414
Text Example
Text Example
White with #CA2414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2414; }
p { color: rgb(202,36,20); }
H1.HeaderClassName
{
color: #CA2414;
}
.AnyTagClassName
{
color: #CA2414;
}
</style>
background-color css
<style>
a { background-color: #CA2414; }
a { background-color: rgb(202,36,20); }
div.DivClassName
{
background-color: #CA2414;
}
.BgClassName
{
background-color: #CA2414;
}
</style>
border-color css
<style>
span { border-color: #CA2414; }
span { border-color: rgb(202,36,20); }
td.TdClassName
{
border-color: #CA2414;
}
.TagClassName
{
border-color: #CA2414;
}
</style>