Html Css Color HEX #CA3A1D Harley Davidson Orange
📋 copy color: '#CA3A1D'red 202 ◦ green 58 ◦ blue 29
Shades of Harley Davidson Orange #CA3A1D
Tints of Harley Davidson Orange #CA3A1D
RGB
CMYK
RGB Variations
Color information
#CA3A1D (or 0xCA3A1D) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 1D. RGB value is (202,58,29). Sum of RGB (Red+Green+Blue) = 202+58+29=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A1D is #35C5E2. Grayscale: #626262. Windows color (decimal): -3524067 or 1915594. OLE color: 1915594.
HSL color Cylindrical-coordinate representation of color #CA3A1D: hue angle of 10.06º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA3A1D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 29 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.21 |
| HSL | 10.06º | 0.75% | 0.45% | - |
| HSV(B) | 10.06º | 0.86% | 0.79% | - |
| XYZ | 26.09 | 15.67 | 2.81 | - |
| YUV | 97.75 | 89.21 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 29 | 0 | 0.71 | 0.86 | 0.21 | 10.06 | 0.75 | 0.45 |
| Hex | CA | 3A | 1D | 0 | 47 | 56 | 15 | A | 4B | 2D |
| Octal | 312 | 72 | 35 | 0 | 107 | 126 | 25 | 12 | 113 | 55 |
| Binary | 11001010 | 111010 | 11101 | 0 | 1000111 | 1010110 | 10101 | 1010 | 1001011 | 101101 |
Color Harmonies of #CA3A1D
Complementary color
Monochromatic Colors of #CA3A1D
Black with #CA3A1D
Text Example
Text Example
White with #CA3A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A1D; }
p { color: rgb(202,58,29); }
H1.HeaderClassName
{
color: #CA3A1D;
}
.AnyTagClassName
{
color: #CA3A1D;
}
</style>
background-color css
<style>
a { background-color: #CA3A1D; }
a { background-color: rgb(202,58,29); }
div.DivClassName
{
background-color: #CA3A1D;
}
.BgClassName
{
background-color: #CA3A1D;
}
</style>
border-color css
<style>
span { border-color: #CA3A1D; }
span { border-color: rgb(202,58,29); }
td.TdClassName
{
border-color: #CA3A1D;
}
.TagClassName
{
border-color: #CA3A1D;
}
</style>