Html Css Color HEX #CA2C15 Harley Davidson Orange
📋 copy color: '#CA2C15'red 202 ◦ green 44 ◦ blue 21
Shades of Harley Davidson Orange #CA2C15
Tints of Harley Davidson Orange #CA2C15
RGB
CMYK
RGB Variations
Color information
#CA2C15 (or 0xCA2C15) is known color: Harley Davidson Orange. HEX triplet: CA, 2C and 15. RGB value is (202,44,21). Sum of RGB (Red+Green+Blue) = 202+44+21=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2C15 is #35D3EA. Grayscale: #585858. Windows color (decimal): -3527659 or 1387722. OLE color: 1387722.
HSL color Cylindrical-coordinate representation of color #CA2C15: hue angle of 7.62º 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 #CA2C15 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 21 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.21 |
| HSL | 7.62º | 0.81% | 0.44% | - |
| HSV(B) | 7.62º | 0.9% | 0.79% | - |
| XYZ | 25.39 | 14.41 | 2.15 | - |
| YUV | 88.62 | 89.85 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 21 | 0 | 0.78 | 0.90 | 0.21 | 7.62 | 0.81 | 0.44 |
| Hex | CA | 2C | 15 | 0 | 4E | 5A | 15 | 8 | 51 | 2C |
| Octal | 312 | 54 | 25 | 0 | 116 | 132 | 25 | 10 | 121 | 54 |
| Binary | 11001010 | 101100 | 10101 | 0 | 1001110 | 1011010 | 10101 | 1000 | 1010001 | 101100 |
Color Harmonies of #CA2C15
Complementary color
Monochromatic Colors of #CA2C15
Black with #CA2C15
Text Example
Text Example
White with #CA2C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2C15; }
p { color: rgb(202,44,21); }
H1.HeaderClassName
{
color: #CA2C15;
}
.AnyTagClassName
{
color: #CA2C15;
}
</style>
background-color css
<style>
a { background-color: #CA2C15; }
a { background-color: rgb(202,44,21); }
div.DivClassName
{
background-color: #CA2C15;
}
.BgClassName
{
background-color: #CA2C15;
}
</style>
border-color css
<style>
span { border-color: #CA2C15; }
span { border-color: rgb(202,44,21); }
td.TdClassName
{
border-color: #CA2C15;
}
.TagClassName
{
border-color: #CA2C15;
}
</style>