Html Css Color HEX #C53F1F Harley Davidson Orange
📋 copy color: '#C53F1F'red 197 ◦ green 63 ◦ blue 31
Shades of Harley Davidson Orange #C53F1F
Tints of Harley Davidson Orange #C53F1F
RGB
CMYK
RGB Variations
Color information
#C53F1F (or 0xC53F1F) is known color: Harley Davidson Orange. HEX triplet: C5, 3F and 1F. RGB value is (197,63,31). Sum of RGB (Red+Green+Blue) = 197+63+31=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F1F is #3AC0E0. Grayscale: #636363. Windows color (decimal): -3850465 or 2047941. OLE color: 2047941.
HSL color Cylindrical-coordinate representation of color #C53F1F: hue angle of 11.57º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C53F1F is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 63 | 31 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.23 |
| HSL | 11.57º | 0.73% | 0.45% | - |
| HSV(B) | 11.57º | 0.84% | 0.77% | - |
| XYZ | 25.05 | 15.52 | 2.97 | - |
| YUV | 99.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 63 | 31 | 0 | 0.68 | 0.84 | 0.23 | 11.57 | 0.73 | 0.45 |
| Hex | C5 | 3F | 1F | 0 | 44 | 54 | 17 | C | 49 | 2D |
| Octal | 305 | 77 | 37 | 0 | 104 | 124 | 27 | 14 | 111 | 55 |
| Binary | 11000101 | 111111 | 11111 | 0 | 1000100 | 1010100 | 10111 | 1100 | 1001001 | 101101 |
Color Harmonies of #C53F1F
Complementary color
Monochromatic Colors of #C53F1F
Black with #C53F1F
Text Example
Text Example
White with #C53F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53F1F; }
p { color: rgb(197,63,31); }
H1.HeaderClassName
{
color: #C53F1F;
}
.AnyTagClassName
{
color: #C53F1F;
}
</style>
background-color css
<style>
a { background-color: #C53F1F; }
a { background-color: rgb(197,63,31); }
div.DivClassName
{
background-color: #C53F1F;
}
.BgClassName
{
background-color: #C53F1F;
}
</style>
border-color css
<style>
span { border-color: #C53F1F; }
span { border-color: rgb(197,63,31); }
td.TdClassName
{
border-color: #C53F1F;
}
.TagClassName
{
border-color: #C53F1F;
}
</style>