Html Css Color HEX #C53412 Harley Davidson Orange
📋 copy color: '#C53412'red 197 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #C53412
Tints of Harley Davidson Orange #C53412
RGB
CMYK
RGB Variations
Color information
#C53412 (or 0xC53412) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 12. RGB value is (197,52,18). Sum of RGB (Red+Green+Blue) = 197+52+18=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C53412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53412 is #3ACBED. Grayscale: #5B5B5B. Windows color (decimal): -3853294 or 1193157. OLE color: 1193157.
HSL color Cylindrical-coordinate representation of color #C53412: hue angle of 11.4º 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 #C53412 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.23 |
| HSL | 11.4º | 0.83% | 0.42% | - |
| HSV(B) | 11.4º | 0.91% | 0.77% | - |
| XYZ | 24.36 | 14.37 | 2.06 | - |
| YUV | 91.48 | 86.54 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 18 | 0 | 0.74 | 0.91 | 0.23 | 11.4 | 0.83 | 0.42 |
| Hex | C5 | 34 | 12 | 0 | 4A | 5B | 17 | B | 53 | 2A |
| Octal | 305 | 64 | 22 | 0 | 112 | 133 | 27 | 13 | 123 | 52 |
| Binary | 11000101 | 110100 | 10010 | 0 | 1001010 | 1011011 | 10111 | 1011 | 1010011 | 101010 |
Color Harmonies of #C53412
Complementary color
Monochromatic Colors of #C53412
Black with #C53412
Text Example
Text Example
White with #C53412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53412; }
p { color: rgb(197,52,18); }
H1.HeaderClassName
{
color: #C53412;
}
.AnyTagClassName
{
color: #C53412;
}
</style>
background-color css
<style>
a { background-color: #C53412; }
a { background-color: rgb(197,52,18); }
div.DivClassName
{
background-color: #C53412;
}
.BgClassName
{
background-color: #C53412;
}
</style>
border-color css
<style>
span { border-color: #C53412; }
span { border-color: rgb(197,52,18); }
td.TdClassName
{
border-color: #C53412;
}
.TagClassName
{
border-color: #C53412;
}
</style>