Html Css Color HEX #C53320 Harley Davidson Orange
📋 copy color: '#C53320'red 197 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #C53320
Tints of Harley Davidson Orange #C53320
RGB
CMYK
RGB Variations
Color information
#C53320 (or 0xC53320) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 20. RGB value is (197,51,32). Sum of RGB (Red+Green+Blue) = 197+51+32=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C53320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53320 is #3ACCDF. Grayscale: #5C5C5C. Windows color (decimal): -3853536 or 2110405. OLE color: 2110405.
HSL color Cylindrical-coordinate representation of color #C53320: hue angle of 6.91º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C53320 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 32 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.23 |
| HSL | 6.91º | 0.72% | 0.45% | - |
| HSV(B) | 6.91º | 0.84% | 0.77% | - |
| XYZ | 24.47 | 14.34 | 2.85 | - |
| YUV | 92.49 | 93.87 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 32 | 0 | 0.74 | 0.84 | 0.23 | 6.91 | 0.72 | 0.45 |
| Hex | C5 | 33 | 20 | 0 | 4A | 54 | 17 | 7 | 48 | 2D |
| Octal | 305 | 63 | 40 | 0 | 112 | 124 | 27 | 7 | 110 | 55 |
| Binary | 11000101 | 110011 | 100000 | 0 | 1001010 | 1010100 | 10111 | 111 | 1001000 | 101101 |
Color Harmonies of #C53320
Complementary color
Monochromatic Colors of #C53320
Black with #C53320
Text Example
Text Example
White with #C53320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53320; }
p { color: rgb(197,51,32); }
H1.HeaderClassName
{
color: #C53320;
}
.AnyTagClassName
{
color: #C53320;
}
</style>
background-color css
<style>
a { background-color: #C53320; }
a { background-color: rgb(197,51,32); }
div.DivClassName
{
background-color: #C53320;
}
.BgClassName
{
background-color: #C53320;
}
</style>
border-color css
<style>
span { border-color: #C53320; }
span { border-color: rgb(197,51,32); }
td.TdClassName
{
border-color: #C53320;
}
.TagClassName
{
border-color: #C53320;
}
</style>