Html Css Color HEX #CA1D12 Harley Davidson Orange
📋 copy color: '#CA1D12'red 202 ◦ green 29 ◦ blue 18
Shades of Harley Davidson Orange #CA1D12
Tints of Harley Davidson Orange #CA1D12
RGB
CMYK
RGB Variations
Color information
#CA1D12 (or 0xCA1D12) is known color: Harley Davidson Orange. HEX triplet: CA, 1D and 12. RGB value is (202,29,18). Sum of RGB (Red+Green+Blue) = 202+29+18=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1D12 is #35E2ED. Grayscale: #4F4F4F. Windows color (decimal): -3531502 or 1187274. OLE color: 1187274.
HSL color Cylindrical-coordinate representation of color #CA1D12: hue angle of 3.59º 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 #CA1D12 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 29 | 18 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.21 |
| HSL | 3.59º | 0.84% | 0.43% | - |
| HSV(B) | 3.59º | 0.91% | 0.79% | - |
| XYZ | 24.91 | 13.48 | 1.86 | - |
| YUV | 79.47 | 93.31 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 29 | 18 | 0 | 0.86 | 0.91 | 0.21 | 3.59 | 0.84 | 0.43 |
| Hex | CA | 1D | 12 | 0 | 56 | 5B | 15 | 4 | 54 | 2B |
| Octal | 312 | 35 | 22 | 0 | 126 | 133 | 25 | 4 | 124 | 53 |
| Binary | 11001010 | 11101 | 10010 | 0 | 1010110 | 1011011 | 10101 | 100 | 1010100 | 101011 |
Color Harmonies of #CA1D12
Complementary color
Monochromatic Colors of #CA1D12
Black with #CA1D12
Text Example
Text Example
White with #CA1D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1D12; }
p { color: rgb(202,29,18); }
H1.HeaderClassName
{
color: #CA1D12;
}
.AnyTagClassName
{
color: #CA1D12;
}
</style>
background-color css
<style>
a { background-color: #CA1D12; }
a { background-color: rgb(202,29,18); }
div.DivClassName
{
background-color: #CA1D12;
}
.BgClassName
{
background-color: #CA1D12;
}
</style>
border-color css
<style>
span { border-color: #CA1D12; }
span { border-color: rgb(202,29,18); }
td.TdClassName
{
border-color: #CA1D12;
}
.TagClassName
{
border-color: #CA1D12;
}
</style>