Html Css Color HEX #CA2D20 Harley Davidson Orange
📋 copy color: '#CA2D20'red 202 ◦ green 45 ◦ blue 32
Shades of Harley Davidson Orange #CA2D20
Tints of Harley Davidson Orange #CA2D20
RGB
CMYK
RGB Variations
Color information
#CA2D20 (or 0xCA2D20) is known color: Harley Davidson Orange. HEX triplet: CA, 2D and 20. RGB value is (202,45,32). Sum of RGB (Red+Green+Blue) = 202+45+32=279 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.40% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2D20 is #35D2DF. Grayscale: #5A5A5A. Windows color (decimal): -3527392 or 2108874. OLE color: 2108874.
HSL color Cylindrical-coordinate representation of color #CA2D20: hue angle of 4.59º degrees, saturation: 0.73, 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 #CA2D20 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 32 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.21 |
| HSL | 4.59º | 0.73% | 0.46% | - |
| HSV(B) | 4.59º | 0.84% | 0.79% | - |
| XYZ | 25.56 | 14.54 | 2.83 | - |
| YUV | 90.46 | 95.01 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 32 | 0 | 0.78 | 0.84 | 0.21 | 4.59 | 0.73 | 0.46 |
| Hex | CA | 2D | 20 | 0 | 4E | 54 | 15 | 5 | 49 | 2E |
| Octal | 312 | 55 | 40 | 0 | 116 | 124 | 25 | 5 | 111 | 56 |
| Binary | 11001010 | 101101 | 100000 | 0 | 1001110 | 1010100 | 10101 | 101 | 1001001 | 101110 |
Color Harmonies of #CA2D20
Complementary color
Monochromatic Colors of #CA2D20
Black with #CA2D20
Text Example
Text Example
White with #CA2D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D20; }
p { color: rgb(202,45,32); }
H1.HeaderClassName
{
color: #CA2D20;
}
.AnyTagClassName
{
color: #CA2D20;
}
</style>
background-color css
<style>
a { background-color: #CA2D20; }
a { background-color: rgb(202,45,32); }
div.DivClassName
{
background-color: #CA2D20;
}
.BgClassName
{
background-color: #CA2D20;
}
</style>
border-color css
<style>
span { border-color: #CA2D20; }
span { border-color: rgb(202,45,32); }
td.TdClassName
{
border-color: #CA2D20;
}
.TagClassName
{
border-color: #CA2D20;
}
</style>