Html Css Color HEX #CA1D13 Harley Davidson Orange
📋 copy color: '#CA1D13'red 202 ◦ green 29 ◦ blue 19
Shades of Harley Davidson Orange #CA1D13
Tints of Harley Davidson Orange #CA1D13
RGB
CMYK
RGB Variations
Color information
#CA1D13 (or 0xCA1D13) is known color: Harley Davidson Orange. HEX triplet: CA, 1D and 13. RGB value is (202,29,19). Sum of RGB (Red+Green+Blue) = 202+29+19=250 (33% of max value = 765). Red value is 202 (79.30% from 255 or 80.8% from 250); Green value is 29 (11.72% from 255 or 11.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1D13 is #35E2EC. Grayscale: #4F4F4F. Windows color (decimal): -3531501 or 1252810. OLE color: 1252810.
HSL color Cylindrical-coordinate representation of color #CA1D13: hue angle of 3.28º degrees, saturation: 0.83, 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 #CA1D13 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 19 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.21 |
| HSL | 3.28º | 0.83% | 0.43% | - |
| HSV(B) | 3.28º | 0.91% | 0.79% | - |
| XYZ | 24.91 | 13.48 | 1.91 | - |
| YUV | 79.59 | 93.81 | 215.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 19 | 0 | 0.86 | 0.91 | 0.21 | 3.28 | 0.83 | 0.43 |
| Hex | CA | 1D | 13 | 0 | 56 | 5B | 15 | 3 | 53 | 2B |
| Octal | 312 | 35 | 23 | 0 | 126 | 133 | 25 | 3 | 123 | 53 |
| Binary | 11001010 | 11101 | 10011 | 0 | 1010110 | 1011011 | 10101 | 11 | 1010011 | 101011 |
Color Harmonies of #CA1D13
Complementary color
Monochromatic Colors of #CA1D13
Black with #CA1D13
Text Example
Text Example
White with #CA1D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D13; }
p { color: rgb(202,29,19); }
H1.HeaderClassName
{
color: #CA1D13;
}
.AnyTagClassName
{
color: #CA1D13;
}
</style>
background-color css
<style>
a { background-color: #CA1D13; }
a { background-color: rgb(202,29,19); }
div.DivClassName
{
background-color: #CA1D13;
}
.BgClassName
{
background-color: #CA1D13;
}
</style>
border-color css
<style>
span { border-color: #CA1D13; }
span { border-color: rgb(202,29,19); }
td.TdClassName
{
border-color: #CA1D13;
}
.TagClassName
{
border-color: #CA1D13;
}
</style>