Html Css Color HEX #CA201B Harley Davidson Orange
📋 copy color: '#CA201B'red 202 ◦ green 32 ◦ blue 27
Shades of Harley Davidson Orange #CA201B
Tints of Harley Davidson Orange #CA201B
RGB
CMYK
RGB Variations
Color information
#CA201B (or 0xCA201B) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 1B. RGB value is (202,32,27). Sum of RGB (Red+Green+Blue) = 202+32+27=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA201B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA201B is #35DFE4. Grayscale: #525252. Windows color (decimal): -3530725 or 1777866. OLE color: 1777866.
HSL color Cylindrical-coordinate representation of color #CA201B: hue angle of 1.71º 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 #CA201B is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 27 | - |
| CMYK | 0 | 0.84 | 0.87 | 0.21 |
| HSL | 1.71º | 0.76% | 0.45% | - |
| HSV(B) | 1.71º | 0.87% | 0.79% | - |
| XYZ | 25.07 | 13.67 | 2.35 | - |
| YUV | 82.26 | 96.82 | 213.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 27 | 0 | 0.84 | 0.87 | 0.21 | 1.71 | 0.76 | 0.45 |
| Hex | CA | 20 | 1B | 0 | 54 | 57 | 15 | 2 | 4C | 2D |
| Octal | 312 | 40 | 33 | 0 | 124 | 127 | 25 | 2 | 114 | 55 |
| Binary | 11001010 | 100000 | 11011 | 0 | 1010100 | 1010111 | 10101 | 10 | 1001100 | 101101 |
Color Harmonies of #CA201B
Complementary color
Monochromatic Colors of #CA201B
Black with #CA201B
Text Example
Text Example
White with #CA201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA201B; }
p { color: rgb(202,32,27); }
H1.HeaderClassName
{
color: #CA201B;
}
.AnyTagClassName
{
color: #CA201B;
}
</style>
background-color css
<style>
a { background-color: #CA201B; }
a { background-color: rgb(202,32,27); }
div.DivClassName
{
background-color: #CA201B;
}
.BgClassName
{
background-color: #CA201B;
}
</style>
border-color css
<style>
span { border-color: #CA201B; }
span { border-color: rgb(202,32,27); }
td.TdClassName
{
border-color: #CA201B;
}
.TagClassName
{
border-color: #CA201B;
}
</style>