Html Css Color HEX #C53321 Harley Davidson Orange
📋 copy color: '#C53321'red 197 ◦ green 51 ◦ blue 33
Shades of Harley Davidson Orange #C53321
Tints of Harley Davidson Orange #C53321
RGB
CMYK
RGB Variations
Color information
#C53321 (or 0xC53321) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 21. RGB value is (197,51,33). Sum of RGB (Red+Green+Blue) = 197+51+33=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C53321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53321 is #3ACCDE. Grayscale: #5C5C5C. Windows color (decimal): -3853535 or 2175941. OLE color: 2175941.
HSL color Cylindrical-coordinate representation of color #C53321: hue angle of 6.59º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C53321 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 33 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.23 |
| HSL | 6.59º | 0.71% | 0.45% | - |
| HSV(B) | 6.59º | 0.83% | 0.77% | - |
| XYZ | 24.48 | 14.35 | 2.92 | - |
| YUV | 92.6 | 94.37 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 33 | 0 | 0.74 | 0.83 | 0.23 | 6.59 | 0.71 | 0.45 |
| Hex | C5 | 33 | 21 | 0 | 4A | 53 | 17 | 7 | 47 | 2D |
| Octal | 305 | 63 | 41 | 0 | 112 | 123 | 27 | 7 | 107 | 55 |
| Binary | 11000101 | 110011 | 100001 | 0 | 1001010 | 1010011 | 10111 | 111 | 1000111 | 101101 |
Color Harmonies of #C53321
Complementary color
Monochromatic Colors of #C53321
Black with #C53321
Text Example
Text Example
White with #C53321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53321; }
p { color: rgb(197,51,33); }
H1.HeaderClassName
{
color: #C53321;
}
.AnyTagClassName
{
color: #C53321;
}
</style>
background-color css
<style>
a { background-color: #C53321; }
a { background-color: rgb(197,51,33); }
div.DivClassName
{
background-color: #C53321;
}
.BgClassName
{
background-color: #C53321;
}
</style>
border-color css
<style>
span { border-color: #C53321; }
span { border-color: rgb(197,51,33); }
td.TdClassName
{
border-color: #C53321;
}
.TagClassName
{
border-color: #C53321;
}
</style>