Html Css Color HEX #CA2E21 Harley Davidson Orange
📋 copy color: '#CA2E21'red 202 ◦ green 46 ◦ blue 33
Shades of Harley Davidson Orange #CA2E21
Tints of Harley Davidson Orange #CA2E21
RGB
CMYK
RGB Variations
Color information
#CA2E21 (or 0xCA2E21) is known color: Harley Davidson Orange. HEX triplet: CA, 2E and 21. RGB value is (202,46,33). Sum of RGB (Red+Green+Blue) = 202+46+33=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E21 is #35D1DE. Grayscale: #5B5B5B. Windows color (decimal): -3527135 or 2174666. OLE color: 2174666.
HSL color Cylindrical-coordinate representation of color #CA2E21: hue angle of 4.62º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2E21 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 33 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.21 |
| HSL | 4.62º | 0.72% | 0.46% | - |
| HSV(B) | 4.62º | 0.84% | 0.79% | - |
| XYZ | 25.61 | 14.62 | 2.91 | - |
| YUV | 91.16 | 95.18 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 33 | 0 | 0.77 | 0.84 | 0.21 | 4.62 | 0.72 | 0.46 |
| Hex | CA | 2E | 21 | 0 | 4D | 54 | 15 | 5 | 48 | 2E |
| Octal | 312 | 56 | 41 | 0 | 115 | 124 | 25 | 5 | 110 | 56 |
| Binary | 11001010 | 101110 | 100001 | 0 | 1001101 | 1010100 | 10101 | 101 | 1001000 | 101110 |
Color Harmonies of #CA2E21
Complementary color
Monochromatic Colors of #CA2E21
Black with #CA2E21
Text Example
Text Example
White with #CA2E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E21; }
p { color: rgb(202,46,33); }
H1.HeaderClassName
{
color: #CA2E21;
}
.AnyTagClassName
{
color: #CA2E21;
}
</style>
background-color css
<style>
a { background-color: #CA2E21; }
a { background-color: rgb(202,46,33); }
div.DivClassName
{
background-color: #CA2E21;
}
.BgClassName
{
background-color: #CA2E21;
}
</style>
border-color css
<style>
span { border-color: #CA2E21; }
span { border-color: rgb(202,46,33); }
td.TdClassName
{
border-color: #CA2E21;
}
.TagClassName
{
border-color: #CA2E21;
}
</style>