Html Css Color HEX #CA2202 Harley Davidson Orange
📋 copy color: '#CA2202'red 202 ◦ green 34 ◦ blue 2
Shades of Harley Davidson Orange #CA2202
Tints of Harley Davidson Orange #CA2202
RGB
CMYK
RGB Variations
Color information
#CA2202 (or 0xCA2202) is known color: Harley Davidson Orange. HEX triplet: CA, 22 and 02. RGB value is (202,34,2). Sum of RGB (Red+Green+Blue) = 202+34+2=238 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.87% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2202 is #35DDFD. Grayscale: #505050. Windows color (decimal): -3530238 or 139978. OLE color: 139978.
HSL color Cylindrical-coordinate representation of color #CA2202: hue angle of 9.6º 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 #CA2202 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.21 |
| HSL | 9.6º | 0.98% | 0.4% | - |
| HSV(B) | 9.6º | 0.99% | 0.79% | - |
| XYZ | 24.94 | 13.7 | 1.39 | - |
| YUV | 80.58 | 83.66 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 2 | 0 | 0.83 | 0.99 | 0.21 | 9.6 | 0.98 | 0.4 |
| Hex | CA | 22 | 2 | 0 | 53 | 63 | 15 | A | 62 | 28 |
| Octal | 312 | 42 | 2 | 0 | 123 | 143 | 25 | 12 | 142 | 50 |
| Binary | 11001010 | 100010 | 10 | 0 | 1010011 | 1100011 | 10101 | 1010 | 1100010 | 101000 |
Color Harmonies of #CA2202
Complementary color
Monochromatic Colors of #CA2202
Black with #CA2202
Text Example
Text Example
White with #CA2202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2202; }
p { color: rgb(202,34,2); }
H1.HeaderClassName
{
color: #CA2202;
}
.AnyTagClassName
{
color: #CA2202;
}
</style>
background-color css
<style>
a { background-color: #CA2202; }
a { background-color: rgb(202,34,2); }
div.DivClassName
{
background-color: #CA2202;
}
.BgClassName
{
background-color: #CA2202;
}
</style>
border-color css
<style>
span { border-color: #CA2202; }
span { border-color: rgb(202,34,2); }
td.TdClassName
{
border-color: #CA2202;
}
.TagClassName
{
border-color: #CA2202;
}
</style>