Html Css Color HEX #C31E10 Harley Davidson Orange
📋 copy color: '#C31E10'red 195 ◦ green 30 ◦ blue 16
Shades of Harley Davidson Orange #C31E10
Tints of Harley Davidson Orange #C31E10
RGB
CMYK
RGB Variations
Color information
#C31E10 (or 0xC31E10) is known color: Harley Davidson Orange. HEX triplet: C3, 1E and 10. RGB value is (195,30,16). Sum of RGB (Red+Green+Blue) = 195+30+16=241 (31% of max value = 765). Red value is 195 (76.56% from 255 or 80.91% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 195 - color contains mainly: red. Hex color #C31E10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C31E10 is #3CE1EF. Grayscale: #4D4D4D. Windows color (decimal): -3990000 or 1056451. OLE color: 1056451.
HSL color Cylindrical-coordinate representation of color #C31E10: hue angle of 4.69º degrees, saturation: 0.85, 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 #C31E10 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 30 | 16 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.24 |
| HSL | 4.69º | 0.85% | 0.41% | - |
| HSV(B) | 4.69º | 0.92% | 0.76% | - |
| XYZ | 23.06 | 12.57 | 1.7 | - |
| YUV | 77.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 30 | 16 | 0 | 0.85 | 0.92 | 0.24 | 4.69 | 0.85 | 0.41 |
| Hex | C3 | 1E | 10 | 0 | 55 | 5C | 18 | 5 | 55 | 29 |
| Octal | 303 | 36 | 20 | 0 | 125 | 134 | 30 | 5 | 125 | 51 |
| Binary | 11000011 | 11110 | 10000 | 0 | 1010101 | 1011100 | 11000 | 101 | 1010101 | 101001 |
Color Harmonies of #C31E10
Complementary color
Monochromatic Colors of #C31E10
Black with #C31E10
Text Example
Text Example
White with #C31E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31E10; }
p { color: rgb(195,30,16); }
H1.HeaderClassName
{
color: #C31E10;
}
.AnyTagClassName
{
color: #C31E10;
}
</style>
background-color css
<style>
a { background-color: #C31E10; }
a { background-color: rgb(195,30,16); }
div.DivClassName
{
background-color: #C31E10;
}
.BgClassName
{
background-color: #C31E10;
}
</style>
border-color css
<style>
span { border-color: #C31E10; }
span { border-color: rgb(195,30,16); }
td.TdClassName
{
border-color: #C31E10;
}
.TagClassName
{
border-color: #C31E10;
}
</style>