Html Css Color HEX #CA2115 Harley Davidson Orange
📋 copy color: '#CA2115'red 202 ◦ green 33 ◦ blue 21
Shades of Harley Davidson Orange #CA2115
Tints of Harley Davidson Orange #CA2115
RGB
CMYK
RGB Variations
Color information
#CA2115 (or 0xCA2115) is known color: Harley Davidson Orange. HEX triplet: CA, 21 and 15. RGB value is (202,33,21). Sum of RGB (Red+Green+Blue) = 202+33+21=256 (33% of max value = 765). Red value is 202 (79.30% from 255 or 78.91% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2115 is #35DEEA. Grayscale: #525252. Windows color (decimal): -3530475 or 1384906. OLE color: 1384906.
HSL color Cylindrical-coordinate representation of color #CA2115: hue angle of 3.98º degrees, saturation: 0.81, 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 #CA2115 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 21 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.21 |
| HSL | 3.98º | 0.81% | 0.44% | - |
| HSV(B) | 3.98º | 0.9% | 0.79% | - |
| XYZ | 25.04 | 13.7 | 2.03 | - |
| YUV | 82.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 21 | 0 | 0.84 | 0.90 | 0.21 | 3.98 | 0.81 | 0.44 |
| Hex | CA | 21 | 15 | 0 | 54 | 5A | 15 | 4 | 51 | 2C |
| Octal | 312 | 41 | 25 | 0 | 124 | 132 | 25 | 4 | 121 | 54 |
| Binary | 11001010 | 100001 | 10101 | 0 | 1010100 | 1011010 | 10101 | 100 | 1010001 | 101100 |
Color Harmonies of #CA2115
Complementary color
Monochromatic Colors of #CA2115
Black with #CA2115
Text Example
Text Example
White with #CA2115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2115; }
p { color: rgb(202,33,21); }
H1.HeaderClassName
{
color: #CA2115;
}
.AnyTagClassName
{
color: #CA2115;
}
</style>
background-color css
<style>
a { background-color: #CA2115; }
a { background-color: rgb(202,33,21); }
div.DivClassName
{
background-color: #CA2115;
}
.BgClassName
{
background-color: #CA2115;
}
</style>
border-color css
<style>
span { border-color: #CA2115; }
span { border-color: rgb(202,33,21); }
td.TdClassName
{
border-color: #CA2115;
}
.TagClassName
{
border-color: #CA2115;
}
</style>