Html Css Color HEX #C32E03 Harley Davidson Orange
📋 copy color: '#C32E03'red 195 ◦ green 46 ◦ blue 3
Shades of Harley Davidson Orange #C32E03
Tints of Harley Davidson Orange #C32E03
RGB
CMYK
RGB Variations
Color information
#C32E03 (or 0xC32E03) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 03. RGB value is (195,46,3). Sum of RGB (Red+Green+Blue) = 195+46+3=244 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.92% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32E03 is #3CD1FC. Grayscale: #555555. Windows color (decimal): -3985917 or 208579. OLE color: 208579.
HSL color Cylindrical-coordinate representation of color #C32E03: hue angle of 13.44º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C32E03 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 3 | - |
| CMYK | 0 | 0.76 | 0.98 | 0.24 |
| HSL | 13.44º | 0.97% | 0.39% | - |
| HSV(B) | 13.44º | 0.98% | 0.76% | - |
| XYZ | 23.5 | 13.56 | 1.47 | - |
| YUV | 85.65 | 81.36 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 3 | 0 | 0.76 | 0.98 | 0.24 | 13.44 | 0.97 | 0.39 |
| Hex | C3 | 2E | 3 | 0 | 4C | 62 | 18 | D | 61 | 27 |
| Octal | 303 | 56 | 3 | 0 | 114 | 142 | 30 | 15 | 141 | 47 |
| Binary | 11000011 | 101110 | 11 | 0 | 1001100 | 1100010 | 11000 | 1101 | 1100001 | 100111 |
Color Harmonies of #C32E03
Complementary color
Monochromatic Colors of #C32E03
Black with #C32E03
Text Example
Text Example
White with #C32E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E03; }
p { color: rgb(195,46,3); }
H1.HeaderClassName
{
color: #C32E03;
}
.AnyTagClassName
{
color: #C32E03;
}
</style>
background-color css
<style>
a { background-color: #C32E03; }
a { background-color: rgb(195,46,3); }
div.DivClassName
{
background-color: #C32E03;
}
.BgClassName
{
background-color: #C32E03;
}
</style>
border-color css
<style>
span { border-color: #C32E03; }
span { border-color: rgb(195,46,3); }
td.TdClassName
{
border-color: #C32E03;
}
.TagClassName
{
border-color: #C32E03;
}
</style>