Html Css Color HEX #CA3724 Harley Davidson Orange
📋 copy color: '#CA3724'red 202 ◦ green 55 ◦ blue 36
Shades of Harley Davidson Orange #CA3724
Tints of Harley Davidson Orange #CA3724
RGB
CMYK
RGB Variations
Color information
#CA3724 (or 0xCA3724) is known color: Harley Davidson Orange. HEX triplet: CA, 37 and 24. RGB value is (202,55,36). Sum of RGB (Red+Green+Blue) = 202+55+36=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3724 is #35C8DB. Grayscale: #616161. Windows color (decimal): -3524828 or 2373578. OLE color: 2373578.
HSL color Cylindrical-coordinate representation of color #CA3724: hue angle of 6.87º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA3724 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 36 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.21 |
| HSL | 6.87º | 0.7% | 0.47% | - |
| HSV(B) | 6.87º | 0.82% | 0.79% | - |
| XYZ | 26.04 | 15.42 | 3.27 | - |
| YUV | 96.79 | 93.7 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 36 | 0 | 0.73 | 0.82 | 0.21 | 6.87 | 0.7 | 0.47 |
| Hex | CA | 37 | 24 | 0 | 49 | 52 | 15 | 7 | 46 | 2F |
| Octal | 312 | 67 | 44 | 0 | 111 | 122 | 25 | 7 | 106 | 57 |
| Binary | 11001010 | 110111 | 100100 | 0 | 1001001 | 1010010 | 10101 | 111 | 1000110 | 101111 |
Color Harmonies of #CA3724
Complementary color
Monochromatic Colors of #CA3724
Black with #CA3724
Text Example
Text Example
White with #CA3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA3724; }
p { color: rgb(202,55,36); }
H1.HeaderClassName
{
color: #CA3724;
}
.AnyTagClassName
{
color: #CA3724;
}
</style>
background-color css
<style>
a { background-color: #CA3724; }
a { background-color: rgb(202,55,36); }
div.DivClassName
{
background-color: #CA3724;
}
.BgClassName
{
background-color: #CA3724;
}
</style>
border-color css
<style>
span { border-color: #CA3724; }
span { border-color: rgb(202,55,36); }
td.TdClassName
{
border-color: #CA3724;
}
.TagClassName
{
border-color: #CA3724;
}
</style>