Html Css Color HEX #CA3C19 Harley Davidson Orange
📋 copy color: '#CA3C19'red 202 ◦ green 60 ◦ blue 25
Shades of Harley Davidson Orange #CA3C19
Tints of Harley Davidson Orange #CA3C19
RGB
CMYK
RGB Variations
Color information
#CA3C19 (or 0xCA3C19) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 19. RGB value is (202,60,25). Sum of RGB (Red+Green+Blue) = 202+60+25=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3C19 is #35C3E6. Grayscale: #626262. Windows color (decimal): -3523559 or 1653962. OLE color: 1653962.
HSL color Cylindrical-coordinate representation of color #CA3C19: hue angle of 11.86º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CA3C19 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 25 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.21 |
| HSL | 11.86º | 0.78% | 0.45% | - |
| HSV(B) | 11.86º | 0.88% | 0.79% | - |
| XYZ | 26.15 | 15.86 | 2.6 | - |
| YUV | 98.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 25 | 0 | 0.70 | 0.88 | 0.21 | 11.86 | 0.78 | 0.45 |
| Hex | CA | 3C | 19 | 0 | 46 | 58 | 15 | C | 4E | 2D |
| Octal | 312 | 74 | 31 | 0 | 106 | 130 | 25 | 14 | 116 | 55 |
| Binary | 11001010 | 111100 | 11001 | 0 | 1000110 | 1011000 | 10101 | 1100 | 1001110 | 101101 |
Color Harmonies of #CA3C19
Complementary color
Monochromatic Colors of #CA3C19
Black with #CA3C19
Text Example
Text Example
White with #CA3C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C19; }
p { color: rgb(202,60,25); }
H1.HeaderClassName
{
color: #CA3C19;
}
.AnyTagClassName
{
color: #CA3C19;
}
</style>
background-color css
<style>
a { background-color: #CA3C19; }
a { background-color: rgb(202,60,25); }
div.DivClassName
{
background-color: #CA3C19;
}
.BgClassName
{
background-color: #CA3C19;
}
</style>
border-color css
<style>
span { border-color: #CA3C19; }
span { border-color: rgb(202,60,25); }
td.TdClassName
{
border-color: #CA3C19;
}
.TagClassName
{
border-color: #CA3C19;
}
</style>