Html Css Color HEX #CA1E12 Harley Davidson Orange
📋 copy color: '#CA1E12'red 202 ◦ green 30 ◦ blue 18
Shades of Harley Davidson Orange #CA1E12
Tints of Harley Davidson Orange #CA1E12
RGB
CMYK
RGB Variations
Color information
#CA1E12 (or 0xCA1E12) is known color: Harley Davidson Orange. HEX triplet: CA, 1E and 12. RGB value is (202,30,18). Sum of RGB (Red+Green+Blue) = 202+30+18=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1E12 is #35E1ED. Grayscale: #505050. Windows color (decimal): -3531246 or 1187530. OLE color: 1187530.
HSL color Cylindrical-coordinate representation of color #CA1E12: hue angle of 3.91º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA1E12 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 18 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.21 |
| HSL | 3.91º | 0.84% | 0.43% | - |
| HSV(B) | 3.91º | 0.91% | 0.79% | - |
| XYZ | 24.93 | 13.53 | 1.87 | - |
| YUV | 80.06 | 92.98 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 18 | 0 | 0.85 | 0.91 | 0.21 | 3.91 | 0.84 | 0.43 |
| Hex | CA | 1E | 12 | 0 | 55 | 5B | 15 | 4 | 54 | 2B |
| Octal | 312 | 36 | 22 | 0 | 125 | 133 | 25 | 4 | 124 | 53 |
| Binary | 11001010 | 11110 | 10010 | 0 | 1010101 | 1011011 | 10101 | 100 | 1010100 | 101011 |
Color Harmonies of #CA1E12
Complementary color
Monochromatic Colors of #CA1E12
Black with #CA1E12
Text Example
Text Example
White with #CA1E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E12; }
p { color: rgb(202,30,18); }
H1.HeaderClassName
{
color: #CA1E12;
}
.AnyTagClassName
{
color: #CA1E12;
}
</style>
background-color css
<style>
a { background-color: #CA1E12; }
a { background-color: rgb(202,30,18); }
div.DivClassName
{
background-color: #CA1E12;
}
.BgClassName
{
background-color: #CA1E12;
}
</style>
border-color css
<style>
span { border-color: #CA1E12; }
span { border-color: rgb(202,30,18); }
td.TdClassName
{
border-color: #CA1E12;
}
.TagClassName
{
border-color: #CA1E12;
}
</style>