Html Css Color HEX #C53912 Harley Davidson Orange
📋 copy color: '#C53912'red 197 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #C53912
Tints of Harley Davidson Orange #C53912
RGB
CMYK
RGB Variations
Color information
#C53912 (or 0xC53912) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 12. RGB value is (197,57,18). Sum of RGB (Red+Green+Blue) = 197+57+18=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C53912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53912 is #3AC6ED. Grayscale: #5E5E5E. Windows color (decimal): -3852014 or 1194437. OLE color: 1194437.
HSL color Cylindrical-coordinate representation of color #C53912: hue angle of 13.07º 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 #C53912 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 18 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.23 |
| HSL | 13.07º | 0.83% | 0.42% | - |
| HSV(B) | 13.07º | 0.91% | 0.77% | - |
| XYZ | 24.6 | 14.84 | 2.14 | - |
| YUV | 94.41 | 84.88 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 18 | 0 | 0.71 | 0.91 | 0.23 | 13.07 | 0.83 | 0.42 |
| Hex | C5 | 39 | 12 | 0 | 47 | 5B | 17 | D | 53 | 2A |
| Octal | 305 | 71 | 22 | 0 | 107 | 133 | 27 | 15 | 123 | 52 |
| Binary | 11000101 | 111001 | 10010 | 0 | 1000111 | 1011011 | 10111 | 1101 | 1010011 | 101010 |
Color Harmonies of #C53912
Complementary color
Monochromatic Colors of #C53912
Black with #C53912
Text Example
Text Example
White with #C53912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53912; }
p { color: rgb(197,57,18); }
H1.HeaderClassName
{
color: #C53912;
}
.AnyTagClassName
{
color: #C53912;
}
</style>
background-color css
<style>
a { background-color: #C53912; }
a { background-color: rgb(197,57,18); }
div.DivClassName
{
background-color: #C53912;
}
.BgClassName
{
background-color: #C53912;
}
</style>
border-color css
<style>
span { border-color: #C53912; }
span { border-color: rgb(197,57,18); }
td.TdClassName
{
border-color: #C53912;
}
.TagClassName
{
border-color: #C53912;
}
</style>