Html Css Color HEX #C52312 Harley Davidson Orange
📋 copy color: '#C52312'red 197 ◦ green 35 ◦ blue 18
Shades of Harley Davidson Orange #C52312
Tints of Harley Davidson Orange #C52312
RGB
CMYK
RGB Variations
Color information
#C52312 (or 0xC52312) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 12. RGB value is (197,35,18). Sum of RGB (Red+Green+Blue) = 197+35+18=250 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.8% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 197 - color contains mainly: red. Hex color #C52312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52312 is #3ADCED. Grayscale: #515151. Windows color (decimal): -3857646 or 1188805. OLE color: 1188805.
HSL color Cylindrical-coordinate representation of color #C52312: hue angle of 5.7º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C52312 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 35 | 18 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.23 |
| HSL | 5.7º | 0.83% | 0.42% | - |
| HSV(B) | 5.7º | 0.91% | 0.77% | - |
| XYZ | 23.74 | 13.12 | 1.85 | - |
| YUV | 81.5 | 92.17 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 35 | 18 | 0 | 0.82 | 0.91 | 0.23 | 5.7 | 0.83 | 0.42 |
| Hex | C5 | 23 | 12 | 0 | 52 | 5B | 17 | 6 | 53 | 2A |
| Octal | 305 | 43 | 22 | 0 | 122 | 133 | 27 | 6 | 123 | 52 |
| Binary | 11000101 | 100011 | 10010 | 0 | 1010010 | 1011011 | 10111 | 110 | 1010011 | 101010 |
Color Harmonies of #C52312
Complementary color
Monochromatic Colors of #C52312
Black with #C52312
Text Example
Text Example
White with #C52312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52312; }
p { color: rgb(197,35,18); }
H1.HeaderClassName
{
color: #C52312;
}
.AnyTagClassName
{
color: #C52312;
}
</style>
background-color css
<style>
a { background-color: #C52312; }
a { background-color: rgb(197,35,18); }
div.DivClassName
{
background-color: #C52312;
}
.BgClassName
{
background-color: #C52312;
}
</style>
border-color css
<style>
span { border-color: #C52312; }
span { border-color: rgb(197,35,18); }
td.TdClassName
{
border-color: #C52312;
}
.TagClassName
{
border-color: #C52312;
}
</style>