Html Css Color HEX #C32A1E Harley Davidson Orange
📋 copy color: '#C32A1E'red 195 ◦ green 42 ◦ blue 30
Shades of Harley Davidson Orange #C32A1E
Tints of Harley Davidson Orange #C32A1E
RGB
CMYK
RGB Variations
Color information
#C32A1E (or 0xC32A1E) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 1E. RGB value is (195,42,30). Sum of RGB (Red+Green+Blue) = 195+42+30=267 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.03% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 30 (12.11% from 255 or 11.24% from 267); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A1E is #3CD5E1. Grayscale: #565656. Windows color (decimal): -3986914 or 1977027. OLE color: 1977027.
HSL color Cylindrical-coordinate representation of color #C32A1E: hue angle of 4.36º 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 #C32A1E is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 30 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.24 |
| HSL | 4.36º | 0.73% | 0.44% | - |
| HSV(B) | 4.36º | 0.85% | 0.76% | - |
| XYZ | 23.57 | 13.35 | 2.56 | - |
| YUV | 86.38 | 96.19 | 205.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 30 | 0 | 0.78 | 0.85 | 0.24 | 4.36 | 0.73 | 0.44 |
| Hex | C3 | 2A | 1E | 0 | 4E | 55 | 18 | 4 | 49 | 2C |
| Octal | 303 | 52 | 36 | 0 | 116 | 125 | 30 | 4 | 111 | 54 |
| Binary | 11000011 | 101010 | 11110 | 0 | 1001110 | 1010101 | 11000 | 100 | 1001001 | 101100 |
Color Harmonies of #C32A1E
Complementary color
Monochromatic Colors of #C32A1E
Black with #C32A1E
Text Example
Text Example
White with #C32A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A1E; }
p { color: rgb(195,42,30); }
H1.HeaderClassName
{
color: #C32A1E;
}
.AnyTagClassName
{
color: #C32A1E;
}
</style>
background-color css
<style>
a { background-color: #C32A1E; }
a { background-color: rgb(195,42,30); }
div.DivClassName
{
background-color: #C32A1E;
}
.BgClassName
{
background-color: #C32A1E;
}
</style>
border-color css
<style>
span { border-color: #C32A1E; }
span { border-color: rgb(195,42,30); }
td.TdClassName
{
border-color: #C32A1E;
}
.TagClassName
{
border-color: #C32A1E;
}
</style>