Html Css Color HEX #CA1D16 Harley Davidson Orange
📋 copy color: '#CA1D16'red 202 ◦ green 29 ◦ blue 22
Shades of Harley Davidson Orange #CA1D16
Tints of Harley Davidson Orange #CA1D16
RGB
CMYK
RGB Variations
Color information
#CA1D16 (or 0xCA1D16) is known color: Harley Davidson Orange. HEX triplet: CA, 1D and 16. RGB value is (202,29,22). Sum of RGB (Red+Green+Blue) = 202+29+22=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1D16 is #35E2E9. Grayscale: #505050. Windows color (decimal): -3531498 or 1449418. OLE color: 1449418.
HSL color Cylindrical-coordinate representation of color #CA1D16: hue angle of 2.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1D16 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 22 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.21 |
| HSL | 2.33º | 0.8% | 0.44% | - |
| HSV(B) | 2.33º | 0.89% | 0.79% | - |
| XYZ | 24.94 | 13.49 | 2.05 | - |
| YUV | 79.93 | 95.31 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 22 | 0 | 0.86 | 0.89 | 0.21 | 2.33 | 0.8 | 0.44 |
| Hex | CA | 1D | 16 | 0 | 56 | 59 | 15 | 2 | 50 | 2C |
| Octal | 312 | 35 | 26 | 0 | 126 | 131 | 25 | 2 | 120 | 54 |
| Binary | 11001010 | 11101 | 10110 | 0 | 1010110 | 1011001 | 10101 | 10 | 1010000 | 101100 |
Color Harmonies of #CA1D16
Complementary color
Monochromatic Colors of #CA1D16
Black with #CA1D16
Text Example
Text Example
White with #CA1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D16; }
p { color: rgb(202,29,22); }
H1.HeaderClassName
{
color: #CA1D16;
}
.AnyTagClassName
{
color: #CA1D16;
}
</style>
background-color css
<style>
a { background-color: #CA1D16; }
a { background-color: rgb(202,29,22); }
div.DivClassName
{
background-color: #CA1D16;
}
.BgClassName
{
background-color: #CA1D16;
}
</style>
border-color css
<style>
span { border-color: #CA1D16; }
span { border-color: rgb(202,29,22); }
td.TdClassName
{
border-color: #CA1D16;
}
.TagClassName
{
border-color: #CA1D16;
}
</style>