Html Css Color HEX #CA3A1E Harley Davidson Orange
📋 copy color: '#CA3A1E'red 202 ◦ green 58 ◦ blue 30
Shades of Harley Davidson Orange #CA3A1E
Tints of Harley Davidson Orange #CA3A1E
RGB
CMYK
RGB Variations
Color information
#CA3A1E (or 0xCA3A1E) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 1E. RGB value is (202,58,30). Sum of RGB (Red+Green+Blue) = 202+58+30=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A1E is #35C5E1. Grayscale: #626262. Windows color (decimal): -3524066 or 1981130. OLE color: 1981130.
HSL color Cylindrical-coordinate representation of color #CA3A1E: hue angle of 9.77º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA3A1E is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 30 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.21 |
| HSL | 9.77º | 0.74% | 0.45% | - |
| HSV(B) | 9.77º | 0.85% | 0.79% | - |
| XYZ | 26.1 | 15.68 | 2.88 | - |
| YUV | 97.86 | 89.71 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 30 | 0 | 0.71 | 0.85 | 0.21 | 9.77 | 0.74 | 0.45 |
| Hex | CA | 3A | 1E | 0 | 47 | 55 | 15 | A | 4A | 2D |
| Octal | 312 | 72 | 36 | 0 | 107 | 125 | 25 | 12 | 112 | 55 |
| Binary | 11001010 | 111010 | 11110 | 0 | 1000111 | 1010101 | 10101 | 1010 | 1001010 | 101101 |
Color Harmonies of #CA3A1E
Complementary color
Monochromatic Colors of #CA3A1E
Black with #CA3A1E
Text Example
Text Example
White with #CA3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A1E; }
p { color: rgb(202,58,30); }
H1.HeaderClassName
{
color: #CA3A1E;
}
.AnyTagClassName
{
color: #CA3A1E;
}
</style>
background-color css
<style>
a { background-color: #CA3A1E; }
a { background-color: rgb(202,58,30); }
div.DivClassName
{
background-color: #CA3A1E;
}
.BgClassName
{
background-color: #CA3A1E;
}
</style>
border-color css
<style>
span { border-color: #CA3A1E; }
span { border-color: rgb(202,58,30); }
td.TdClassName
{
border-color: #CA3A1E;
}
.TagClassName
{
border-color: #CA3A1E;
}
</style>