Html Css Color HEX #C53421 Harley Davidson Orange
📋 copy color: '#C53421'red 197 ◦ green 52 ◦ blue 33
Shades of Harley Davidson Orange #C53421
Tints of Harley Davidson Orange #C53421
RGB
CMYK
RGB Variations
Color information
#C53421 (or 0xC53421) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 21. RGB value is (197,52,33). Sum of RGB (Red+Green+Blue) = 197+52+33=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C53421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53421 is #3ACBDE. Grayscale: #5D5D5D. Windows color (decimal): -3853279 or 2176197. OLE color: 2176197.
HSL color Cylindrical-coordinate representation of color #C53421: hue angle of 6.95º 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 #C53421 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 33 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.23 |
| HSL | 6.95º | 0.71% | 0.45% | - |
| HSV(B) | 6.95º | 0.83% | 0.77% | - |
| XYZ | 24.53 | 14.44 | 2.93 | - |
| YUV | 93.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 33 | 0 | 0.74 | 0.83 | 0.23 | 6.95 | 0.71 | 0.45 |
| Hex | C5 | 34 | 21 | 0 | 4A | 53 | 17 | 7 | 47 | 2D |
| Octal | 305 | 64 | 41 | 0 | 112 | 123 | 27 | 7 | 107 | 55 |
| Binary | 11000101 | 110100 | 100001 | 0 | 1001010 | 1010011 | 10111 | 111 | 1000111 | 101101 |
Color Harmonies of #C53421
Complementary color
Monochromatic Colors of #C53421
Black with #C53421
Text Example
Text Example
White with #C53421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53421; }
p { color: rgb(197,52,33); }
H1.HeaderClassName
{
color: #C53421;
}
.AnyTagClassName
{
color: #C53421;
}
</style>
background-color css
<style>
a { background-color: #C53421; }
a { background-color: rgb(197,52,33); }
div.DivClassName
{
background-color: #C53421;
}
.BgClassName
{
background-color: #C53421;
}
</style>
border-color css
<style>
span { border-color: #C53421; }
span { border-color: rgb(197,52,33); }
td.TdClassName
{
border-color: #C53421;
}
.TagClassName
{
border-color: #C53421;
}
</style>