Html Css Color HEX #CA2E10 Harley Davidson Orange
📋 copy color: '#CA2E10'red 202 ◦ green 46 ◦ blue 16
Shades of Harley Davidson Orange #CA2E10
Tints of Harley Davidson Orange #CA2E10
RGB
CMYK
RGB Variations
Color information
#CA2E10 (or 0xCA2E10) is known color: Harley Davidson Orange. HEX triplet: CA, 2E and 10. RGB value is (202,46,16). Sum of RGB (Red+Green+Blue) = 202+46+16=264 (34% of max value = 765). Red value is 202 (79.30% from 255 or 76.52% from 264); Green value is 46 (18.36% from 255 or 17.42% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2E10 is #35D1EF. Grayscale: #595959. Windows color (decimal): -3527152 or 1060554. OLE color: 1060554.
HSL color Cylindrical-coordinate representation of color #CA2E10: hue angle of 9.68º degrees, saturation: 0.85, 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 #CA2E10 is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 16 | - |
| CMYK | 0 | 0.77 | 0.92 | 0.21 |
| HSL | 9.68º | 0.85% | 0.43% | - |
| HSV(B) | 9.68º | 0.92% | 0.79% | - |
| XYZ | 25.43 | 14.55 | 1.96 | - |
| YUV | 89.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 16 | 0 | 0.77 | 0.92 | 0.21 | 9.68 | 0.85 | 0.43 |
| Hex | CA | 2E | 10 | 0 | 4D | 5C | 15 | A | 55 | 2B |
| Octal | 312 | 56 | 20 | 0 | 115 | 134 | 25 | 12 | 125 | 53 |
| Binary | 11001010 | 101110 | 10000 | 0 | 1001101 | 1011100 | 10101 | 1010 | 1010101 | 101011 |
Color Harmonies of #CA2E10
Complementary color
Monochromatic Colors of #CA2E10
Black with #CA2E10
Text Example
Text Example
White with #CA2E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E10; }
p { color: rgb(202,46,16); }
H1.HeaderClassName
{
color: #CA2E10;
}
.AnyTagClassName
{
color: #CA2E10;
}
</style>
background-color css
<style>
a { background-color: #CA2E10; }
a { background-color: rgb(202,46,16); }
div.DivClassName
{
background-color: #CA2E10;
}
.BgClassName
{
background-color: #CA2E10;
}
</style>
border-color css
<style>
span { border-color: #CA2E10; }
span { border-color: rgb(202,46,16); }
td.TdClassName
{
border-color: #CA2E10;
}
.TagClassName
{
border-color: #CA2E10;
}
</style>