Html Css Color HEX #C32A1C Harley Davidson Orange
📋 copy color: '#C32A1C'red 195 ◦ green 42 ◦ blue 28
Shades of Harley Davidson Orange #C32A1C
Tints of Harley Davidson Orange #C32A1C
RGB
CMYK
RGB Variations
Color information
#C32A1C (or 0xC32A1C) is known color: Harley Davidson Orange. HEX triplet: C3, 2A and 1C. RGB value is (195,42,28). Sum of RGB (Red+Green+Blue) = 195+42+28=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C32A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32A1C is #3CD5E3. Grayscale: #565656. Windows color (decimal): -3986916 or 1845955. OLE color: 1845955.
HSL color Cylindrical-coordinate representation of color #C32A1C: hue angle of 5.03º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C32A1C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 42 | 28 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.24 |
| HSL | 5.03º | 0.75% | 0.44% | - |
| HSV(B) | 5.03º | 0.86% | 0.76% | - |
| XYZ | 23.54 | 13.34 | 2.43 | - |
| YUV | 86.15 | 95.19 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 42 | 28 | 0 | 0.78 | 0.86 | 0.24 | 5.03 | 0.75 | 0.44 |
| Hex | C3 | 2A | 1C | 0 | 4E | 56 | 18 | 5 | 4B | 2C |
| Octal | 303 | 52 | 34 | 0 | 116 | 126 | 30 | 5 | 113 | 54 |
| Binary | 11000011 | 101010 | 11100 | 0 | 1001110 | 1010110 | 11000 | 101 | 1001011 | 101100 |
Color Harmonies of #C32A1C
Complementary color
Monochromatic Colors of #C32A1C
Black with #C32A1C
Text Example
Text Example
White with #C32A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32A1C; }
p { color: rgb(195,42,28); }
H1.HeaderClassName
{
color: #C32A1C;
}
.AnyTagClassName
{
color: #C32A1C;
}
</style>
background-color css
<style>
a { background-color: #C32A1C; }
a { background-color: rgb(195,42,28); }
div.DivClassName
{
background-color: #C32A1C;
}
.BgClassName
{
background-color: #C32A1C;
}
</style>
border-color css
<style>
span { border-color: #C32A1C; }
span { border-color: rgb(195,42,28); }
td.TdClassName
{
border-color: #C32A1C;
}
.TagClassName
{
border-color: #C32A1C;
}
</style>