Html Css Color HEX #CA2E12 Harley Davidson Orange
📋 copy color: '#CA2E12'red 202 ◦ green 46 ◦ blue 18
Shades of Harley Davidson Orange #CA2E12
Tints of Harley Davidson Orange #CA2E12
RGB
CMYK
RGB Variations
Color information
#CA2E12 (or 0xCA2E12) is known color: Harley Davidson Orange. HEX triplet: CA, 2E and 12. RGB value is (202,46,18). Sum of RGB (Red+Green+Blue) = 202+46+18=266 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.94% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2E12 is #35D1ED. Grayscale: #595959. Windows color (decimal): -3527150 or 1191626. OLE color: 1191626.
HSL color Cylindrical-coordinate representation of color #CA2E12: hue angle of 9.13º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA2E12 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 18 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.21 |
| HSL | 9.13º | 0.84% | 0.43% | - |
| HSV(B) | 9.13º | 0.91% | 0.79% | - |
| XYZ | 25.44 | 14.55 | 2.04 | - |
| YUV | 89.45 | 87.68 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 18 | 0 | 0.77 | 0.91 | 0.21 | 9.13 | 0.84 | 0.43 |
| Hex | CA | 2E | 12 | 0 | 4D | 5B | 15 | 9 | 54 | 2B |
| Octal | 312 | 56 | 22 | 0 | 115 | 133 | 25 | 11 | 124 | 53 |
| Binary | 11001010 | 101110 | 10010 | 0 | 1001101 | 1011011 | 10101 | 1001 | 1010100 | 101011 |
Color Harmonies of #CA2E12
Complementary color
Monochromatic Colors of #CA2E12
Black with #CA2E12
Text Example
Text Example
White with #CA2E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E12; }
p { color: rgb(202,46,18); }
H1.HeaderClassName
{
color: #CA2E12;
}
.AnyTagClassName
{
color: #CA2E12;
}
</style>
background-color css
<style>
a { background-color: #CA2E12; }
a { background-color: rgb(202,46,18); }
div.DivClassName
{
background-color: #CA2E12;
}
.BgClassName
{
background-color: #CA2E12;
}
</style>
border-color css
<style>
span { border-color: #CA2E12; }
span { border-color: rgb(202,46,18); }
td.TdClassName
{
border-color: #CA2E12;
}
.TagClassName
{
border-color: #CA2E12;
}
</style>