Html Css Color HEX #C53823 Harley Davidson Orange
📋 copy color: '#C53823'red 197 ◦ green 56 ◦ blue 35
Shades of Harley Davidson Orange #C53823
Tints of Harley Davidson Orange #C53823
RGB
CMYK
RGB Variations
Color information
#C53823 (or 0xC53823) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 23. RGB value is (197,56,35). Sum of RGB (Red+Green+Blue) = 197+56+35=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C53823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53823 is #3AC7DC. Grayscale: #5F5F5F. Windows color (decimal): -3852253 or 2308293. OLE color: 2308293.
HSL color Cylindrical-coordinate representation of color #C53823: hue angle of 7.78º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C53823 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 35 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.23 |
| HSL | 7.78º | 0.7% | 0.45% | - |
| HSV(B) | 7.78º | 0.82% | 0.77% | - |
| XYZ | 24.74 | 14.82 | 3.15 | - |
| YUV | 95.77 | 93.71 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 35 | 0 | 0.72 | 0.82 | 0.23 | 7.78 | 0.7 | 0.45 |
| Hex | C5 | 38 | 23 | 0 | 48 | 52 | 17 | 8 | 46 | 2D |
| Octal | 305 | 70 | 43 | 0 | 110 | 122 | 27 | 10 | 106 | 55 |
| Binary | 11000101 | 111000 | 100011 | 0 | 1001000 | 1010010 | 10111 | 1000 | 1000110 | 101101 |
Color Harmonies of #C53823
Complementary color
Monochromatic Colors of #C53823
Black with #C53823
Text Example
Text Example
White with #C53823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53823; }
p { color: rgb(197,56,35); }
H1.HeaderClassName
{
color: #C53823;
}
.AnyTagClassName
{
color: #C53823;
}
</style>
background-color css
<style>
a { background-color: #C53823; }
a { background-color: rgb(197,56,35); }
div.DivClassName
{
background-color: #C53823;
}
.BgClassName
{
background-color: #C53823;
}
</style>
border-color css
<style>
span { border-color: #C53823; }
span { border-color: rgb(197,56,35); }
td.TdClassName
{
border-color: #C53823;
}
.TagClassName
{
border-color: #C53823;
}
</style>