Html Css Color HEX #CA2512 Harley Davidson Orange
📋 copy color: '#CA2512'red 202 ◦ green 37 ◦ blue 18
Shades of Harley Davidson Orange #CA2512
Tints of Harley Davidson Orange #CA2512
RGB
CMYK
RGB Variations
Color information
#CA2512 (or 0xCA2512) is known color: Harley Davidson Orange. HEX triplet: CA, 25 and 12. RGB value is (202,37,18). Sum of RGB (Red+Green+Blue) = 202+37+18=257 (34% of max value = 765). Red value is 202 (79.30% from 255 or 78.60% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2512 is #35DAED. Grayscale: #545454. Windows color (decimal): -3529454 or 1189322. OLE color: 1189322.
HSL color Cylindrical-coordinate representation of color #CA2512: hue angle of 6.2º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA2512 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 37 | 18 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.21 |
| HSL | 6.2º | 0.84% | 0.43% | - |
| HSV(B) | 6.2º | 0.91% | 0.79% | - |
| XYZ | 25.13 | 13.92 | 1.94 | - |
| YUV | 84.17 | 90.66 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 37 | 18 | 0 | 0.82 | 0.91 | 0.21 | 6.2 | 0.84 | 0.43 |
| Hex | CA | 25 | 12 | 0 | 52 | 5B | 15 | 6 | 54 | 2B |
| Octal | 312 | 45 | 22 | 0 | 122 | 133 | 25 | 6 | 124 | 53 |
| Binary | 11001010 | 100101 | 10010 | 0 | 1010010 | 1011011 | 10101 | 110 | 1010100 | 101011 |
Color Harmonies of #CA2512
Complementary color
Monochromatic Colors of #CA2512
Black with #CA2512
Text Example
Text Example
White with #CA2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2512; }
p { color: rgb(202,37,18); }
H1.HeaderClassName
{
color: #CA2512;
}
.AnyTagClassName
{
color: #CA2512;
}
</style>
background-color css
<style>
a { background-color: #CA2512; }
a { background-color: rgb(202,37,18); }
div.DivClassName
{
background-color: #CA2512;
}
.BgClassName
{
background-color: #CA2512;
}
</style>
border-color css
<style>
span { border-color: #CA2512; }
span { border-color: rgb(202,37,18); }
td.TdClassName
{
border-color: #CA2512;
}
.TagClassName
{
border-color: #CA2512;
}
</style>