Html Css Color HEX #CA190C Harley Davidson Orange
📋 copy color: '#CA190C'red 202 ◦ green 25 ◦ blue 12
Shades of Harley Davidson Orange #CA190C
Tints of Harley Davidson Orange #CA190C
RGB
CMYK
RGB Variations
Color information
#CA190C (or 0xCA190C) is known color: Harley Davidson Orange. HEX triplet: CA, 19 and 0C. RGB value is (202,25,12). Sum of RGB (Red+Green+Blue) = 202+25+12=239 (31% of max value = 765). Red value is 202 (79.30% from 255 or 84.52% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 202 - color contains mainly: red. Hex color #CA190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CA190C is #35E6F3. Grayscale: #4C4C4C. Windows color (decimal): -3532532 or 793034. OLE color: 793034.
HSL color Cylindrical-coordinate representation of color #CA190C: hue angle of 4.11º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA190C is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 25 | 12 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.21 |
| HSL | 4.11º | 0.89% | 0.42% | - |
| HSV(B) | 4.11º | 0.94% | 0.79% | - |
| XYZ | 24.77 | 13.28 | 1.61 | - |
| YUV | 76.44 | 91.64 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 25 | 12 | 0 | 0.88 | 0.94 | 0.21 | 4.11 | 0.89 | 0.42 |
| Hex | CA | 19 | C | 0 | 58 | 5E | 15 | 4 | 59 | 2A |
| Octal | 312 | 31 | 14 | 0 | 130 | 136 | 25 | 4 | 131 | 52 |
| Binary | 11001010 | 11001 | 1100 | 0 | 1011000 | 1011110 | 10101 | 100 | 1011001 | 101010 |
Color Harmonies of #CA190C
Complementary color
Monochromatic Colors of #CA190C
Black with #CA190C
Text Example
Text Example
White with #CA190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA190C; }
p { color: rgb(202,25,12); }
H1.HeaderClassName
{
color: #CA190C;
}
.AnyTagClassName
{
color: #CA190C;
}
</style>
background-color css
<style>
a { background-color: #CA190C; }
a { background-color: rgb(202,25,12); }
div.DivClassName
{
background-color: #CA190C;
}
.BgClassName
{
background-color: #CA190C;
}
</style>
border-color css
<style>
span { border-color: #CA190C; }
span { border-color: rgb(202,25,12); }
td.TdClassName
{
border-color: #CA190C;
}
.TagClassName
{
border-color: #CA190C;
}
</style>