Html Css Color HEX #C31C0C Harley Davidson Orange
📋 copy color: '#C31C0C'red 195 ◦ green 28 ◦ blue 12
Shades of Harley Davidson Orange #C31C0C
Tints of Harley Davidson Orange #C31C0C
RGB
CMYK
RGB Variations
Color information
#C31C0C (or 0xC31C0C) is known color: Harley Davidson Orange. HEX triplet: C3, 1C and 0C. RGB value is (195,28,12). Sum of RGB (Red+Green+Blue) = 195+28+12=235 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.98% from 235); Green value is 28 (11.33% from 255 or 11.91% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C0C is #3CE3F3. Grayscale: #4C4C4C. Windows color (decimal): -3990516 or 793795. OLE color: 793795.
HSL color Cylindrical-coordinate representation of color #C31C0C: hue angle of 5.25º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C31C0C is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 12 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.24 |
| HSL | 5.25º | 0.88% | 0.41% | - |
| HSV(B) | 5.25º | 0.94% | 0.76% | - |
| XYZ | 22.99 | 12.46 | 1.54 | - |
| YUV | 76.11 | 91.83 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 12 | 0 | 0.86 | 0.94 | 0.24 | 5.25 | 0.88 | 0.41 |
| Hex | C3 | 1C | C | 0 | 56 | 5E | 18 | 5 | 58 | 29 |
| Octal | 303 | 34 | 14 | 0 | 126 | 136 | 30 | 5 | 130 | 51 |
| Binary | 11000011 | 11100 | 1100 | 0 | 1010110 | 1011110 | 11000 | 101 | 1011000 | 101001 |
Color Harmonies of #C31C0C
Complementary color
Monochromatic Colors of #C31C0C
Black with #C31C0C
Text Example
Text Example
White with #C31C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C0C; }
p { color: rgb(195,28,12); }
H1.HeaderClassName
{
color: #C31C0C;
}
.AnyTagClassName
{
color: #C31C0C;
}
</style>
background-color css
<style>
a { background-color: #C31C0C; }
a { background-color: rgb(195,28,12); }
div.DivClassName
{
background-color: #C31C0C;
}
.BgClassName
{
background-color: #C31C0C;
}
</style>
border-color css
<style>
span { border-color: #C31C0C; }
span { border-color: rgb(195,28,12); }
td.TdClassName
{
border-color: #C31C0C;
}
.TagClassName
{
border-color: #C31C0C;
}
</style>