Html Css Color HEX #C32E0E Harley Davidson Orange
📋 copy color: '#C32E0E'red 195 ◦ green 46 ◦ blue 14
Shades of Harley Davidson Orange #C32E0E
Tints of Harley Davidson Orange #C32E0E
RGB
CMYK
RGB Variations
Color information
#C32E0E (or 0xC32E0E) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 0E. RGB value is (195,46,14). Sum of RGB (Red+Green+Blue) = 195+46+14=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32E0E is #3CD1F1. Grayscale: #575757. Windows color (decimal): -3985906 or 929475. OLE color: 929475.
HSL color Cylindrical-coordinate representation of color #C32E0E: hue angle of 10.61º degrees, saturation: 0.87, 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 #C32E0E is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 14 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.24 |
| HSL | 10.61º | 0.87% | 0.41% | - |
| HSV(B) | 10.61º | 0.93% | 0.76% | - |
| XYZ | 23.56 | 13.59 | 1.8 | - |
| YUV | 86.9 | 86.86 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 14 | 0 | 0.76 | 0.93 | 0.24 | 10.61 | 0.87 | 0.41 |
| Hex | C3 | 2E | E | 0 | 4C | 5D | 18 | B | 57 | 29 |
| Octal | 303 | 56 | 16 | 0 | 114 | 135 | 30 | 13 | 127 | 51 |
| Binary | 11000011 | 101110 | 1110 | 0 | 1001100 | 1011101 | 11000 | 1011 | 1010111 | 101001 |
Color Harmonies of #C32E0E
Complementary color
Monochromatic Colors of #C32E0E
Black with #C32E0E
Text Example
Text Example
White with #C32E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E0E; }
p { color: rgb(195,46,14); }
H1.HeaderClassName
{
color: #C32E0E;
}
.AnyTagClassName
{
color: #C32E0E;
}
</style>
background-color css
<style>
a { background-color: #C32E0E; }
a { background-color: rgb(195,46,14); }
div.DivClassName
{
background-color: #C32E0E;
}
.BgClassName
{
background-color: #C32E0E;
}
</style>
border-color css
<style>
span { border-color: #C32E0E; }
span { border-color: rgb(195,46,14); }
td.TdClassName
{
border-color: #C32E0E;
}
.TagClassName
{
border-color: #C32E0E;
}
</style>