Html Css Color HEX #CA2206 Harley Davidson Orange
📋 copy color: '#CA2206'red 202 ◦ green 34 ◦ blue 6
Shades of Harley Davidson Orange #CA2206
Tints of Harley Davidson Orange #CA2206
RGB
CMYK
RGB Variations
Color information
#CA2206 (or 0xCA2206) is known color: Harley Davidson Orange. HEX triplet: CA, 22 and 06. RGB value is (202,34,6). Sum of RGB (Red+Green+Blue) = 202+34+6=242 (32% of max value = 765). Red value is 202 (79.30% from 255 or 83.47% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2206 is #35DDF9. Grayscale: #515151. Windows color (decimal): -3530234 or 402122. OLE color: 402122.
HSL color Cylindrical-coordinate representation of color #CA2206: hue angle of 8.57º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA2206 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 34 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.21 |
| HSL | 8.57º | 0.94% | 0.41% | - |
| HSV(B) | 8.57º | 0.97% | 0.79% | - |
| XYZ | 24.96 | 13.71 | 1.5 | - |
| YUV | 81.04 | 85.66 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 34 | 6 | 0 | 0.83 | 0.97 | 0.21 | 8.57 | 0.94 | 0.41 |
| Hex | CA | 22 | 6 | 0 | 53 | 61 | 15 | 9 | 5E | 29 |
| Octal | 312 | 42 | 6 | 0 | 123 | 141 | 25 | 11 | 136 | 51 |
| Binary | 11001010 | 100010 | 110 | 0 | 1010011 | 1100001 | 10101 | 1001 | 1011110 | 101001 |
Color Harmonies of #CA2206
Complementary color
Monochromatic Colors of #CA2206
Black with #CA2206
Text Example
Text Example
White with #CA2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2206; }
p { color: rgb(202,34,6); }
H1.HeaderClassName
{
color: #CA2206;
}
.AnyTagClassName
{
color: #CA2206;
}
</style>
background-color css
<style>
a { background-color: #CA2206; }
a { background-color: rgb(202,34,6); }
div.DivClassName
{
background-color: #CA2206;
}
.BgClassName
{
background-color: #CA2206;
}
</style>
border-color css
<style>
span { border-color: #CA2206; }
span { border-color: rgb(202,34,6); }
td.TdClassName
{
border-color: #CA2206;
}
.TagClassName
{
border-color: #CA2206;
}
</style>