Html Css Color HEX #CA2805 Harley Davidson Orange
📋 copy color: '#CA2805'red 202 ◦ green 40 ◦ blue 5
Shades of Harley Davidson Orange #CA2805
Tints of Harley Davidson Orange #CA2805
RGB
CMYK
RGB Variations
Color information
#CA2805 (or 0xCA2805) is known color: Harley Davidson Orange. HEX triplet: CA, 28 and 05. RGB value is (202,40,5). Sum of RGB (Red+Green+Blue) = 202+40+5=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2805 is #35D7FA. Grayscale: #545454. Windows color (decimal): -3528699 or 338122. OLE color: 338122.
HSL color Cylindrical-coordinate representation of color #CA2805: hue angle of 10.66º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA2805 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 40 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.21 |
| HSL | 10.66º | 0.95% | 0.41% | - |
| HSV(B) | 10.66º | 0.98% | 0.79% | - |
| XYZ | 25.14 | 14.09 | 1.54 | - |
| YUV | 84.45 | 83.17 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 40 | 5 | 0 | 0.80 | 0.98 | 0.21 | 10.66 | 0.95 | 0.41 |
| Hex | CA | 28 | 5 | 0 | 50 | 62 | 15 | B | 5F | 29 |
| Octal | 312 | 50 | 5 | 0 | 120 | 142 | 25 | 13 | 137 | 51 |
| Binary | 11001010 | 101000 | 101 | 0 | 1010000 | 1100010 | 10101 | 1011 | 1011111 | 101001 |
Color Harmonies of #CA2805
Complementary color
Monochromatic Colors of #CA2805
Black with #CA2805
Text Example
Text Example
White with #CA2805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2805; }
p { color: rgb(202,40,5); }
H1.HeaderClassName
{
color: #CA2805;
}
.AnyTagClassName
{
color: #CA2805;
}
</style>
background-color css
<style>
a { background-color: #CA2805; }
a { background-color: rgb(202,40,5); }
div.DivClassName
{
background-color: #CA2805;
}
.BgClassName
{
background-color: #CA2805;
}
</style>
border-color css
<style>
span { border-color: #CA2805; }
span { border-color: rgb(202,40,5); }
td.TdClassName
{
border-color: #CA2805;
}
.TagClassName
{
border-color: #CA2805;
}
</style>