Html Css Color HEX #C32F1E Harley Davidson Orange
📋 copy color: '#C32F1E'red 195 ◦ green 47 ◦ blue 30
Shades of Harley Davidson Orange #C32F1E
Tints of Harley Davidson Orange #C32F1E
RGB
CMYK
RGB Variations
Color information
#C32F1E (or 0xC32F1E) is known color: Harley Davidson Orange. HEX triplet: C3, 2F and 1E. RGB value is (195,47,30). Sum of RGB (Red+Green+Blue) = 195+47+30=272 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.69% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F1E is #3CD0E1. Grayscale: #595959. Windows color (decimal): -3985634 or 1978307. OLE color: 1978307.
HSL color Cylindrical-coordinate representation of color #C32F1E: hue angle of 6.18º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C32F1E is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 30 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.24 |
| HSL | 6.18º | 0.73% | 0.44% | - |
| HSV(B) | 6.18º | 0.85% | 0.76% | - |
| XYZ | 23.76 | 13.73 | 2.63 | - |
| YUV | 89.31 | 94.53 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 30 | 0 | 0.76 | 0.85 | 0.24 | 6.18 | 0.73 | 0.44 |
| Hex | C3 | 2F | 1E | 0 | 4C | 55 | 18 | 6 | 49 | 2C |
| Octal | 303 | 57 | 36 | 0 | 114 | 125 | 30 | 6 | 111 | 54 |
| Binary | 11000011 | 101111 | 11110 | 0 | 1001100 | 1010101 | 11000 | 110 | 1001001 | 101100 |
Color Harmonies of #C32F1E
Complementary color
Monochromatic Colors of #C32F1E
Black with #C32F1E
Text Example
Text Example
White with #C32F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F1E; }
p { color: rgb(195,47,30); }
H1.HeaderClassName
{
color: #C32F1E;
}
.AnyTagClassName
{
color: #C32F1E;
}
</style>
background-color css
<style>
a { background-color: #C32F1E; }
a { background-color: rgb(195,47,30); }
div.DivClassName
{
background-color: #C32F1E;
}
.BgClassName
{
background-color: #C32F1E;
}
</style>
border-color css
<style>
span { border-color: #C32F1E; }
span { border-color: rgb(195,47,30); }
td.TdClassName
{
border-color: #C32F1E;
}
.TagClassName
{
border-color: #C32F1E;
}
</style>