Html Css Color HEX #CA3A16 Harley Davidson Orange
📋 copy color: '#CA3A16'red 202 ◦ green 58 ◦ blue 22
Shades of Harley Davidson Orange #CA3A16
Tints of Harley Davidson Orange #CA3A16
RGB
CMYK
RGB Variations
Color information
#CA3A16 (or 0xCA3A16) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 16. RGB value is (202,58,22). Sum of RGB (Red+Green+Blue) = 202+58+22=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3A16 is #35C5E9. Grayscale: #616161. Windows color (decimal): -3524074 or 1456842. OLE color: 1456842.
HSL color Cylindrical-coordinate representation of color #CA3A16: hue angle of 12º 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 #CA3A16 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 22 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.21 |
| HSL | 12º | 0.8% | 0.44% | - |
| HSV(B) | 12º | 0.89% | 0.79% | - |
| XYZ | 26.02 | 15.64 | 2.41 | - |
| YUV | 96.95 | 85.71 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 22 | 0 | 0.71 | 0.89 | 0.21 | 12 | 0.8 | 0.44 |
| Hex | CA | 3A | 16 | 0 | 47 | 59 | 15 | C | 50 | 2C |
| Octal | 312 | 72 | 26 | 0 | 107 | 131 | 25 | 14 | 120 | 54 |
| Binary | 11001010 | 111010 | 10110 | 0 | 1000111 | 1011001 | 10101 | 1100 | 1010000 | 101100 |
Color Harmonies of #CA3A16
Complementary color
Monochromatic Colors of #CA3A16
Black with #CA3A16
Text Example
Text Example
White with #CA3A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A16; }
p { color: rgb(202,58,22); }
H1.HeaderClassName
{
color: #CA3A16;
}
.AnyTagClassName
{
color: #CA3A16;
}
</style>
background-color css
<style>
a { background-color: #CA3A16; }
a { background-color: rgb(202,58,22); }
div.DivClassName
{
background-color: #CA3A16;
}
.BgClassName
{
background-color: #CA3A16;
}
</style>
border-color css
<style>
span { border-color: #CA3A16; }
span { border-color: rgb(202,58,22); }
td.TdClassName
{
border-color: #CA3A16;
}
.TagClassName
{
border-color: #CA3A16;
}
</style>