Html Css Color HEX #C32B11 Harley Davidson Orange
📋 copy color: '#C32B11'red 195 ◦ green 43 ◦ blue 17
Shades of Harley Davidson Orange #C32B11
Tints of Harley Davidson Orange #C32B11
RGB
CMYK
RGB Variations
Color information
#C32B11 (or 0xC32B11) is known color: Harley Davidson Orange. HEX triplet: C3, 2B and 11. RGB value is (195,43,17). Sum of RGB (Red+Green+Blue) = 195+43+17=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32B11 is #3CD4EE. Grayscale: #555555. Windows color (decimal): -3986671 or 1125315. OLE color: 1125315.
HSL color Cylindrical-coordinate representation of color #C32B11: hue angle of 8.76º 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 #C32B11 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 17 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.24 |
| HSL | 8.76º | 0.84% | 0.42% | - |
| HSV(B) | 8.76º | 0.91% | 0.76% | - |
| XYZ | 23.47 | 13.37 | 1.87 | - |
| YUV | 85.48 | 89.36 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 17 | 0 | 0.78 | 0.91 | 0.24 | 8.76 | 0.84 | 0.42 |
| Hex | C3 | 2B | 11 | 0 | 4E | 5B | 18 | 9 | 54 | 2A |
| Octal | 303 | 53 | 21 | 0 | 116 | 133 | 30 | 11 | 124 | 52 |
| Binary | 11000011 | 101011 | 10001 | 0 | 1001110 | 1011011 | 11000 | 1001 | 1010100 | 101010 |
Color Harmonies of #C32B11
Complementary color
Monochromatic Colors of #C32B11
Black with #C32B11
Text Example
Text Example
White with #C32B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B11; }
p { color: rgb(195,43,17); }
H1.HeaderClassName
{
color: #C32B11;
}
.AnyTagClassName
{
color: #C32B11;
}
</style>
background-color css
<style>
a { background-color: #C32B11; }
a { background-color: rgb(195,43,17); }
div.DivClassName
{
background-color: #C32B11;
}
.BgClassName
{
background-color: #C32B11;
}
</style>
border-color css
<style>
span { border-color: #C32B11; }
span { border-color: rgb(195,43,17); }
td.TdClassName
{
border-color: #C32B11;
}
.TagClassName
{
border-color: #C32B11;
}
</style>