Html Css Color HEX #C53F12 Harley Davidson Orange
📋 copy color: '#C53F12'red 197 ◦ green 63 ◦ blue 18
Shades of Harley Davidson Orange #C53F12
Tints of Harley Davidson Orange #C53F12
RGB
CMYK
RGB Variations
Color information
#C53F12 (or 0xC53F12) is known color: Harley Davidson Orange. HEX triplet: C5, 3F and 12. RGB value is (197,63,18). Sum of RGB (Red+Green+Blue) = 197+63+18=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53F12 is #3AC0ED. Grayscale: #626262. Windows color (decimal): -3850478 or 1195973. OLE color: 1195973.
HSL color Cylindrical-coordinate representation of color #C53F12: hue angle of 15.08º 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 #C53F12 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 18 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.23 |
| HSL | 15.08º | 0.83% | 0.42% | - |
| HSV(B) | 15.08º | 0.91% | 0.77% | - |
| XYZ | 24.91 | 15.47 | 2.25 | - |
| YUV | 97.94 | 82.89 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 18 | 0 | 0.68 | 0.91 | 0.23 | 15.08 | 0.83 | 0.42 |
| Hex | C5 | 3F | 12 | 0 | 44 | 5B | 17 | F | 53 | 2A |
| Octal | 305 | 77 | 22 | 0 | 104 | 133 | 27 | 17 | 123 | 52 |
| Binary | 11000101 | 111111 | 10010 | 0 | 1000100 | 1011011 | 10111 | 1111 | 1010011 | 101010 |
Color Harmonies of #C53F12
Complementary color
Monochromatic Colors of #C53F12
Black with #C53F12
Text Example
Text Example
White with #C53F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F12; }
p { color: rgb(197,63,18); }
H1.HeaderClassName
{
color: #C53F12;
}
.AnyTagClassName
{
color: #C53F12;
}
</style>
background-color css
<style>
a { background-color: #C53F12; }
a { background-color: rgb(197,63,18); }
div.DivClassName
{
background-color: #C53F12;
}
.BgClassName
{
background-color: #C53F12;
}
</style>
border-color css
<style>
span { border-color: #C53F12; }
span { border-color: rgb(197,63,18); }
td.TdClassName
{
border-color: #C53F12;
}
.TagClassName
{
border-color: #C53F12;
}
</style>