Html Css Color HEX #CA1F16 Harley Davidson Orange
📋 copy color: '#CA1F16'red 202 ◦ green 31 ◦ blue 22
Shades of Harley Davidson Orange #CA1F16
Tints of Harley Davidson Orange #CA1F16
RGB
CMYK
RGB Variations
Color information
#CA1F16 (or 0xCA1F16) is known color: Harley Davidson Orange. HEX triplet: CA, 1F and 16. RGB value is (202,31,22). Sum of RGB (Red+Green+Blue) = 202+31+22=255 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.22% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1F16 is #35E0E9. Grayscale: #515151. Windows color (decimal): -3530986 or 1449930. OLE color: 1449930.
HSL color Cylindrical-coordinate representation of color #CA1F16: hue angle of 3º 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 #CA1F16 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 22 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.21 |
| HSL | 3º | 0.8% | 0.44% | - |
| HSV(B) | 3º | 0.89% | 0.79% | - |
| XYZ | 24.99 | 13.59 | 2.07 | - |
| YUV | 81.1 | 94.65 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 22 | 0 | 0.85 | 0.89 | 0.21 | 3 | 0.8 | 0.44 |
| Hex | CA | 1F | 16 | 0 | 55 | 59 | 15 | 3 | 50 | 2C |
| Octal | 312 | 37 | 26 | 0 | 125 | 131 | 25 | 3 | 120 | 54 |
| Binary | 11001010 | 11111 | 10110 | 0 | 1010101 | 1011001 | 10101 | 11 | 1010000 | 101100 |
Color Harmonies of #CA1F16
Complementary color
Monochromatic Colors of #CA1F16
Black with #CA1F16
Text Example
Text Example
White with #CA1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F16; }
p { color: rgb(202,31,22); }
H1.HeaderClassName
{
color: #CA1F16;
}
.AnyTagClassName
{
color: #CA1F16;
}
</style>
background-color css
<style>
a { background-color: #CA1F16; }
a { background-color: rgb(202,31,22); }
div.DivClassName
{
background-color: #CA1F16;
}
.BgClassName
{
background-color: #CA1F16;
}
</style>
border-color css
<style>
span { border-color: #CA1F16; }
span { border-color: rgb(202,31,22); }
td.TdClassName
{
border-color: #CA1F16;
}
.TagClassName
{
border-color: #CA1F16;
}
</style>