Html Css Color HEX #CA3E17 Harley Davidson Orange
📋 copy color: '#CA3E17'red 202 ◦ green 62 ◦ blue 23
Shades of Harley Davidson Orange #CA3E17
Tints of Harley Davidson Orange #CA3E17
RGB
CMYK
RGB Variations
Color information
#CA3E17 (or 0xCA3E17) is known color: Harley Davidson Orange. HEX triplet: CA, 3E and 17. RGB value is (202,62,23). Sum of RGB (Red+Green+Blue) = 202+62+23=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3E17 is #35C1E8. Grayscale: #636363. Windows color (decimal): -3523049 or 1523402. OLE color: 1523402.
HSL color Cylindrical-coordinate representation of color #CA3E17: hue angle of 13.07º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA3E17 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 62 | 23 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.21 |
| HSL | 13.07º | 0.8% | 0.44% | - |
| HSV(B) | 13.07º | 0.89% | 0.79% | - |
| XYZ | 26.23 | 16.06 | 2.53 | - |
| YUV | 99.41 | 84.88 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 62 | 23 | 0 | 0.69 | 0.89 | 0.21 | 13.07 | 0.8 | 0.44 |
| Hex | CA | 3E | 17 | 0 | 45 | 59 | 15 | D | 50 | 2C |
| Octal | 312 | 76 | 27 | 0 | 105 | 131 | 25 | 15 | 120 | 54 |
| Binary | 11001010 | 111110 | 10111 | 0 | 1000101 | 1011001 | 10101 | 1101 | 1010000 | 101100 |
Color Harmonies of #CA3E17
Complementary color
Monochromatic Colors of #CA3E17
Black with #CA3E17
Text Example
Text Example
White with #CA3E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3E17; }
p { color: rgb(202,62,23); }
H1.HeaderClassName
{
color: #CA3E17;
}
.AnyTagClassName
{
color: #CA3E17;
}
</style>
background-color css
<style>
a { background-color: #CA3E17; }
a { background-color: rgb(202,62,23); }
div.DivClassName
{
background-color: #CA3E17;
}
.BgClassName
{
background-color: #CA3E17;
}
</style>
border-color css
<style>
span { border-color: #CA3E17; }
span { border-color: rgb(202,62,23); }
td.TdClassName
{
border-color: #CA3E17;
}
.TagClassName
{
border-color: #CA3E17;
}
</style>