Html Css Color HEX #CA2A1F Harley Davidson Orange
📋 copy color: '#CA2A1F'red 202 ◦ green 42 ◦ blue 31
Shades of Harley Davidson Orange #CA2A1F
Tints of Harley Davidson Orange #CA2A1F
RGB
CMYK
RGB Variations
Color information
#CA2A1F (or 0xCA2A1F) is known color: Harley Davidson Orange. HEX triplet: CA, 2A and 1F. RGB value is (202,42,31). Sum of RGB (Red+Green+Blue) = 202+42+31=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2A1F is #35D5E0. Grayscale: #585858. Windows color (decimal): -3528161 or 2042570. OLE color: 2042570.
HSL color Cylindrical-coordinate representation of color #CA2A1F: hue angle of 3.86º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA2A1F is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 31 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.21 |
| HSL | 3.86º | 0.73% | 0.46% | - |
| HSV(B) | 3.86º | 0.85% | 0.79% | - |
| XYZ | 25.43 | 14.31 | 2.72 | - |
| YUV | 88.59 | 95.51 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 31 | 0 | 0.79 | 0.85 | 0.21 | 3.86 | 0.73 | 0.46 |
| Hex | CA | 2A | 1F | 0 | 4F | 55 | 15 | 4 | 49 | 2E |
| Octal | 312 | 52 | 37 | 0 | 117 | 125 | 25 | 4 | 111 | 56 |
| Binary | 11001010 | 101010 | 11111 | 0 | 1001111 | 1010101 | 10101 | 100 | 1001001 | 101110 |
Color Harmonies of #CA2A1F
Complementary color
Monochromatic Colors of #CA2A1F
Black with #CA2A1F
Text Example
Text Example
White with #CA2A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A1F; }
p { color: rgb(202,42,31); }
H1.HeaderClassName
{
color: #CA2A1F;
}
.AnyTagClassName
{
color: #CA2A1F;
}
</style>
background-color css
<style>
a { background-color: #CA2A1F; }
a { background-color: rgb(202,42,31); }
div.DivClassName
{
background-color: #CA2A1F;
}
.BgClassName
{
background-color: #CA2A1F;
}
</style>
border-color css
<style>
span { border-color: #CA2A1F; }
span { border-color: rgb(202,42,31); }
td.TdClassName
{
border-color: #CA2A1F;
}
.TagClassName
{
border-color: #CA2A1F;
}
</style>