Html Css Color HEX #CA2D06 Harley Davidson Orange
📋 copy color: '#CA2D06'red 202 ◦ green 45 ◦ blue 6
Shades of Harley Davidson Orange #CA2D06
Tints of Harley Davidson Orange #CA2D06
RGB
CMYK
RGB Variations
Color information
#CA2D06 (or 0xCA2D06) is known color: Harley Davidson Orange. HEX triplet: CA, 2D and 06. RGB value is (202,45,6). Sum of RGB (Red+Green+Blue) = 202+45+6=253 (33% of max value = 765). Red value is 202 (79.30% from 255 or 79.84% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2D06 is #35D2F9. Grayscale: #575757. Windows color (decimal): -3527418 or 404938. OLE color: 404938.
HSL color Cylindrical-coordinate representation of color #CA2D06: hue angle of 11.94º 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 #CA2D06 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 6 | - |
| CMYK | 0 | 0.78 | 0.97 | 0.21 |
| HSL | 11.94º | 0.94% | 0.41% | - |
| HSV(B) | 11.94º | 0.97% | 0.79% | - |
| XYZ | 25.33 | 14.45 | 1.63 | - |
| YUV | 87.5 | 82.01 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 6 | 0 | 0.78 | 0.97 | 0.21 | 11.94 | 0.94 | 0.41 |
| Hex | CA | 2D | 6 | 0 | 4E | 61 | 15 | C | 5E | 29 |
| Octal | 312 | 55 | 6 | 0 | 116 | 141 | 25 | 14 | 136 | 51 |
| Binary | 11001010 | 101101 | 110 | 0 | 1001110 | 1100001 | 10101 | 1100 | 1011110 | 101001 |
Color Harmonies of #CA2D06
Complementary color
Monochromatic Colors of #CA2D06
Black with #CA2D06
Text Example
Text Example
White with #CA2D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D06; }
p { color: rgb(202,45,6); }
H1.HeaderClassName
{
color: #CA2D06;
}
.AnyTagClassName
{
color: #CA2D06;
}
</style>
background-color css
<style>
a { background-color: #CA2D06; }
a { background-color: rgb(202,45,6); }
div.DivClassName
{
background-color: #CA2D06;
}
.BgClassName
{
background-color: #CA2D06;
}
</style>
border-color css
<style>
span { border-color: #CA2D06; }
span { border-color: rgb(202,45,6); }
td.TdClassName
{
border-color: #CA2D06;
}
.TagClassName
{
border-color: #CA2D06;
}
</style>