Html Css Color HEX #C32C1B Harley Davidson Orange
📋 copy color: '#C32C1B'red 195 ◦ green 44 ◦ blue 27
Shades of Harley Davidson Orange #C32C1B
Tints of Harley Davidson Orange #C32C1B
RGB
CMYK
RGB Variations
Color information
#C32C1B (or 0xC32C1B) is known color: Harley Davidson Orange. HEX triplet: C3, 2C and 1B. RGB value is (195,44,27). Sum of RGB (Red+Green+Blue) = 195+44+27=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C1B is #3CD3E4. Grayscale: #575757. Windows color (decimal): -3986405 or 1780931. OLE color: 1780931.
HSL color Cylindrical-coordinate representation of color #C32C1B: hue angle of 6.07º degrees, saturation: 0.76, 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 #C32C1B is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 27 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.24 |
| HSL | 6.07º | 0.76% | 0.44% | - |
| HSV(B) | 6.07º | 0.86% | 0.76% | - |
| XYZ | 23.6 | 13.48 | 2.4 | - |
| YUV | 87.21 | 94.03 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 27 | 0 | 0.77 | 0.86 | 0.24 | 6.07 | 0.76 | 0.44 |
| Hex | C3 | 2C | 1B | 0 | 4D | 56 | 18 | 6 | 4C | 2C |
| Octal | 303 | 54 | 33 | 0 | 115 | 126 | 30 | 6 | 114 | 54 |
| Binary | 11000011 | 101100 | 11011 | 0 | 1001101 | 1010110 | 11000 | 110 | 1001100 | 101100 |
Color Harmonies of #C32C1B
Complementary color
Monochromatic Colors of #C32C1B
Black with #C32C1B
Text Example
Text Example
White with #C32C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C1B; }
p { color: rgb(195,44,27); }
H1.HeaderClassName
{
color: #C32C1B;
}
.AnyTagClassName
{
color: #C32C1B;
}
</style>
background-color css
<style>
a { background-color: #C32C1B; }
a { background-color: rgb(195,44,27); }
div.DivClassName
{
background-color: #C32C1B;
}
.BgClassName
{
background-color: #C32C1B;
}
</style>
border-color css
<style>
span { border-color: #C32C1B; }
span { border-color: rgb(195,44,27); }
td.TdClassName
{
border-color: #C32C1B;
}
.TagClassName
{
border-color: #C32C1B;
}
</style>