Html Css Color HEX #C53D0C Harley Davidson Orange
📋 copy color: '#C53D0C'red 197 ◦ green 61 ◦ blue 12
Shades of Harley Davidson Orange #C53D0C
Tints of Harley Davidson Orange #C53D0C
RGB
CMYK
RGB Variations
Color information
#C53D0C (or 0xC53D0C) is known color: Harley Davidson Orange. HEX triplet: C5, 3D and 0C. RGB value is (197,61,12). Sum of RGB (Red+Green+Blue) = 197+61+12=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53D0C is #3AC2F3. Grayscale: #606060. Windows color (decimal): -3850996 or 802245. OLE color: 802245.
HSL color Cylindrical-coordinate representation of color #C53D0C: hue angle of 15.89º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C53D0C is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 12 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.23 |
| HSL | 15.89º | 0.89% | 0.41% | - |
| HSV(B) | 15.89º | 0.94% | 0.77% | - |
| XYZ | 24.76 | 15.23 | 1.98 | - |
| YUV | 96.08 | 80.56 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 12 | 0 | 0.69 | 0.94 | 0.23 | 15.89 | 0.89 | 0.41 |
| Hex | C5 | 3D | C | 0 | 45 | 5E | 17 | 10 | 59 | 29 |
| Octal | 305 | 75 | 14 | 0 | 105 | 136 | 27 | 20 | 131 | 51 |
| Binary | 11000101 | 111101 | 1100 | 0 | 1000101 | 1011110 | 10111 | 10000 | 1011001 | 101001 |
Color Harmonies of #C53D0C
Complementary color
Monochromatic Colors of #C53D0C
Black with #C53D0C
Text Example
Text Example
White with #C53D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D0C; }
p { color: rgb(197,61,12); }
H1.HeaderClassName
{
color: #C53D0C;
}
.AnyTagClassName
{
color: #C53D0C;
}
</style>
background-color css
<style>
a { background-color: #C53D0C; }
a { background-color: rgb(197,61,12); }
div.DivClassName
{
background-color: #C53D0C;
}
.BgClassName
{
background-color: #C53D0C;
}
</style>
border-color css
<style>
span { border-color: #C53D0C; }
span { border-color: rgb(197,61,12); }
td.TdClassName
{
border-color: #C53D0C;
}
.TagClassName
{
border-color: #C53D0C;
}
</style>