Html Css Color HEX #C5230D Harley Davidson Orange
📋 copy color: '#C5230D'red 197 ◦ green 35 ◦ blue 13
Shades of Harley Davidson Orange #C5230D
Tints of Harley Davidson Orange #C5230D
RGB
CMYK
RGB Variations
Color information
#C5230D (or 0xC5230D) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 0D. RGB value is (197,35,13). Sum of RGB (Red+Green+Blue) = 197+35+13=245 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.41% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 197 - color contains mainly: red. Hex color #C5230D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5230D is #3ADCF2. Grayscale: #515151. Windows color (decimal): -3857651 or 861125. OLE color: 861125.
HSL color Cylindrical-coordinate representation of color #C5230D: hue angle of 7.17º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5230D is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 13 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.23 |
| HSL | 7.17º | 0.88% | 0.41% | - |
| HSV(B) | 7.17º | 0.93% | 0.77% | - |
| XYZ | 23.7 | 13.1 | 1.66 | - |
| YUV | 80.93 | 89.67 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 13 | 0 | 0.82 | 0.93 | 0.23 | 7.17 | 0.88 | 0.41 |
| Hex | C5 | 23 | D | 0 | 52 | 5D | 17 | 7 | 58 | 29 |
| Octal | 305 | 43 | 15 | 0 | 122 | 135 | 27 | 7 | 130 | 51 |
| Binary | 11000101 | 100011 | 1101 | 0 | 1010010 | 1011101 | 10111 | 111 | 1011000 | 101001 |
Color Harmonies of #C5230D
Complementary color
Monochromatic Colors of #C5230D
Black with #C5230D
Text Example
Text Example
White with #C5230D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5230D; }
p { color: rgb(197,35,13); }
H1.HeaderClassName
{
color: #C5230D;
}
.AnyTagClassName
{
color: #C5230D;
}
</style>
background-color css
<style>
a { background-color: #C5230D; }
a { background-color: rgb(197,35,13); }
div.DivClassName
{
background-color: #C5230D;
}
.BgClassName
{
background-color: #C5230D;
}
</style>
border-color css
<style>
span { border-color: #C5230D; }
span { border-color: rgb(197,35,13); }
td.TdClassName
{
border-color: #C5230D;
}
.TagClassName
{
border-color: #C5230D;
}
</style>