Html Css Color HEX #CA2019 Harley Davidson Orange
📋 copy color: '#CA2019'red 202 ◦ green 32 ◦ blue 25
Shades of Harley Davidson Orange #CA2019
Tints of Harley Davidson Orange #CA2019
RGB
CMYK
RGB Variations
Color information
#CA2019 (or 0xCA2019) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 19. RGB value is (202,32,25). Sum of RGB (Red+Green+Blue) = 202+32+25=259 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.99% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2019 is #35DFE6. Grayscale: #525252. Windows color (decimal): -3530727 or 1646794. OLE color: 1646794.
HSL color Cylindrical-coordinate representation of color #CA2019: hue angle of 2.37º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA2019 is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 25 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.21 |
| HSL | 2.37º | 0.78% | 0.45% | - |
| HSV(B) | 2.37º | 0.88% | 0.79% | - |
| XYZ | 25.05 | 13.66 | 2.24 | - |
| YUV | 82.03 | 95.82 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 25 | 0 | 0.84 | 0.88 | 0.21 | 2.37 | 0.78 | 0.45 |
| Hex | CA | 20 | 19 | 0 | 54 | 58 | 15 | 2 | 4E | 2D |
| Octal | 312 | 40 | 31 | 0 | 124 | 130 | 25 | 2 | 116 | 55 |
| Binary | 11001010 | 100000 | 11001 | 0 | 1010100 | 1011000 | 10101 | 10 | 1001110 | 101101 |
Color Harmonies of #CA2019
Complementary color
Monochromatic Colors of #CA2019
Black with #CA2019
Text Example
Text Example
White with #CA2019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2019; }
p { color: rgb(202,32,25); }
H1.HeaderClassName
{
color: #CA2019;
}
.AnyTagClassName
{
color: #CA2019;
}
</style>
background-color css
<style>
a { background-color: #CA2019; }
a { background-color: rgb(202,32,25); }
div.DivClassName
{
background-color: #CA2019;
}
.BgClassName
{
background-color: #CA2019;
}
</style>
border-color css
<style>
span { border-color: #CA2019; }
span { border-color: rgb(202,32,25); }
td.TdClassName
{
border-color: #CA2019;
}
.TagClassName
{
border-color: #CA2019;
}
</style>