Html Css Color HEX #CA3C0C Harley Davidson Orange
📋 copy color: '#CA3C0C'red 202 ◦ green 60 ◦ blue 12
Shades of Harley Davidson Orange #CA3C0C
Tints of Harley Davidson Orange #CA3C0C
RGB
CMYK
RGB Variations
Color information
#CA3C0C (or 0xCA3C0C) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 0C. RGB value is (202,60,12). Sum of RGB (Red+Green+Blue) = 202+60+12=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3C0C is #35C3F3. Grayscale: #616161. Windows color (decimal): -3523572 or 801994. OLE color: 801994.
HSL color Cylindrical-coordinate representation of color #CA3C0C: hue angle of 15.16º degrees, saturation: 0.89, 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 #CA3C0C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 12 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.21 |
| HSL | 15.16º | 0.89% | 0.42% | - |
| HSV(B) | 15.16º | 0.94% | 0.79% | - |
| XYZ | 26.04 | 15.81 | 2.03 | - |
| YUV | 96.99 | 80.04 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 12 | 0 | 0.70 | 0.94 | 0.21 | 15.16 | 0.89 | 0.42 |
| Hex | CA | 3C | C | 0 | 46 | 5E | 15 | F | 59 | 2A |
| Octal | 312 | 74 | 14 | 0 | 106 | 136 | 25 | 17 | 131 | 52 |
| Binary | 11001010 | 111100 | 1100 | 0 | 1000110 | 1011110 | 10101 | 1111 | 1011001 | 101010 |
Color Harmonies of #CA3C0C
Complementary color
Monochromatic Colors of #CA3C0C
Black with #CA3C0C
Text Example
Text Example
White with #CA3C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C0C; }
p { color: rgb(202,60,12); }
H1.HeaderClassName
{
color: #CA3C0C;
}
.AnyTagClassName
{
color: #CA3C0C;
}
</style>
background-color css
<style>
a { background-color: #CA3C0C; }
a { background-color: rgb(202,60,12); }
div.DivClassName
{
background-color: #CA3C0C;
}
.BgClassName
{
background-color: #CA3C0C;
}
</style>
border-color css
<style>
span { border-color: #CA3C0C; }
span { border-color: rgb(202,60,12); }
td.TdClassName
{
border-color: #CA3C0C;
}
.TagClassName
{
border-color: #CA3C0C;
}
</style>