Html Css Color HEX #CA3E11 Harley Davidson Orange
📋 copy color: '#CA3E11'red 202 ◦ green 62 ◦ blue 17
Shades of Harley Davidson Orange #CA3E11
Tints of Harley Davidson Orange #CA3E11
RGB
CMYK
RGB Variations
Color information
#CA3E11 (or 0xCA3E11) is known color: Harley Davidson Orange. HEX triplet: CA, 3E and 11. RGB value is (202,62,17). Sum of RGB (Red+Green+Blue) = 202+62+17=281 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.89% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3E11 is #35C1EE. Grayscale: #636363. Windows color (decimal): -3523055 or 1130186. OLE color: 1130186.
HSL color Cylindrical-coordinate representation of color #CA3E11: hue angle of 14.59º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA3E11 is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 17 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.21 |
| HSL | 14.59º | 0.84% | 0.43% | - |
| HSV(B) | 14.59º | 0.92% | 0.79% | - |
| XYZ | 26.18 | 16.04 | 2.25 | - |
| YUV | 98.73 | 81.88 | 201.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 17 | 0 | 0.69 | 0.92 | 0.21 | 14.59 | 0.84 | 0.43 |
| Hex | CA | 3E | 11 | 0 | 45 | 5C | 15 | F | 54 | 2B |
| Octal | 312 | 76 | 21 | 0 | 105 | 134 | 25 | 17 | 124 | 53 |
| Binary | 11001010 | 111110 | 10001 | 0 | 1000101 | 1011100 | 10101 | 1111 | 1010100 | 101011 |
Color Harmonies of #CA3E11
Complementary color
Monochromatic Colors of #CA3E11
Black with #CA3E11
Text Example
Text Example
White with #CA3E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E11; }
p { color: rgb(202,62,17); }
H1.HeaderClassName
{
color: #CA3E11;
}
.AnyTagClassName
{
color: #CA3E11;
}
</style>
background-color css
<style>
a { background-color: #CA3E11; }
a { background-color: rgb(202,62,17); }
div.DivClassName
{
background-color: #CA3E11;
}
.BgClassName
{
background-color: #CA3E11;
}
</style>
border-color css
<style>
span { border-color: #CA3E11; }
span { border-color: rgb(202,62,17); }
td.TdClassName
{
border-color: #CA3E11;
}
.TagClassName
{
border-color: #CA3E11;
}
</style>