Html Css Color HEX #CA2402 Harley Davidson Orange
📋 copy color: '#CA2402'red 202 ◦ green 36 ◦ blue 2
Shades of Harley Davidson Orange #CA2402
Tints of Harley Davidson Orange #CA2402
RGB
CMYK
RGB Variations
Color information
#CA2402 (or 0xCA2402) is known color: Harley Davidson Orange. HEX triplet: CA, 24 and 02. RGB value is (202,36,2). Sum of RGB (Red+Green+Blue) = 202+36+2=240 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.17% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2402 is #35DBFD. Grayscale: #525252. Windows color (decimal): -3529726 or 140490. OLE color: 140490.
HSL color Cylindrical-coordinate representation of color #CA2402: hue angle of 10.2º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA2402 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.21 |
| HSL | 10.2º | 0.98% | 0.4% | - |
| HSV(B) | 10.2º | 0.99% | 0.79% | - |
| XYZ | 25 | 13.82 | 1.41 | - |
| YUV | 81.76 | 83 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 2 | 0 | 0.82 | 0.99 | 0.21 | 10.2 | 0.98 | 0.4 |
| Hex | CA | 24 | 2 | 0 | 52 | 63 | 15 | A | 62 | 28 |
| Octal | 312 | 44 | 2 | 0 | 122 | 143 | 25 | 12 | 142 | 50 |
| Binary | 11001010 | 100100 | 10 | 0 | 1010010 | 1100011 | 10101 | 1010 | 1100010 | 101000 |
Color Harmonies of #CA2402
Complementary color
Monochromatic Colors of #CA2402
Black with #CA2402
Text Example
Text Example
White with #CA2402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2402; }
p { color: rgb(202,36,2); }
H1.HeaderClassName
{
color: #CA2402;
}
.AnyTagClassName
{
color: #CA2402;
}
</style>
background-color css
<style>
a { background-color: #CA2402; }
a { background-color: rgb(202,36,2); }
div.DivClassName
{
background-color: #CA2402;
}
.BgClassName
{
background-color: #CA2402;
}
</style>
border-color css
<style>
span { border-color: #CA2402; }
span { border-color: rgb(202,36,2); }
td.TdClassName
{
border-color: #CA2402;
}
.TagClassName
{
border-color: #CA2402;
}
</style>