Html Css Color HEX #CA370C Harley Davidson Orange
📋 copy color: '#CA370C'red 202 ◦ green 55 ◦ blue 12
Shades of Harley Davidson Orange #CA370C
Tints of Harley Davidson Orange #CA370C
RGB
CMYK
RGB Variations
Color information
#CA370C (or 0xCA370C) is known color: Harley Davidson Orange. HEX triplet: CA, 37 and 0C. RGB value is (202,55,12). Sum of RGB (Red+Green+Blue) = 202+55+12=269 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.09% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 202 - color contains mainly: red. Hex color #CA370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA370C is #35C8F3. Grayscale: #5E5E5E. Windows color (decimal): -3524852 or 800714. OLE color: 800714.
HSL color Cylindrical-coordinate representation of color #CA370C: hue angle of 13.58º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CA370C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 55 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.21 |
| HSL | 13.58º | 0.89% | 0.42% | - |
| HSV(B) | 13.58º | 0.94% | 0.79% | - |
| XYZ | 25.79 | 15.32 | 1.94 | - |
| YUV | 94.05 | 81.7 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 55 | 12 | 0 | 0.73 | 0.94 | 0.21 | 13.58 | 0.89 | 0.42 |
| Hex | CA | 37 | C | 0 | 49 | 5E | 15 | E | 59 | 2A |
| Octal | 312 | 67 | 14 | 0 | 111 | 136 | 25 | 16 | 131 | 52 |
| Binary | 11001010 | 110111 | 1100 | 0 | 1001001 | 1011110 | 10101 | 1110 | 1011001 | 101010 |
Color Harmonies of #CA370C
Complementary color
Monochromatic Colors of #CA370C
Black with #CA370C
Text Example
Text Example
White with #CA370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA370C; }
p { color: rgb(202,55,12); }
H1.HeaderClassName
{
color: #CA370C;
}
.AnyTagClassName
{
color: #CA370C;
}
</style>
background-color css
<style>
a { background-color: #CA370C; }
a { background-color: rgb(202,55,12); }
div.DivClassName
{
background-color: #CA370C;
}
.BgClassName
{
background-color: #CA370C;
}
</style>
border-color css
<style>
span { border-color: #CA370C; }
span { border-color: rgb(202,55,12); }
td.TdClassName
{
border-color: #CA370C;
}
.TagClassName
{
border-color: #CA370C;
}
</style>