Html Css Color HEX #C52300 Harley Davidson Orange
📋 copy color: '#C52300'red 197 ◦ green 35 ◦ blue 0
Shades of Harley Davidson Orange #C52300
Tints of Harley Davidson Orange #C52300
RGB
CMYK
RGB Variations
Color information
#C52300 (or 0xC52300) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 00. RGB value is (197,35,0). Sum of RGB (Red+Green+Blue) = 197+35+0=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C52300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52300 is #3ADCFF. Grayscale: #4F4F4F. Windows color (decimal): -3857664 or 9157. OLE color: 9157.
HSL color Cylindrical-coordinate representation of color #C52300: hue angle of 10.66º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C52300 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.23 |
| HSL | 10.66º | 1% | 0.39% | - |
| HSV(B) | 10.66º | 1% | 0.77% | - |
| XYZ | 23.63 | 13.07 | 1.28 | - |
| YUV | 79.45 | 83.17 | 211.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 0 | 0 | 0.82 | 1 | 0.23 | 10.66 | 1 | 0.39 |
| Hex | C5 | 23 | 0 | 0 | 52 | 64 | 17 | B | 64 | 27 |
| Octal | 305 | 43 | 0 | 0 | 122 | 144 | 27 | 13 | 144 | 47 |
| Binary | 11000101 | 100011 | 0 | 0 | 1010010 | 1100100 | 10111 | 1011 | 1100100 | 100111 |
Color Harmonies of #C52300
Complementary color
Monochromatic Colors of #C52300
Black with #C52300
Text Example
Text Example
White with #C52300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52300; }
p { color: rgb(197,35,0); }
H1.HeaderClassName
{
color: #C52300;
}
.AnyTagClassName
{
color: #C52300;
}
</style>
background-color css
<style>
a { background-color: #C52300; }
a { background-color: rgb(197,35,0); }
div.DivClassName
{
background-color: #C52300;
}
.BgClassName
{
background-color: #C52300;
}
</style>
border-color css
<style>
span { border-color: #C52300; }
span { border-color: rgb(197,35,0); }
td.TdClassName
{
border-color: #C52300;
}
.TagClassName
{
border-color: #C52300;
}
</style>