Html Css Color HEX #C53C1C Harley Davidson Orange
📋 copy color: '#C53C1C'red 197 ◦ green 60 ◦ blue 28
Shades of Harley Davidson Orange #C53C1C
Tints of Harley Davidson Orange #C53C1C
RGB
CMYK
RGB Variations
Color information
#C53C1C (or 0xC53C1C) is known color: Harley Davidson Orange. HEX triplet: C5, 3C and 1C. RGB value is (197,60,28). Sum of RGB (Red+Green+Blue) = 197+60+28=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C1C is #3AC3E3. Grayscale: #616161. Windows color (decimal): -3851236 or 1850565. OLE color: 1850565.
HSL color Cylindrical-coordinate representation of color #C53C1C: hue angle of 11.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C53C1C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 28 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.23 |
| HSL | 11.36º | 0.75% | 0.44% | - |
| HSV(B) | 11.36º | 0.86% | 0.77% | - |
| XYZ | 24.85 | 15.19 | 2.72 | - |
| YUV | 97.32 | 88.89 | 199.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 28 | 0 | 0.70 | 0.86 | 0.23 | 11.36 | 0.75 | 0.44 |
| Hex | C5 | 3C | 1C | 0 | 46 | 56 | 17 | B | 4B | 2C |
| Octal | 305 | 74 | 34 | 0 | 106 | 126 | 27 | 13 | 113 | 54 |
| Binary | 11000101 | 111100 | 11100 | 0 | 1000110 | 1010110 | 10111 | 1011 | 1001011 | 101100 |
Color Harmonies of #C53C1C
Complementary color
Monochromatic Colors of #C53C1C
Black with #C53C1C
Text Example
Text Example
White with #C53C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C1C; }
p { color: rgb(197,60,28); }
H1.HeaderClassName
{
color: #C53C1C;
}
.AnyTagClassName
{
color: #C53C1C;
}
</style>
background-color css
<style>
a { background-color: #C53C1C; }
a { background-color: rgb(197,60,28); }
div.DivClassName
{
background-color: #C53C1C;
}
.BgClassName
{
background-color: #C53C1C;
}
</style>
border-color css
<style>
span { border-color: #C53C1C; }
span { border-color: rgb(197,60,28); }
td.TdClassName
{
border-color: #C53C1C;
}
.TagClassName
{
border-color: #C53C1C;
}
</style>