Html Css Color HEX #CA3C23 Harley Davidson Orange
📋 copy color: '#CA3C23'red 202 ◦ green 60 ◦ blue 35
Shades of Harley Davidson Orange #CA3C23
Tints of Harley Davidson Orange #CA3C23
RGB
CMYK
RGB Variations
Color information
#CA3C23 (or 0xCA3C23) is known color: Harley Davidson Orange. HEX triplet: CA, 3C and 23. RGB value is (202,60,35). Sum of RGB (Red+Green+Blue) = 202+60+35=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 35 (14.06% from 255 or 11.78% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C23 is #35C3DC. Grayscale: #636363. Windows color (decimal): -3523549 or 2309322. OLE color: 2309322.
HSL color Cylindrical-coordinate representation of color #CA3C23: hue angle of 8.98º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA3C23 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 60 | 35 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.21 |
| HSL | 8.98º | 0.7% | 0.46% | - |
| HSV(B) | 8.98º | 0.83% | 0.79% | - |
| XYZ | 26.28 | 15.91 | 3.28 | - |
| YUV | 99.61 | 91.54 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 60 | 35 | 0 | 0.70 | 0.83 | 0.21 | 8.98 | 0.7 | 0.46 |
| Hex | CA | 3C | 23 | 0 | 46 | 53 | 15 | 9 | 46 | 2E |
| Octal | 312 | 74 | 43 | 0 | 106 | 123 | 25 | 11 | 106 | 56 |
| Binary | 11001010 | 111100 | 100011 | 0 | 1000110 | 1010011 | 10101 | 1001 | 1000110 | 101110 |
Color Harmonies of #CA3C23
Complementary color
Monochromatic Colors of #CA3C23
Black with #CA3C23
Text Example
Text Example
White with #CA3C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3C23; }
p { color: rgb(202,60,35); }
H1.HeaderClassName
{
color: #CA3C23;
}
.AnyTagClassName
{
color: #CA3C23;
}
</style>
background-color css
<style>
a { background-color: #CA3C23; }
a { background-color: rgb(202,60,35); }
div.DivClassName
{
background-color: #CA3C23;
}
.BgClassName
{
background-color: #CA3C23;
}
</style>
border-color css
<style>
span { border-color: #CA3C23; }
span { border-color: rgb(202,60,35); }
td.TdClassName
{
border-color: #CA3C23;
}
.TagClassName
{
border-color: #CA3C23;
}
</style>