Html Css Color HEX #CA2B0A Harley Davidson Orange
📋 copy color: '#CA2B0A'red 202 ◦ green 43 ◦ blue 10
Shades of Harley Davidson Orange #CA2B0A
Tints of Harley Davidson Orange #CA2B0A
RGB
CMYK
RGB Variations
Color information
#CA2B0A (or 0xCA2B0A) is known color: Harley Davidson Orange. HEX triplet: CA, 2B and 0A. RGB value is (202,43,10). Sum of RGB (Red+Green+Blue) = 202+43+10=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2B0A is #35D4F5. Grayscale: #575757. Windows color (decimal): -3527926 or 666570. OLE color: 666570.
HSL color Cylindrical-coordinate representation of color #CA2B0A: hue angle of 10.31º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA2B0A is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 10 | - |
| CMYK | 0 | 0.79 | 0.95 | 0.21 |
| HSL | 10.31º | 0.91% | 0.42% | - |
| HSV(B) | 10.31º | 0.95% | 0.79% | - |
| XYZ | 25.28 | 14.31 | 1.72 | - |
| YUV | 86.78 | 84.68 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 10 | 0 | 0.79 | 0.95 | 0.21 | 10.31 | 0.91 | 0.42 |
| Hex | CA | 2B | A | 0 | 4F | 5F | 15 | A | 5B | 2A |
| Octal | 312 | 53 | 12 | 0 | 117 | 137 | 25 | 12 | 133 | 52 |
| Binary | 11001010 | 101011 | 1010 | 0 | 1001111 | 1011111 | 10101 | 1010 | 1011011 | 101010 |
Color Harmonies of #CA2B0A
Complementary color
Monochromatic Colors of #CA2B0A
Black with #CA2B0A
Text Example
Text Example
White with #CA2B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2B0A; }
p { color: rgb(202,43,10); }
H1.HeaderClassName
{
color: #CA2B0A;
}
.AnyTagClassName
{
color: #CA2B0A;
}
</style>
background-color css
<style>
a { background-color: #CA2B0A; }
a { background-color: rgb(202,43,10); }
div.DivClassName
{
background-color: #CA2B0A;
}
.BgClassName
{
background-color: #CA2B0A;
}
</style>
border-color css
<style>
span { border-color: #CA2B0A; }
span { border-color: rgb(202,43,10); }
td.TdClassName
{
border-color: #CA2B0A;
}
.TagClassName
{
border-color: #CA2B0A;
}
</style>