Html Css Color HEX #C53812 Harley Davidson Orange
📋 copy color: '#C53812'red 197 ◦ green 56 ◦ blue 18
Shades of Harley Davidson Orange #C53812
Tints of Harley Davidson Orange #C53812
RGB
CMYK
RGB Variations
Color information
#C53812 (or 0xC53812) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 12. RGB value is (197,56,18). Sum of RGB (Red+Green+Blue) = 197+56+18=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C53812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53812 is #3AC7ED. Grayscale: #5E5E5E. Windows color (decimal): -3852270 or 1194181. OLE color: 1194181.
HSL color Cylindrical-coordinate representation of color #C53812: hue angle of 12.74º 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 #C53812 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 18 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.23 |
| HSL | 12.74º | 0.83% | 0.42% | - |
| HSV(B) | 12.74º | 0.91% | 0.77% | - |
| XYZ | 24.55 | 14.74 | 2.12 | - |
| YUV | 93.83 | 85.21 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 18 | 0 | 0.72 | 0.91 | 0.23 | 12.74 | 0.83 | 0.42 |
| Hex | C5 | 38 | 12 | 0 | 48 | 5B | 17 | D | 53 | 2A |
| Octal | 305 | 70 | 22 | 0 | 110 | 133 | 27 | 15 | 123 | 52 |
| Binary | 11000101 | 111000 | 10010 | 0 | 1001000 | 1011011 | 10111 | 1101 | 1010011 | 101010 |
Color Harmonies of #C53812
Complementary color
Monochromatic Colors of #C53812
Black with #C53812
Text Example
Text Example
White with #C53812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53812; }
p { color: rgb(197,56,18); }
H1.HeaderClassName
{
color: #C53812;
}
.AnyTagClassName
{
color: #C53812;
}
</style>
background-color css
<style>
a { background-color: #C53812; }
a { background-color: rgb(197,56,18); }
div.DivClassName
{
background-color: #C53812;
}
.BgClassName
{
background-color: #C53812;
}
</style>
border-color css
<style>
span { border-color: #C53812; }
span { border-color: rgb(197,56,18); }
td.TdClassName
{
border-color: #C53812;
}
.TagClassName
{
border-color: #C53812;
}
</style>