Html Css Color HEX #CA210C Harley Davidson Orange
📋 copy color: '#CA210C'red 202 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #CA210C
Tints of Harley Davidson Orange #CA210C
RGB
CMYK
RGB Variations
Color information
#CA210C (or 0xCA210C) is known color: Harley Davidson Orange. HEX triplet: CA, 21 and 0C. RGB value is (202,33,12). Sum of RGB (Red+Green+Blue) = 202+33+12=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA210C is #35DEF3. Grayscale: #515151. Windows color (decimal): -3530484 or 795082. OLE color: 795082.
HSL color Cylindrical-coordinate representation of color #CA210C: hue angle of 6.63º 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 #CA210C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 12 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.21 |
| HSL | 6.63º | 0.89% | 0.42% | - |
| HSV(B) | 6.63º | 0.94% | 0.79% | - |
| XYZ | 24.97 | 13.67 | 1.67 | - |
| YUV | 81.14 | 88.99 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 12 | 0 | 0.84 | 0.94 | 0.21 | 6.63 | 0.89 | 0.42 |
| Hex | CA | 21 | C | 0 | 54 | 5E | 15 | 7 | 59 | 2A |
| Octal | 312 | 41 | 14 | 0 | 124 | 136 | 25 | 7 | 131 | 52 |
| Binary | 11001010 | 100001 | 1100 | 0 | 1010100 | 1011110 | 10101 | 111 | 1011001 | 101010 |
Color Harmonies of #CA210C
Complementary color
Monochromatic Colors of #CA210C
Black with #CA210C
Text Example
Text Example
White with #CA210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA210C; }
p { color: rgb(202,33,12); }
H1.HeaderClassName
{
color: #CA210C;
}
.AnyTagClassName
{
color: #CA210C;
}
</style>
background-color css
<style>
a { background-color: #CA210C; }
a { background-color: rgb(202,33,12); }
div.DivClassName
{
background-color: #CA210C;
}
.BgClassName
{
background-color: #CA210C;
}
</style>
border-color css
<style>
span { border-color: #CA210C; }
span { border-color: rgb(202,33,12); }
td.TdClassName
{
border-color: #CA210C;
}
.TagClassName
{
border-color: #CA210C;
}
</style>