Html Css Color HEX #CA1C10 Harley Davidson Orange
📋 copy color: '#CA1C10'red 202 ◦ green 28 ◦ blue 16
Shades of Harley Davidson Orange #CA1C10
Tints of Harley Davidson Orange #CA1C10
RGB
CMYK
RGB Variations
Color information
#CA1C10 (or 0xCA1C10) is known color: Harley Davidson Orange. HEX triplet: CA, 1C and 10. RGB value is (202,28,16). Sum of RGB (Red+Green+Blue) = 202+28+16=246 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.11% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1C10 is #35E3EF. Grayscale: #4E4E4E. Windows color (decimal): -3531760 or 1055946. OLE color: 1055946.
HSL color Cylindrical-coordinate representation of color #CA1C10: hue angle of 3.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA1C10 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 28 | 16 | - |
| CMYK | 0 | 0.86 | 0.92 | 0.21 |
| HSL | 3.87º | 0.85% | 0.43% | - |
| HSV(B) | 3.87º | 0.92% | 0.79% | - |
| XYZ | 24.87 | 13.42 | 1.77 | - |
| YUV | 78.66 | 92.65 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 28 | 16 | 0 | 0.86 | 0.92 | 0.21 | 3.87 | 0.85 | 0.43 |
| Hex | CA | 1C | 10 | 0 | 56 | 5C | 15 | 4 | 55 | 2B |
| Octal | 312 | 34 | 20 | 0 | 126 | 134 | 25 | 4 | 125 | 53 |
| Binary | 11001010 | 11100 | 10000 | 0 | 1010110 | 1011100 | 10101 | 100 | 1010101 | 101011 |
Color Harmonies of #CA1C10
Complementary color
Monochromatic Colors of #CA1C10
Black with #CA1C10
Text Example
Text Example
White with #CA1C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1C10; }
p { color: rgb(202,28,16); }
H1.HeaderClassName
{
color: #CA1C10;
}
.AnyTagClassName
{
color: #CA1C10;
}
</style>
background-color css
<style>
a { background-color: #CA1C10; }
a { background-color: rgb(202,28,16); }
div.DivClassName
{
background-color: #CA1C10;
}
.BgClassName
{
background-color: #CA1C10;
}
</style>
border-color css
<style>
span { border-color: #CA1C10; }
span { border-color: rgb(202,28,16); }
td.TdClassName
{
border-color: #CA1C10;
}
.TagClassName
{
border-color: #CA1C10;
}
</style>