Html Css Color HEX #C52306 Harley Davidson Orange
📋 copy color: '#C52306'red 197 ◦ green 35 ◦ blue 6
Shades of Harley Davidson Orange #C52306
Tints of Harley Davidson Orange #C52306
RGB
CMYK
RGB Variations
Color information
#C52306 (or 0xC52306) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 06. RGB value is (197,35,6). Sum of RGB (Red+Green+Blue) = 197+35+6=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C52306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52306 is #3ADCF9. Grayscale: #505050. Windows color (decimal): -3857658 or 402373. OLE color: 402373.
HSL color Cylindrical-coordinate representation of color #C52306: hue angle of 9.11º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C52306 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 6 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.23 |
| HSL | 9.11º | 0.94% | 0.4% | - |
| HSV(B) | 9.11º | 0.97% | 0.77% | - |
| XYZ | 23.66 | 13.09 | 1.45 | - |
| YUV | 80.13 | 86.17 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 6 | 0 | 0.82 | 0.97 | 0.23 | 9.11 | 0.94 | 0.4 |
| Hex | C5 | 23 | 6 | 0 | 52 | 61 | 17 | 9 | 5E | 28 |
| Octal | 305 | 43 | 6 | 0 | 122 | 141 | 27 | 11 | 136 | 50 |
| Binary | 11000101 | 100011 | 110 | 0 | 1010010 | 1100001 | 10111 | 1001 | 1011110 | 101000 |
Color Harmonies of #C52306
Complementary color
Monochromatic Colors of #C52306
Black with #C52306
Text Example
Text Example
White with #C52306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52306; }
p { color: rgb(197,35,6); }
H1.HeaderClassName
{
color: #C52306;
}
.AnyTagClassName
{
color: #C52306;
}
</style>
background-color css
<style>
a { background-color: #C52306; }
a { background-color: rgb(197,35,6); }
div.DivClassName
{
background-color: #C52306;
}
.BgClassName
{
background-color: #C52306;
}
</style>
border-color css
<style>
span { border-color: #C52306; }
span { border-color: rgb(197,35,6); }
td.TdClassName
{
border-color: #C52306;
}
.TagClassName
{
border-color: #C52306;
}
</style>