Html Css Color HEX #CA2000 Harley Davidson Orange
📋 copy color: '#CA2000'red 202 ◦ green 32 ◦ blue 0
Shades of Harley Davidson Orange #CA2000
Tints of Harley Davidson Orange #CA2000
RGB
CMYK
RGB Variations
Color information
#CA2000 (or 0xCA2000) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 00. RGB value is (202,32,0). Sum of RGB (Red+Green+Blue) = 202+32+0=234 (30% of max value = 765). Red value is 202 (79.30% from 255 or 86.32% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2000 is #35DFFF. Grayscale: #4F4F4F. Windows color (decimal): -3530752 or 8394. OLE color: 8394.
HSL color Cylindrical-coordinate representation of color #CA2000: hue angle of 9.5º 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 #CA2000 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.21 |
| HSL | 9.5º | 1% | 0.4% | - |
| HSV(B) | 9.5º | 1% | 0.79% | - |
| XYZ | 24.87 | 13.59 | 1.31 | - |
| YUV | 79.18 | 83.32 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 0 | 0 | 0.84 | 1 | 0.21 | 9.5 | 1 | 0.4 |
| Hex | CA | 20 | 0 | 0 | 54 | 64 | 15 | A | 64 | 28 |
| Octal | 312 | 40 | 0 | 0 | 124 | 144 | 25 | 12 | 144 | 50 |
| Binary | 11001010 | 100000 | 0 | 0 | 1010100 | 1100100 | 10101 | 1010 | 1100100 | 101000 |
Color Harmonies of #CA2000
Complementary color
Monochromatic Colors of #CA2000
Black with #CA2000
Text Example
Text Example
White with #CA2000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2000; }
p { color: rgb(202,32,0); }
H1.HeaderClassName
{
color: #CA2000;
}
.AnyTagClassName
{
color: #CA2000;
}
</style>
background-color css
<style>
a { background-color: #CA2000; }
a { background-color: rgb(202,32,0); }
div.DivClassName
{
background-color: #CA2000;
}
.BgClassName
{
background-color: #CA2000;
}
</style>
border-color css
<style>
span { border-color: #CA2000; }
span { border-color: rgb(202,32,0); }
td.TdClassName
{
border-color: #CA2000;
}
.TagClassName
{
border-color: #CA2000;
}
</style>