Html Css Color HEX #CA3B17 Harley Davidson Orange
📋 copy color: '#CA3B17'red 202 ◦ green 59 ◦ blue 23
Shades of Harley Davidson Orange #CA3B17
Tints of Harley Davidson Orange #CA3B17
RGB
CMYK
RGB Variations
Color information
#CA3B17 (or 0xCA3B17) is known color: Harley Davidson Orange. HEX triplet: CA, 3B and 17. RGB value is (202,59,23). Sum of RGB (Red+Green+Blue) = 202+59+23=284 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.13% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3B17 is #35C4E8. Grayscale: #616161. Windows color (decimal): -3523817 or 1522634. OLE color: 1522634.
HSL color Cylindrical-coordinate representation of color #CA3B17: hue angle of 12.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 #CA3B17 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 59 | 23 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.21 |
| HSL | 12.07º | 0.8% | 0.44% | - |
| HSV(B) | 12.07º | 0.89% | 0.79% | - |
| XYZ | 26.08 | 15.75 | 2.48 | - |
| YUV | 97.65 | 85.88 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 59 | 23 | 0 | 0.71 | 0.89 | 0.21 | 12.07 | 0.8 | 0.44 |
| Hex | CA | 3B | 17 | 0 | 47 | 59 | 15 | C | 50 | 2C |
| Octal | 312 | 73 | 27 | 0 | 107 | 131 | 25 | 14 | 120 | 54 |
| Binary | 11001010 | 111011 | 10111 | 0 | 1000111 | 1011001 | 10101 | 1100 | 1010000 | 101100 |
Color Harmonies of #CA3B17
Complementary color
Monochromatic Colors of #CA3B17
Black with #CA3B17
Text Example
Text Example
White with #CA3B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3B17; }
p { color: rgb(202,59,23); }
H1.HeaderClassName
{
color: #CA3B17;
}
.AnyTagClassName
{
color: #CA3B17;
}
</style>
background-color css
<style>
a { background-color: #CA3B17; }
a { background-color: rgb(202,59,23); }
div.DivClassName
{
background-color: #CA3B17;
}
.BgClassName
{
background-color: #CA3B17;
}
</style>
border-color css
<style>
span { border-color: #CA3B17; }
span { border-color: rgb(202,59,23); }
td.TdClassName
{
border-color: #CA3B17;
}
.TagClassName
{
border-color: #CA3B17;
}
</style>