Html Css Color HEX #CA220D Harley Davidson Orange
📋 copy color: '#CA220D'red 202 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #CA220D
Tints of Harley Davidson Orange #CA220D
RGB
CMYK
RGB Variations
Color information
#CA220D (or 0xCA220D) is known color: Harley Davidson Orange. HEX triplet: CA, 22 and 0D. RGB value is (202,34,13). Sum of RGB (Red+Green+Blue) = 202+34+13=249 (32% of max value = 765). Red value is 202 (79.30% from 255 or 81.12% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 202 - color contains mainly: red. Hex color #CA220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA220D is #35DDF2. Grayscale: #525252. Windows color (decimal): -3530227 or 860874. OLE color: 860874.
HSL color Cylindrical-coordinate representation of color #CA220D: hue angle of 6.67º 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 #CA220D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.21 |
| HSL | 6.67º | 0.88% | 0.42% | - |
| HSV(B) | 6.67º | 0.94% | 0.79% | - |
| XYZ | 25 | 13.73 | 1.71 | - |
| YUV | 81.84 | 89.16 | 213.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 13 | 0 | 0.83 | 0.94 | 0.21 | 6.67 | 0.88 | 0.42 |
| Hex | CA | 22 | D | 0 | 53 | 5E | 15 | 7 | 58 | 2A |
| Octal | 312 | 42 | 15 | 0 | 123 | 136 | 25 | 7 | 130 | 52 |
| Binary | 11001010 | 100010 | 1101 | 0 | 1010011 | 1011110 | 10101 | 111 | 1011000 | 101010 |
Color Harmonies of #CA220D
Complementary color
Monochromatic Colors of #CA220D
Black with #CA220D
Text Example
Text Example
White with #CA220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA220D; }
p { color: rgb(202,34,13); }
H1.HeaderClassName
{
color: #CA220D;
}
.AnyTagClassName
{
color: #CA220D;
}
</style>
background-color css
<style>
a { background-color: #CA220D; }
a { background-color: rgb(202,34,13); }
div.DivClassName
{
background-color: #CA220D;
}
.BgClassName
{
background-color: #CA220D;
}
</style>
border-color css
<style>
span { border-color: #CA220D; }
span { border-color: rgb(202,34,13); }
td.TdClassName
{
border-color: #CA220D;
}
.TagClassName
{
border-color: #CA220D;
}
</style>