Html Css Color HEX #CA2A07 Harley Davidson Orange
📋 copy color: '#CA2A07'red 202 ◦ green 42 ◦ blue 7
Shades of Harley Davidson Orange #CA2A07
Tints of Harley Davidson Orange #CA2A07
RGB
CMYK
RGB Variations
Color information
#CA2A07 (or 0xCA2A07) is known color: Harley Davidson Orange. HEX triplet: CA, 2A and 07. RGB value is (202,42,7). Sum of RGB (Red+Green+Blue) = 202+42+7=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 42 (16.80% from 255 or 16.73% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2A07 is #35D5F8. Grayscale: #565656. Windows color (decimal): -3528185 or 469706. OLE color: 469706.
HSL color Cylindrical-coordinate representation of color #CA2A07: hue angle of 10.77º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA2A07 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 7 | - |
| CMYK | 0 | 0.79 | 0.97 | 0.21 |
| HSL | 10.77º | 0.93% | 0.41% | - |
| HSV(B) | 10.77º | 0.97% | 0.79% | - |
| XYZ | 25.22 | 14.23 | 1.62 | - |
| YUV | 85.85 | 83.51 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 7 | 0 | 0.79 | 0.97 | 0.21 | 10.77 | 0.93 | 0.41 |
| Hex | CA | 2A | 7 | 0 | 4F | 61 | 15 | B | 5D | 29 |
| Octal | 312 | 52 | 7 | 0 | 117 | 141 | 25 | 13 | 135 | 51 |
| Binary | 11001010 | 101010 | 111 | 0 | 1001111 | 1100001 | 10101 | 1011 | 1011101 | 101001 |
Color Harmonies of #CA2A07
Complementary color
Monochromatic Colors of #CA2A07
Black with #CA2A07
Text Example
Text Example
White with #CA2A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A07; }
p { color: rgb(202,42,7); }
H1.HeaderClassName
{
color: #CA2A07;
}
.AnyTagClassName
{
color: #CA2A07;
}
</style>
background-color css
<style>
a { background-color: #CA2A07; }
a { background-color: rgb(202,42,7); }
div.DivClassName
{
background-color: #CA2A07;
}
.BgClassName
{
background-color: #CA2A07;
}
</style>
border-color css
<style>
span { border-color: #CA2A07; }
span { border-color: rgb(202,42,7); }
td.TdClassName
{
border-color: #CA2A07;
}
.TagClassName
{
border-color: #CA2A07;
}
</style>