Html Css Color HEX #C32E05 Harley Davidson Orange
📋 copy color: '#C32E05'red 195 ◦ green 46 ◦ blue 5
Shades of Harley Davidson Orange #C32E05
Tints of Harley Davidson Orange #C32E05
RGB
CMYK
RGB Variations
Color information
#C32E05 (or 0xC32E05) is known color: Harley Davidson Orange. HEX triplet: C3, 2E and 05. RGB value is (195,46,5). Sum of RGB (Red+Green+Blue) = 195+46+5=246 (32% of max value = 765). Red value is 195 (76.56% from 255 or 79.27% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 5 (2.34% from 255 or 2.03% from 246); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32E05 is #3CD1FA. Grayscale: #565656. Windows color (decimal): -3985915 or 339651. OLE color: 339651.
HSL color Cylindrical-coordinate representation of color #C32E05: hue angle of 12.95º degrees, saturation: 0.95, 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 #C32E05 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.24 |
| HSL | 12.95º | 0.95% | 0.39% | - |
| HSV(B) | 12.95º | 0.97% | 0.76% | - |
| XYZ | 23.51 | 13.57 | 1.52 | - |
| YUV | 85.88 | 82.36 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 5 | 0 | 0.76 | 0.97 | 0.24 | 12.95 | 0.95 | 0.39 |
| Hex | C3 | 2E | 5 | 0 | 4C | 61 | 18 | D | 5F | 27 |
| Octal | 303 | 56 | 5 | 0 | 114 | 141 | 30 | 15 | 137 | 47 |
| Binary | 11000011 | 101110 | 101 | 0 | 1001100 | 1100001 | 11000 | 1101 | 1011111 | 100111 |
Color Harmonies of #C32E05
Complementary color
Monochromatic Colors of #C32E05
Black with #C32E05
Text Example
Text Example
White with #C32E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E05; }
p { color: rgb(195,46,5); }
H1.HeaderClassName
{
color: #C32E05;
}
.AnyTagClassName
{
color: #C32E05;
}
</style>
background-color css
<style>
a { background-color: #C32E05; }
a { background-color: rgb(195,46,5); }
div.DivClassName
{
background-color: #C32E05;
}
.BgClassName
{
background-color: #C32E05;
}
</style>
border-color css
<style>
span { border-color: #C32E05; }
span { border-color: rgb(195,46,5); }
td.TdClassName
{
border-color: #C32E05;
}
.TagClassName
{
border-color: #C32E05;
}
</style>