Html Css Color HEX #CA2D21 Harley Davidson Orange
📋 copy color: '#CA2D21'red 202 ◦ green 45 ◦ blue 33
Shades of Harley Davidson Orange #CA2D21
Tints of Harley Davidson Orange #CA2D21
RGB
CMYK
RGB Variations
Color information
#CA2D21 (or 0xCA2D21) is known color: Harley Davidson Orange. HEX triplet: CA, 2D and 21. RGB value is (202,45,33). Sum of RGB (Red+Green+Blue) = 202+45+33=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D21 is #35D2DE. Grayscale: #5A5A5A. Windows color (decimal): -3527391 or 2174410. OLE color: 2174410.
HSL color Cylindrical-coordinate representation of color #CA2D21: hue angle of 4.26º 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 #CA2D21 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 33 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.21 |
| HSL | 4.26º | 0.72% | 0.46% | - |
| HSV(B) | 4.26º | 0.84% | 0.79% | - |
| XYZ | 25.57 | 14.54 | 2.9 | - |
| YUV | 90.58 | 95.51 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 33 | 0 | 0.78 | 0.84 | 0.21 | 4.26 | 0.72 | 0.46 |
| Hex | CA | 2D | 21 | 0 | 4E | 54 | 15 | 4 | 48 | 2E |
| Octal | 312 | 55 | 41 | 0 | 116 | 124 | 25 | 4 | 110 | 56 |
| Binary | 11001010 | 101101 | 100001 | 0 | 1001110 | 1010100 | 10101 | 100 | 1001000 | 101110 |
Color Harmonies of #CA2D21
Complementary color
Monochromatic Colors of #CA2D21
Black with #CA2D21
Text Example
Text Example
White with #CA2D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D21; }
p { color: rgb(202,45,33); }
H1.HeaderClassName
{
color: #CA2D21;
}
.AnyTagClassName
{
color: #CA2D21;
}
</style>
background-color css
<style>
a { background-color: #CA2D21; }
a { background-color: rgb(202,45,33); }
div.DivClassName
{
background-color: #CA2D21;
}
.BgClassName
{
background-color: #CA2D21;
}
</style>
border-color css
<style>
span { border-color: #CA2D21; }
span { border-color: rgb(202,45,33); }
td.TdClassName
{
border-color: #CA2D21;
}
.TagClassName
{
border-color: #CA2D21;
}
</style>