Html Css Color HEX #C31D0F Harley Davidson Orange
📋 copy color: '#C31D0F'red 195 ◦ green 29 ◦ blue 15
Shades of Harley Davidson Orange #C31D0F
Tints of Harley Davidson Orange #C31D0F
RGB
CMYK
RGB Variations
Color information
#C31D0F (or 0xC31D0F) is known color: Harley Davidson Orange. HEX triplet: C3, 1D and 0F. RGB value is (195,29,15). Sum of RGB (Red+Green+Blue) = 195+29+15=239 (31% of max value = 765). Red value is 195 (76.56% from 255 or 81.59% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31D0F is #3CE2F0. Grayscale: #4D4D4D. Windows color (decimal): -3990257 or 990659. OLE color: 990659.
HSL color Cylindrical-coordinate representation of color #C31D0F: hue angle of 4.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C31D0F is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 15 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.24 |
| HSL | 4.67º | 0.86% | 0.41% | - |
| HSV(B) | 4.67º | 0.92% | 0.76% | - |
| XYZ | 23.03 | 12.52 | 1.65 | - |
| YUV | 77.04 | 93 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 15 | 0 | 0.85 | 0.92 | 0.24 | 4.67 | 0.86 | 0.41 |
| Hex | C3 | 1D | F | 0 | 55 | 5C | 18 | 5 | 56 | 29 |
| Octal | 303 | 35 | 17 | 0 | 125 | 134 | 30 | 5 | 126 | 51 |
| Binary | 11000011 | 11101 | 1111 | 0 | 1010101 | 1011100 | 11000 | 101 | 1010110 | 101001 |
Color Harmonies of #C31D0F
Complementary color
Monochromatic Colors of #C31D0F
Black with #C31D0F
Text Example
Text Example
White with #C31D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D0F; }
p { color: rgb(195,29,15); }
H1.HeaderClassName
{
color: #C31D0F;
}
.AnyTagClassName
{
color: #C31D0F;
}
</style>
background-color css
<style>
a { background-color: #C31D0F; }
a { background-color: rgb(195,29,15); }
div.DivClassName
{
background-color: #C31D0F;
}
.BgClassName
{
background-color: #C31D0F;
}
</style>
border-color css
<style>
span { border-color: #C31D0F; }
span { border-color: rgb(195,29,15); }
td.TdClassName
{
border-color: #C31D0F;
}
.TagClassName
{
border-color: #C31D0F;
}
</style>