Html Css Color HEX #CA2405 Harley Davidson Orange
📋 copy color: '#CA2405'red 202 ◦ green 36 ◦ blue 5
Shades of Harley Davidson Orange #CA2405
Tints of Harley Davidson Orange #CA2405
RGB
CMYK
RGB Variations
Color information
#CA2405 (or 0xCA2405) is known color: Harley Davidson Orange. HEX triplet: CA, 24 and 05. RGB value is (202,36,5). Sum of RGB (Red+Green+Blue) = 202+36+5=243 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.13% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2405 is #35DBFA. Grayscale: #525252. Windows color (decimal): -3529723 or 337098. OLE color: 337098.
HSL color Cylindrical-coordinate representation of color #CA2405: hue angle of 9.44º 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 #CA2405 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 5 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.21 |
| HSL | 9.44º | 0.95% | 0.41% | - |
| HSV(B) | 9.44º | 0.98% | 0.79% | - |
| XYZ | 25.02 | 13.83 | 1.49 | - |
| YUV | 82.1 | 84.5 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 5 | 0 | 0.82 | 0.98 | 0.21 | 9.44 | 0.95 | 0.41 |
| Hex | CA | 24 | 5 | 0 | 52 | 62 | 15 | 9 | 5F | 29 |
| Octal | 312 | 44 | 5 | 0 | 122 | 142 | 25 | 11 | 137 | 51 |
| Binary | 11001010 | 100100 | 101 | 0 | 1010010 | 1100010 | 10101 | 1001 | 1011111 | 101001 |
Color Harmonies of #CA2405
Complementary color
Monochromatic Colors of #CA2405
Black with #CA2405
Text Example
Text Example
White with #CA2405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2405; }
p { color: rgb(202,36,5); }
H1.HeaderClassName
{
color: #CA2405;
}
.AnyTagClassName
{
color: #CA2405;
}
</style>
background-color css
<style>
a { background-color: #CA2405; }
a { background-color: rgb(202,36,5); }
div.DivClassName
{
background-color: #CA2405;
}
.BgClassName
{
background-color: #CA2405;
}
</style>
border-color css
<style>
span { border-color: #CA2405; }
span { border-color: rgb(202,36,5); }
td.TdClassName
{
border-color: #CA2405;
}
.TagClassName
{
border-color: #CA2405;
}
</style>