Html Css Color HEX #CA3210 Harley Davidson Orange
📋 copy color: '#CA3210'red 202 ◦ green 50 ◦ blue 16
Shades of Harley Davidson Orange #CA3210
Tints of Harley Davidson Orange #CA3210
RGB
CMYK
RGB Variations
Color information
#CA3210 (or 0xCA3210) is known color: Harley Davidson Orange. HEX triplet: CA, 32 and 10. RGB value is (202,50,16). Sum of RGB (Red+Green+Blue) = 202+50+16=268 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.37% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3210 is #35CDEF. Grayscale: #5B5B5B. Windows color (decimal): -3526128 or 1061578. OLE color: 1061578.
HSL color Cylindrical-coordinate representation of color #CA3210: hue angle of 10.97º 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 #CA3210 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 50 | 16 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.21 |
| HSL | 10.97º | 0.85% | 0.43% | - |
| HSV(B) | 10.97º | 0.92% | 0.79% | - |
| XYZ | 25.59 | 14.88 | 2.01 | - |
| YUV | 91.57 | 85.36 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 50 | 16 | 0 | 0.75 | 0.92 | 0.21 | 10.97 | 0.85 | 0.43 |
| Hex | CA | 32 | 10 | 0 | 4B | 5C | 15 | B | 55 | 2B |
| Octal | 312 | 62 | 20 | 0 | 113 | 134 | 25 | 13 | 125 | 53 |
| Binary | 11001010 | 110010 | 10000 | 0 | 1001011 | 1011100 | 10101 | 1011 | 1010101 | 101011 |
Color Harmonies of #CA3210
Complementary color
Monochromatic Colors of #CA3210
Black with #CA3210
Text Example
Text Example
White with #CA3210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3210; }
p { color: rgb(202,50,16); }
H1.HeaderClassName
{
color: #CA3210;
}
.AnyTagClassName
{
color: #CA3210;
}
</style>
background-color css
<style>
a { background-color: #CA3210; }
a { background-color: rgb(202,50,16); }
div.DivClassName
{
background-color: #CA3210;
}
.BgClassName
{
background-color: #CA3210;
}
</style>
border-color css
<style>
span { border-color: #CA3210; }
span { border-color: rgb(202,50,16); }
td.TdClassName
{
border-color: #CA3210;
}
.TagClassName
{
border-color: #CA3210;
}
</style>