Html Css Color HEX #C53313 Harley Davidson Orange
📋 copy color: '#C53313'red 197 ◦ green 51 ◦ blue 19
Shades of Harley Davidson Orange #C53313
Tints of Harley Davidson Orange #C53313
RGB
CMYK
RGB Variations
Color information
#C53313 (or 0xC53313) is known color: Harley Davidson Orange. HEX triplet: C5, 33 and 13. RGB value is (197,51,19). Sum of RGB (Red+Green+Blue) = 197+51+19=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C53313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53313 is #3ACCEC. Grayscale: #5B5B5B. Windows color (decimal): -3853549 or 1258437. OLE color: 1258437.
HSL color Cylindrical-coordinate representation of color #C53313: hue angle of 10.79º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C53313 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 51 | 19 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.23 |
| HSL | 10.79º | 0.82% | 0.42% | - |
| HSV(B) | 10.79º | 0.9% | 0.77% | - |
| XYZ | 24.33 | 14.28 | 2.09 | - |
| YUV | 91.01 | 87.37 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 51 | 19 | 0 | 0.74 | 0.90 | 0.23 | 10.79 | 0.82 | 0.42 |
| Hex | C5 | 33 | 13 | 0 | 4A | 5A | 17 | B | 52 | 2A |
| Octal | 305 | 63 | 23 | 0 | 112 | 132 | 27 | 13 | 122 | 52 |
| Binary | 11000101 | 110011 | 10011 | 0 | 1001010 | 1011010 | 10111 | 1011 | 1010010 | 101010 |
Color Harmonies of #C53313
Complementary color
Monochromatic Colors of #C53313
Black with #C53313
Text Example
Text Example
White with #C53313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53313; }
p { color: rgb(197,51,19); }
H1.HeaderClassName
{
color: #C53313;
}
.AnyTagClassName
{
color: #C53313;
}
</style>
background-color css
<style>
a { background-color: #C53313; }
a { background-color: rgb(197,51,19); }
div.DivClassName
{
background-color: #C53313;
}
.BgClassName
{
background-color: #C53313;
}
</style>
border-color css
<style>
span { border-color: #C53313; }
span { border-color: rgb(197,51,19); }
td.TdClassName
{
border-color: #C53313;
}
.TagClassName
{
border-color: #C53313;
}
</style>