Html Css Color HEX #CA2506 Harley Davidson Orange
📋 copy color: '#CA2506'red 202 ◦ green 37 ◦ blue 6
Shades of Harley Davidson Orange #CA2506
Tints of Harley Davidson Orange #CA2506
RGB
CMYK
RGB Variations
Color information
#CA2506 (or 0xCA2506) is known color: Harley Davidson Orange. HEX triplet: CA, 25 and 06. RGB value is (202,37,6). Sum of RGB (Red+Green+Blue) = 202+37+6=245 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.45% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2506 is #35DAF9. Grayscale: #535353. Windows color (decimal): -3529466 or 402890. OLE color: 402890.
HSL color Cylindrical-coordinate representation of color #CA2506: hue angle of 9.49º degrees, saturation: 0.94, 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 #CA2506 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 6 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.21 |
| HSL | 9.49º | 0.94% | 0.41% | - |
| HSV(B) | 9.49º | 0.97% | 0.79% | - |
| XYZ | 25.05 | 13.89 | 1.53 | - |
| YUV | 82.8 | 84.66 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 6 | 0 | 0.82 | 0.97 | 0.21 | 9.49 | 0.94 | 0.41 |
| Hex | CA | 25 | 6 | 0 | 52 | 61 | 15 | 9 | 5E | 29 |
| Octal | 312 | 45 | 6 | 0 | 122 | 141 | 25 | 11 | 136 | 51 |
| Binary | 11001010 | 100101 | 110 | 0 | 1010010 | 1100001 | 10101 | 1001 | 1011110 | 101001 |
Color Harmonies of #CA2506
Complementary color
Monochromatic Colors of #CA2506
Black with #CA2506
Text Example
Text Example
White with #CA2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2506; }
p { color: rgb(202,37,6); }
H1.HeaderClassName
{
color: #CA2506;
}
.AnyTagClassName
{
color: #CA2506;
}
</style>
background-color css
<style>
a { background-color: #CA2506; }
a { background-color: rgb(202,37,6); }
div.DivClassName
{
background-color: #CA2506;
}
.BgClassName
{
background-color: #CA2506;
}
</style>
border-color css
<style>
span { border-color: #CA2506; }
span { border-color: rgb(202,37,6); }
td.TdClassName
{
border-color: #CA2506;
}
.TagClassName
{
border-color: #CA2506;
}
</style>