Html Css Color HEX #CA2500 Harley Davidson Orange
📋 copy color: '#CA2500'red 202 ◦ green 37 ◦ blue 0
Shades of Harley Davidson Orange #CA2500
Tints of Harley Davidson Orange #CA2500
RGB
CMYK
RGB Variations
Color information
#CA2500 (or 0xCA2500) is known color: Harley Davidson Orange. HEX triplet: CA, 25 and 00. RGB value is (202,37,0). Sum of RGB (Red+Green+Blue) = 202+37+0=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2500 is #35DAFF. Grayscale: #525252. Windows color (decimal): -3529472 or 9674. OLE color: 9674.
HSL color Cylindrical-coordinate representation of color #CA2500: hue angle of 10.99º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA2500 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.21 |
| HSL | 10.99º | 1% | 0.4% | - |
| HSV(B) | 10.99º | 1% | 0.79% | - |
| XYZ | 25.02 | 13.88 | 1.36 | - |
| YUV | 82.12 | 81.66 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 0 | 0 | 0.82 | 1 | 0.21 | 10.99 | 1 | 0.4 |
| Hex | CA | 25 | 0 | 0 | 52 | 64 | 15 | B | 64 | 28 |
| Octal | 312 | 45 | 0 | 0 | 122 | 144 | 25 | 13 | 144 | 50 |
| Binary | 11001010 | 100101 | 0 | 0 | 1010010 | 1100100 | 10101 | 1011 | 1100100 | 101000 |
Color Harmonies of #CA2500
Complementary color
Monochromatic Colors of #CA2500
Black with #CA2500
Text Example
Text Example
White with #CA2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2500; }
p { color: rgb(202,37,0); }
H1.HeaderClassName
{
color: #CA2500;
}
.AnyTagClassName
{
color: #CA2500;
}
</style>
background-color css
<style>
a { background-color: #CA2500; }
a { background-color: rgb(202,37,0); }
div.DivClassName
{
background-color: #CA2500;
}
.BgClassName
{
background-color: #CA2500;
}
</style>
border-color css
<style>
span { border-color: #CA2500; }
span { border-color: rgb(202,37,0); }
td.TdClassName
{
border-color: #CA2500;
}
.TagClassName
{
border-color: #CA2500;
}
</style>