Html Css Color HEX #CA1D14 Harley Davidson Orange
📋 copy color: '#CA1D14'red 202 ◦ green 29 ◦ blue 20
Shades of Harley Davidson Orange #CA1D14
Tints of Harley Davidson Orange #CA1D14
RGB
CMYK
RGB Variations
Color information
#CA1D14 (or 0xCA1D14) is known color: Harley Davidson Orange. HEX triplet: CA, 1D and 14. RGB value is (202,29,20). Sum of RGB (Red+Green+Blue) = 202+29+20=251 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.48% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1D14 is #35E2EB. Grayscale: #4F4F4F. Windows color (decimal): -3531500 or 1318346. OLE color: 1318346.
HSL color Cylindrical-coordinate representation of color #CA1D14: hue angle of 2.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1D14 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 20 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.21 |
| HSL | 2.97º | 0.82% | 0.44% | - |
| HSV(B) | 2.97º | 0.9% | 0.79% | - |
| XYZ | 24.92 | 13.49 | 1.95 | - |
| YUV | 79.7 | 94.31 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 20 | 0 | 0.86 | 0.90 | 0.21 | 2.97 | 0.82 | 0.44 |
| Hex | CA | 1D | 14 | 0 | 56 | 5A | 15 | 3 | 52 | 2C |
| Octal | 312 | 35 | 24 | 0 | 126 | 132 | 25 | 3 | 122 | 54 |
| Binary | 11001010 | 11101 | 10100 | 0 | 1010110 | 1011010 | 10101 | 11 | 1010010 | 101100 |
Color Harmonies of #CA1D14
Complementary color
Monochromatic Colors of #CA1D14
Black with #CA1D14
Text Example
Text Example
White with #CA1D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D14; }
p { color: rgb(202,29,20); }
H1.HeaderClassName
{
color: #CA1D14;
}
.AnyTagClassName
{
color: #CA1D14;
}
</style>
background-color css
<style>
a { background-color: #CA1D14; }
a { background-color: rgb(202,29,20); }
div.DivClassName
{
background-color: #CA1D14;
}
.BgClassName
{
background-color: #CA1D14;
}
</style>
border-color css
<style>
span { border-color: #CA1D14; }
span { border-color: rgb(202,29,20); }
td.TdClassName
{
border-color: #CA1D14;
}
.TagClassName
{
border-color: #CA1D14;
}
</style>