Html Css Color HEX #CA200D Harley Davidson Orange
📋 copy color: '#CA200D'red 202 ◦ green 32 ◦ blue 13
Shades of Harley Davidson Orange #CA200D
Tints of Harley Davidson Orange #CA200D
RGB
CMYK
RGB Variations
Color information
#CA200D (or 0xCA200D) is known color: Harley Davidson Orange. HEX triplet: CA, 20 and 0D. RGB value is (202,32,13). Sum of RGB (Red+Green+Blue) = 202+32+13=247 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.78% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 202 - color contains mainly: red. Hex color #CA200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA200D is #35DFF2. Grayscale: #505050. Windows color (decimal): -3530739 or 860362. OLE color: 860362.
HSL color Cylindrical-coordinate representation of color #CA200D: hue angle of 6.03º degrees, saturation: 0.88, 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 #CA200D is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 13 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.21 |
| HSL | 6.03º | 0.88% | 0.42% | - |
| HSV(B) | 6.03º | 0.94% | 0.79% | - |
| XYZ | 24.95 | 13.62 | 1.69 | - |
| YUV | 80.66 | 89.82 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 13 | 0 | 0.84 | 0.94 | 0.21 | 6.03 | 0.88 | 0.42 |
| Hex | CA | 20 | D | 0 | 54 | 5E | 15 | 6 | 58 | 2A |
| Octal | 312 | 40 | 15 | 0 | 124 | 136 | 25 | 6 | 130 | 52 |
| Binary | 11001010 | 100000 | 1101 | 0 | 1010100 | 1011110 | 10101 | 110 | 1011000 | 101010 |
Color Harmonies of #CA200D
Complementary color
Monochromatic Colors of #CA200D
Black with #CA200D
Text Example
Text Example
White with #CA200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA200D; }
p { color: rgb(202,32,13); }
H1.HeaderClassName
{
color: #CA200D;
}
.AnyTagClassName
{
color: #CA200D;
}
</style>
background-color css
<style>
a { background-color: #CA200D; }
a { background-color: rgb(202,32,13); }
div.DivClassName
{
background-color: #CA200D;
}
.BgClassName
{
background-color: #CA200D;
}
</style>
border-color css
<style>
span { border-color: #CA200D; }
span { border-color: rgb(202,32,13); }
td.TdClassName
{
border-color: #CA200D;
}
.TagClassName
{
border-color: #CA200D;
}
</style>