Html Css Color HEX #C53D1D Harley Davidson Orange
📋 copy color: '#C53D1D'red 197 ◦ green 61 ◦ blue 29
Shades of Harley Davidson Orange #C53D1D
Tints of Harley Davidson Orange #C53D1D
RGB
CMYK
RGB Variations
Color information
#C53D1D (or 0xC53D1D) is known color: Harley Davidson Orange. HEX triplet: C5, 3D and 1D. RGB value is (197,61,29). Sum of RGB (Red+Green+Blue) = 197+61+29=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53D1D is #3AC2E2. Grayscale: #626262. Windows color (decimal): -3850979 or 1916357. OLE color: 1916357.
HSL color Cylindrical-coordinate representation of color #C53D1D: hue angle of 11.43º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C53D1D is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 61 | 29 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.23 |
| HSL | 11.43º | 0.74% | 0.44% | - |
| HSV(B) | 11.43º | 0.85% | 0.77% | - |
| XYZ | 24.92 | 15.3 | 2.8 | - |
| YUV | 98.02 | 89.06 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 61 | 29 | 0 | 0.69 | 0.85 | 0.23 | 11.43 | 0.74 | 0.44 |
| Hex | C5 | 3D | 1D | 0 | 45 | 55 | 17 | B | 4A | 2C |
| Octal | 305 | 75 | 35 | 0 | 105 | 125 | 27 | 13 | 112 | 54 |
| Binary | 11000101 | 111101 | 11101 | 0 | 1000101 | 1010101 | 10111 | 1011 | 1001010 | 101100 |
Color Harmonies of #C53D1D
Complementary color
Monochromatic Colors of #C53D1D
Black with #C53D1D
Text Example
Text Example
White with #C53D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53D1D; }
p { color: rgb(197,61,29); }
H1.HeaderClassName
{
color: #C53D1D;
}
.AnyTagClassName
{
color: #C53D1D;
}
</style>
background-color css
<style>
a { background-color: #C53D1D; }
a { background-color: rgb(197,61,29); }
div.DivClassName
{
background-color: #C53D1D;
}
.BgClassName
{
background-color: #C53D1D;
}
</style>
border-color css
<style>
span { border-color: #C53D1D; }
span { border-color: rgb(197,61,29); }
td.TdClassName
{
border-color: #C53D1D;
}
.TagClassName
{
border-color: #C53D1D;
}
</style>