Html Css Color HEX #C53212 Harley Davidson Orange
📋 copy color: '#C53212'red 197 ◦ green 50 ◦ blue 18
Shades of Harley Davidson Orange #C53212
Tints of Harley Davidson Orange #C53212
RGB
CMYK
RGB Variations
Color information
#C53212 (or 0xC53212) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 12. RGB value is (197,50,18). Sum of RGB (Red+Green+Blue) = 197+50+18=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C53212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53212 is #3ACDED. Grayscale: #5A5A5A. Windows color (decimal): -3853806 or 1192645. OLE color: 1192645.
HSL color Cylindrical-coordinate representation of color #C53212: hue angle of 10.73º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C53212 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 50 | 18 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.23 |
| HSL | 10.73º | 0.83% | 0.42% | - |
| HSV(B) | 10.73º | 0.91% | 0.77% | - |
| XYZ | 24.28 | 14.2 | 2.03 | - |
| YUV | 90.31 | 87.2 | 204.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 50 | 18 | 0 | 0.75 | 0.91 | 0.23 | 10.73 | 0.83 | 0.42 |
| Hex | C5 | 32 | 12 | 0 | 4B | 5B | 17 | B | 53 | 2A |
| Octal | 305 | 62 | 22 | 0 | 113 | 133 | 27 | 13 | 123 | 52 |
| Binary | 11000101 | 110010 | 10010 | 0 | 1001011 | 1011011 | 10111 | 1011 | 1010011 | 101010 |
Color Harmonies of #C53212
Complementary color
Monochromatic Colors of #C53212
Black with #C53212
Text Example
Text Example
White with #C53212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53212; }
p { color: rgb(197,50,18); }
H1.HeaderClassName
{
color: #C53212;
}
.AnyTagClassName
{
color: #C53212;
}
</style>
background-color css
<style>
a { background-color: #C53212; }
a { background-color: rgb(197,50,18); }
div.DivClassName
{
background-color: #C53212;
}
.BgClassName
{
background-color: #C53212;
}
</style>
border-color css
<style>
span { border-color: #C53212; }
span { border-color: rgb(197,50,18); }
td.TdClassName
{
border-color: #C53212;
}
.TagClassName
{
border-color: #C53212;
}
</style>