Html Css Color HEX #C5230B Harley Davidson Orange
📋 copy color: '#C5230B'red 197 ◦ green 35 ◦ blue 11
Shades of Harley Davidson Orange #C5230B
Tints of Harley Davidson Orange #C5230B
RGB
CMYK
RGB Variations
Color information
#C5230B (or 0xC5230B) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 0B. RGB value is (197,35,11). Sum of RGB (Red+Green+Blue) = 197+35+11=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 11 (4.69% from 255 or 4.53% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5230B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5230B is #3ADCF4. Grayscale: #505050. Windows color (decimal): -3857653 or 730053. OLE color: 730053.
HSL color Cylindrical-coordinate representation of color #C5230B: hue angle of 7.74º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5230B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.23 |
| HSL | 7.74º | 0.89% | 0.41% | - |
| HSV(B) | 7.74º | 0.94% | 0.77% | - |
| XYZ | 23.69 | 13.1 | 1.6 | - |
| YUV | 80.7 | 88.67 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 11 | 0 | 0.82 | 0.94 | 0.23 | 7.74 | 0.89 | 0.41 |
| Hex | C5 | 23 | B | 0 | 52 | 5E | 17 | 8 | 59 | 29 |
| Octal | 305 | 43 | 13 | 0 | 122 | 136 | 27 | 10 | 131 | 51 |
| Binary | 11000101 | 100011 | 1011 | 0 | 1010010 | 1011110 | 10111 | 1000 | 1011001 | 101001 |
Color Harmonies of #C5230B
Complementary color
Monochromatic Colors of #C5230B
Black with #C5230B
Text Example
Text Example
White with #C5230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5230B; }
p { color: rgb(197,35,11); }
H1.HeaderClassName
{
color: #C5230B;
}
.AnyTagClassName
{
color: #C5230B;
}
</style>
background-color css
<style>
a { background-color: #C5230B; }
a { background-color: rgb(197,35,11); }
div.DivClassName
{
background-color: #C5230B;
}
.BgClassName
{
background-color: #C5230B;
}
</style>
border-color css
<style>
span { border-color: #C5230B; }
span { border-color: rgb(197,35,11); }
td.TdClassName
{
border-color: #C5230B;
}
.TagClassName
{
border-color: #C5230B;
}
</style>