Html Css Color HEX #CA3A0D Harley Davidson Orange
📋 copy color: '#CA3A0D'red 202 ◦ green 58 ◦ blue 13
Shades of Harley Davidson Orange #CA3A0D
Tints of Harley Davidson Orange #CA3A0D
RGB
CMYK
RGB Variations
Color information
#CA3A0D (or 0xCA3A0D) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 0D. RGB value is (202,58,13). Sum of RGB (Red+Green+Blue) = 202+58+13=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3A0D is #35C5F2. Grayscale: #606060. Windows color (decimal): -3524083 or 867018. OLE color: 867018.
HSL color Cylindrical-coordinate representation of color #CA3A0D: hue angle of 14.29º 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 #CA3A0D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.21 |
| HSL | 14.29º | 0.88% | 0.42% | - |
| HSV(B) | 14.29º | 0.94% | 0.79% | - |
| XYZ | 25.94 | 15.61 | 2.03 | - |
| YUV | 95.93 | 81.21 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 13 | 0 | 0.71 | 0.94 | 0.21 | 14.29 | 0.88 | 0.42 |
| Hex | CA | 3A | D | 0 | 47 | 5E | 15 | E | 58 | 2A |
| Octal | 312 | 72 | 15 | 0 | 107 | 136 | 25 | 16 | 130 | 52 |
| Binary | 11001010 | 111010 | 1101 | 0 | 1000111 | 1011110 | 10101 | 1110 | 1011000 | 101010 |
Color Harmonies of #CA3A0D
Complementary color
Monochromatic Colors of #CA3A0D
Black with #CA3A0D
Text Example
Text Example
White with #CA3A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A0D; }
p { color: rgb(202,58,13); }
H1.HeaderClassName
{
color: #CA3A0D;
}
.AnyTagClassName
{
color: #CA3A0D;
}
</style>
background-color css
<style>
a { background-color: #CA3A0D; }
a { background-color: rgb(202,58,13); }
div.DivClassName
{
background-color: #CA3A0D;
}
.BgClassName
{
background-color: #CA3A0D;
}
</style>
border-color css
<style>
span { border-color: #CA3A0D; }
span { border-color: rgb(202,58,13); }
td.TdClassName
{
border-color: #CA3A0D;
}
.TagClassName
{
border-color: #CA3A0D;
}
</style>