Html Css Color HEX #CA3A0A Harley Davidson Orange
📋 copy color: '#CA3A0A'red 202 ◦ green 58 ◦ blue 10
Shades of Harley Davidson Orange #CA3A0A
Tints of Harley Davidson Orange #CA3A0A
RGB
CMYK
RGB Variations
Color information
#CA3A0A (or 0xCA3A0A) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 0A. RGB value is (202,58,10). Sum of RGB (Red+Green+Blue) = 202+58+10=270 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.81% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3A0A is #35C5F5. Grayscale: #5F5F5F. Windows color (decimal): -3524086 or 670410. OLE color: 670410.
HSL color Cylindrical-coordinate representation of color #CA3A0A: hue angle of 15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CA3A0A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 10 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.21 |
| HSL | 15º | 0.91% | 0.42% | - |
| HSV(B) | 15º | 0.95% | 0.79% | - |
| XYZ | 25.92 | 15.6 | 1.93 | - |
| YUV | 95.58 | 79.71 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 10 | 0 | 0.71 | 0.95 | 0.21 | 15 | 0.91 | 0.42 |
| Hex | CA | 3A | A | 0 | 47 | 5F | 15 | F | 5B | 2A |
| Octal | 312 | 72 | 12 | 0 | 107 | 137 | 25 | 17 | 133 | 52 |
| Binary | 11001010 | 111010 | 1010 | 0 | 1000111 | 1011111 | 10101 | 1111 | 1011011 | 101010 |
Color Harmonies of #CA3A0A
Complementary color
Monochromatic Colors of #CA3A0A
Black with #CA3A0A
Text Example
Text Example
White with #CA3A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A0A; }
p { color: rgb(202,58,10); }
H1.HeaderClassName
{
color: #CA3A0A;
}
.AnyTagClassName
{
color: #CA3A0A;
}
</style>
background-color css
<style>
a { background-color: #CA3A0A; }
a { background-color: rgb(202,58,10); }
div.DivClassName
{
background-color: #CA3A0A;
}
.BgClassName
{
background-color: #CA3A0A;
}
</style>
border-color css
<style>
span { border-color: #CA3A0A; }
span { border-color: rgb(202,58,10); }
td.TdClassName
{
border-color: #CA3A0A;
}
.TagClassName
{
border-color: #CA3A0A;
}
</style>