Html Css Color HEX #C31C0D Harley Davidson Orange
📋 copy color: '#C31C0D'red 195 ◦ green 28 ◦ blue 13
Shades of Harley Davidson Orange #C31C0D
Tints of Harley Davidson Orange #C31C0D
RGB
CMYK
RGB Variations
Color information
#C31C0D (or 0xC31C0D) is known color: Harley Davidson Orange. HEX triplet: C3, 1C and 0D. RGB value is (195,28,13). Sum of RGB (Red+Green+Blue) = 195+28+13=236 (31% of max value = 765). Red value is 195 (76.56% from 255 or 82.63% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 195 - color contains mainly: red. Hex color #C31C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31C0D is #3CE3F2. Grayscale: #4C4C4C. Windows color (decimal): -3990515 or 859331. OLE color: 859331.
HSL color Cylindrical-coordinate representation of color #C31C0D: hue angle of 4.95º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C31C0D is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 28 | 13 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.24 |
| HSL | 4.95º | 0.88% | 0.41% | - |
| HSV(B) | 4.95º | 0.93% | 0.76% | - |
| XYZ | 22.99 | 12.46 | 1.57 | - |
| YUV | 76.22 | 92.33 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 28 | 13 | 0 | 0.86 | 0.93 | 0.24 | 4.95 | 0.88 | 0.41 |
| Hex | C3 | 1C | D | 0 | 56 | 5D | 18 | 5 | 58 | 29 |
| Octal | 303 | 34 | 15 | 0 | 126 | 135 | 30 | 5 | 130 | 51 |
| Binary | 11000011 | 11100 | 1101 | 0 | 1010110 | 1011101 | 11000 | 101 | 1011000 | 101001 |
Color Harmonies of #C31C0D
Complementary color
Monochromatic Colors of #C31C0D
Black with #C31C0D
Text Example
Text Example
White with #C31C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31C0D; }
p { color: rgb(195,28,13); }
H1.HeaderClassName
{
color: #C31C0D;
}
.AnyTagClassName
{
color: #C31C0D;
}
</style>
background-color css
<style>
a { background-color: #C31C0D; }
a { background-color: rgb(195,28,13); }
div.DivClassName
{
background-color: #C31C0D;
}
.BgClassName
{
background-color: #C31C0D;
}
</style>
border-color css
<style>
span { border-color: #C31C0D; }
span { border-color: rgb(195,28,13); }
td.TdClassName
{
border-color: #C31C0D;
}
.TagClassName
{
border-color: #C31C0D;
}
</style>