Html Css Color HEX #C32E06 Harley Davidson Orange
📋 copy color: '#C32E06'red 195 ◦ green 46 ◦ blue 6
Shades of Harley Davidson Orange #C32E06
Tints of Harley Davidson Orange #C32E06
RGB
CMYK
RGB Variations
Color information
#C32E06 (or 0xC32E06) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 06. RGB value is (195,46,6). Sum of RGB (Red+Green+Blue) = 195+46+6=247 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.95% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32E06 is #3CD1F9. Grayscale: #565656. Windows color (decimal): -3985914 or 405187. OLE color: 405187.
HSL color Cylindrical-coordinate representation of color #C32E06: hue angle of 12.7º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C32E06 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 6 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.24 |
| HSL | 12.7º | 0.94% | 0.39% | - |
| HSV(B) | 12.7º | 0.97% | 0.76% | - |
| XYZ | 23.52 | 13.57 | 1.55 | - |
| YUV | 85.99 | 82.86 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 6 | 0 | 0.76 | 0.97 | 0.24 | 12.7 | 0.94 | 0.39 |
| Hex | C3 | 2E | 6 | 0 | 4C | 61 | 18 | D | 5E | 27 |
| Octal | 303 | 56 | 6 | 0 | 114 | 141 | 30 | 15 | 136 | 47 |
| Binary | 11000011 | 101110 | 110 | 0 | 1001100 | 1100001 | 11000 | 1101 | 1011110 | 100111 |
Color Harmonies of #C32E06
Complementary color
Monochromatic Colors of #C32E06
Black with #C32E06
Text Example
Text Example
White with #C32E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E06; }
p { color: rgb(195,46,6); }
H1.HeaderClassName
{
color: #C32E06;
}
.AnyTagClassName
{
color: #C32E06;
}
</style>
background-color css
<style>
a { background-color: #C32E06; }
a { background-color: rgb(195,46,6); }
div.DivClassName
{
background-color: #C32E06;
}
.BgClassName
{
background-color: #C32E06;
}
</style>
border-color css
<style>
span { border-color: #C32E06; }
span { border-color: rgb(195,46,6); }
td.TdClassName
{
border-color: #C32E06;
}
.TagClassName
{
border-color: #C32E06;
}
</style>