Html Css Color HEX #CA210B Harley Davidson Orange
📋 copy color: '#CA210B'red 202 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #CA210B
Tints of Harley Davidson Orange #CA210B
RGB
CMYK
RGB Variations
Color information
#CA210B (or 0xCA210B) is known color: Harley Davidson Orange. HEX triplet: CA, 21 and 0B. RGB value is (202,33,11). Sum of RGB (Red+Green+Blue) = 202+33+11=246 (32% of max value = 765). Red value is 202 (79.30% from 255 or 82.11% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 202 - color contains mainly: red. Hex color #CA210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA210B is #35DEF4. Grayscale: #515151. Windows color (decimal): -3530485 or 729546. OLE color: 729546.
HSL color Cylindrical-coordinate representation of color #CA210B: hue angle of 6.91º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA210B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.21 |
| HSL | 6.91º | 0.9% | 0.42% | - |
| HSV(B) | 6.91º | 0.95% | 0.79% | - |
| XYZ | 24.96 | 13.67 | 1.64 | - |
| YUV | 81.02 | 88.49 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 11 | 0 | 0.84 | 0.95 | 0.21 | 6.91 | 0.9 | 0.42 |
| Hex | CA | 21 | B | 0 | 54 | 5F | 15 | 7 | 5A | 2A |
| Octal | 312 | 41 | 13 | 0 | 124 | 137 | 25 | 7 | 132 | 52 |
| Binary | 11001010 | 100001 | 1011 | 0 | 1010100 | 1011111 | 10101 | 111 | 1011010 | 101010 |
Color Harmonies of #CA210B
Complementary color
Monochromatic Colors of #CA210B
Black with #CA210B
Text Example
Text Example
White with #CA210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA210B; }
p { color: rgb(202,33,11); }
H1.HeaderClassName
{
color: #CA210B;
}
.AnyTagClassName
{
color: #CA210B;
}
</style>
background-color css
<style>
a { background-color: #CA210B; }
a { background-color: rgb(202,33,11); }
div.DivClassName
{
background-color: #CA210B;
}
.BgClassName
{
background-color: #CA210B;
}
</style>
border-color css
<style>
span { border-color: #CA210B; }
span { border-color: rgb(202,33,11); }
td.TdClassName
{
border-color: #CA210B;
}
.TagClassName
{
border-color: #CA210B;
}
</style>