Html Css Color HEX #CA3A0F Harley Davidson Orange
📋 copy color: '#CA3A0F'red 202 ◦ green 58 ◦ blue 15
Shades of Harley Davidson Orange #CA3A0F
Tints of Harley Davidson Orange #CA3A0F
RGB
CMYK
RGB Variations
Color information
#CA3A0F (or 0xCA3A0F) is known color: Harley Davidson Orange. HEX triplet: CA, 3A and 0F. RGB value is (202,58,15). Sum of RGB (Red+Green+Blue) = 202+58+15=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3A0F is #35C5F0. Grayscale: #606060. Windows color (decimal): -3524081 or 998090. OLE color: 998090.
HSL color Cylindrical-coordinate representation of color #CA3A0F: hue angle of 13.8º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA3A0F is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 58 | 15 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.21 |
| HSL | 13.8º | 0.86% | 0.43% | - |
| HSV(B) | 13.8º | 0.93% | 0.79% | - |
| XYZ | 25.96 | 15.62 | 2.1 | - |
| YUV | 96.15 | 82.21 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 58 | 15 | 0 | 0.71 | 0.93 | 0.21 | 13.8 | 0.86 | 0.43 |
| Hex | CA | 3A | F | 0 | 47 | 5D | 15 | E | 56 | 2B |
| Octal | 312 | 72 | 17 | 0 | 107 | 135 | 25 | 16 | 126 | 53 |
| Binary | 11001010 | 111010 | 1111 | 0 | 1000111 | 1011101 | 10101 | 1110 | 1010110 | 101011 |
Color Harmonies of #CA3A0F
Complementary color
Monochromatic Colors of #CA3A0F
Black with #CA3A0F
Text Example
Text Example
White with #CA3A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3A0F; }
p { color: rgb(202,58,15); }
H1.HeaderClassName
{
color: #CA3A0F;
}
.AnyTagClassName
{
color: #CA3A0F;
}
</style>
background-color css
<style>
a { background-color: #CA3A0F; }
a { background-color: rgb(202,58,15); }
div.DivClassName
{
background-color: #CA3A0F;
}
.BgClassName
{
background-color: #CA3A0F;
}
</style>
border-color css
<style>
span { border-color: #CA3A0F; }
span { border-color: rgb(202,58,15); }
td.TdClassName
{
border-color: #CA3A0F;
}
.TagClassName
{
border-color: #CA3A0F;
}
</style>