Html Css Color HEX #CA3C0F Harley Davidson Orange
📋 copy color: '#CA3C0F'red 202 ◦ green 60 ◦ blue 15
Shades of Harley Davidson Orange #CA3C0F
Tints of Harley Davidson Orange #CA3C0F
RGB
CMYK
RGB Variations
Color information
#CA3C0F (or 0xCA3C0F) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 0F. RGB value is (202,60,15). Sum of RGB (Red+Green+Blue) = 202+60+15=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3C0F is #35C3F0. Grayscale: #616161. Windows color (decimal): -3523569 or 998602. OLE color: 998602.
HSL color Cylindrical-coordinate representation of color #CA3C0F: hue angle of 14.44º 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 #CA3C0F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.21 |
| HSL | 14.44º | 0.86% | 0.43% | - |
| HSV(B) | 14.44º | 0.93% | 0.79% | - |
| XYZ | 26.06 | 15.82 | 2.13 | - |
| YUV | 97.33 | 81.54 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 15 | 0 | 0.70 | 0.93 | 0.21 | 14.44 | 0.86 | 0.43 |
| Hex | CA | 3C | F | 0 | 46 | 5D | 15 | E | 56 | 2B |
| Octal | 312 | 74 | 17 | 0 | 106 | 135 | 25 | 16 | 126 | 53 |
| Binary | 11001010 | 111100 | 1111 | 0 | 1000110 | 1011101 | 10101 | 1110 | 1010110 | 101011 |
Color Harmonies of #CA3C0F
Complementary color
Monochromatic Colors of #CA3C0F
Black with #CA3C0F
Text Example
Text Example
White with #CA3C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C0F; }
p { color: rgb(202,60,15); }
H1.HeaderClassName
{
color: #CA3C0F;
}
.AnyTagClassName
{
color: #CA3C0F;
}
</style>
background-color css
<style>
a { background-color: #CA3C0F; }
a { background-color: rgb(202,60,15); }
div.DivClassName
{
background-color: #CA3C0F;
}
.BgClassName
{
background-color: #CA3C0F;
}
</style>
border-color css
<style>
span { border-color: #CA3C0F; }
span { border-color: rgb(202,60,15); }
td.TdClassName
{
border-color: #CA3C0F;
}
.TagClassName
{
border-color: #CA3C0F;
}
</style>