Html Css Color HEX #CA2616 Harley Davidson Orange
📋 copy color: '#CA2616'red 202 ◦ green 38 ◦ blue 22
Shades of Harley Davidson Orange #CA2616
Tints of Harley Davidson Orange #CA2616
RGB
CMYK
RGB Variations
Color information
#CA2616 (or 0xCA2616) is known color: Harley Davidson Orange. HEX triplet: CA, 26 and 16. RGB value is (202,38,22). Sum of RGB (Red+Green+Blue) = 202+38+22=262 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.10% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2616 is #35D9E9. Grayscale: #555555. Windows color (decimal): -3529194 or 1451722. OLE color: 1451722.
HSL color Cylindrical-coordinate representation of color #CA2616: hue angle of 5.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA2616 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 38 | 22 | - |
| CMYK | 0 | 0.81 | 0.89 | 0.21 |
| HSL | 5.33º | 0.8% | 0.44% | - |
| HSV(B) | 5.33º | 0.89% | 0.79% | - |
| XYZ | 25.2 | 14 | 2.13 | - |
| YUV | 85.21 | 92.33 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 38 | 22 | 0 | 0.81 | 0.89 | 0.21 | 5.33 | 0.8 | 0.44 |
| Hex | CA | 26 | 16 | 0 | 51 | 59 | 15 | 5 | 50 | 2C |
| Octal | 312 | 46 | 26 | 0 | 121 | 131 | 25 | 5 | 120 | 54 |
| Binary | 11001010 | 100110 | 10110 | 0 | 1010001 | 1011001 | 10101 | 101 | 1010000 | 101100 |
Color Harmonies of #CA2616
Complementary color
Monochromatic Colors of #CA2616
Black with #CA2616
Text Example
Text Example
White with #CA2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2616; }
p { color: rgb(202,38,22); }
H1.HeaderClassName
{
color: #CA2616;
}
.AnyTagClassName
{
color: #CA2616;
}
</style>
background-color css
<style>
a { background-color: #CA2616; }
a { background-color: rgb(202,38,22); }
div.DivClassName
{
background-color: #CA2616;
}
.BgClassName
{
background-color: #CA2616;
}
</style>
border-color css
<style>
span { border-color: #CA2616; }
span { border-color: rgb(202,38,22); }
td.TdClassName
{
border-color: #CA2616;
}
.TagClassName
{
border-color: #CA2616;
}
</style>