Html Css Color HEX #CA291B Harley Davidson Orange
📋 copy color: '#CA291B'red 202 ◦ green 41 ◦ blue 27
Shades of Harley Davidson Orange #CA291B
Tints of Harley Davidson Orange #CA291B
RGB
CMYK
RGB Variations
Color information
#CA291B (or 0xCA291B) is known color: Harley Davidson Orange. HEX triplet: CA, 29 and 1B. RGB value is (202,41,27). Sum of RGB (Red+Green+Blue) = 202+41+27=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA291B is #35D6E4. Grayscale: #575757. Windows color (decimal): -3528421 or 1780170. OLE color: 1780170.
HSL color Cylindrical-coordinate representation of color #CA291B: hue angle of 4.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA291B is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 27 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.21 |
| HSL | 4.8º | 0.76% | 0.45% | - |
| HSV(B) | 4.8º | 0.87% | 0.79% | - |
| XYZ | 25.35 | 14.22 | 2.45 | - |
| YUV | 87.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 27 | 0 | 0.80 | 0.87 | 0.21 | 4.8 | 0.76 | 0.45 |
| Hex | CA | 29 | 1B | 0 | 50 | 57 | 15 | 5 | 4C | 2D |
| Octal | 312 | 51 | 33 | 0 | 120 | 127 | 25 | 5 | 114 | 55 |
| Binary | 11001010 | 101001 | 11011 | 0 | 1010000 | 1010111 | 10101 | 101 | 1001100 | 101101 |
Color Harmonies of #CA291B
Complementary color
Monochromatic Colors of #CA291B
Black with #CA291B
Text Example
Text Example
White with #CA291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA291B; }
p { color: rgb(202,41,27); }
H1.HeaderClassName
{
color: #CA291B;
}
.AnyTagClassName
{
color: #CA291B;
}
</style>
background-color css
<style>
a { background-color: #CA291B; }
a { background-color: rgb(202,41,27); }
div.DivClassName
{
background-color: #CA291B;
}
.BgClassName
{
background-color: #CA291B;
}
</style>
border-color css
<style>
span { border-color: #CA291B; }
span { border-color: rgb(202,41,27); }
td.TdClassName
{
border-color: #CA291B;
}
.TagClassName
{
border-color: #CA291B;
}
</style>