Html Css Color HEX #C32411 Harley Davidson Orange
📋 copy color: '#C32411'red 195 ◦ green 36 ◦ blue 17
Shades of Harley Davidson Orange #C32411
Tints of Harley Davidson Orange #C32411
RGB
CMYK
RGB Variations
Color information
#C32411 (or 0xC32411) is known color: Harley Davidson Orange. HEX triplet: C3, 24 and 11. RGB value is (195,36,17). Sum of RGB (Red+Green+Blue) = 195+36+17=248 (32% of max value = 765). Red value is 195 (76.56% from 255 or 78.63% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 195 - color contains mainly: red. Hex color #C32411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32411 is #3CDBEE. Grayscale: #515151. Windows color (decimal): -3988463 or 1123523. OLE color: 1123523.
HSL color Cylindrical-coordinate representation of color #C32411: hue angle of 6.4º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C32411 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 36 | 17 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.24 |
| HSL | 6.4º | 0.84% | 0.42% | - |
| HSV(B) | 6.4º | 0.91% | 0.76% | - |
| XYZ | 23.24 | 12.9 | 1.8 | - |
| YUV | 81.38 | 91.68 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 36 | 17 | 0 | 0.82 | 0.91 | 0.24 | 6.4 | 0.84 | 0.42 |
| Hex | C3 | 24 | 11 | 0 | 52 | 5B | 18 | 6 | 54 | 2A |
| Octal | 303 | 44 | 21 | 0 | 122 | 133 | 30 | 6 | 124 | 52 |
| Binary | 11000011 | 100100 | 10001 | 0 | 1010010 | 1011011 | 11000 | 110 | 1010100 | 101010 |
Color Harmonies of #C32411
Complementary color
Monochromatic Colors of #C32411
Black with #C32411
Text Example
Text Example
White with #C32411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32411; }
p { color: rgb(195,36,17); }
H1.HeaderClassName
{
color: #C32411;
}
.AnyTagClassName
{
color: #C32411;
}
</style>
background-color css
<style>
a { background-color: #C32411; }
a { background-color: rgb(195,36,17); }
div.DivClassName
{
background-color: #C32411;
}
.BgClassName
{
background-color: #C32411;
}
</style>
border-color css
<style>
span { border-color: #C32411; }
span { border-color: rgb(195,36,17); }
td.TdClassName
{
border-color: #C32411;
}
.TagClassName
{
border-color: #C32411;
}
</style>