Html Css Color HEX #C32B1C Harley Davidson Orange
📋 copy color: '#C32B1C'red 195 ◦ green 43 ◦ blue 28
Shades of Harley Davidson Orange #C32B1C
Tints of Harley Davidson Orange #C32B1C
RGB
CMYK
RGB Variations
Color information
#C32B1C (or 0xC32B1C) is known color: Harley Davidson Orange. HEX triplet: C3, 2B and 1C. RGB value is (195,43,28). Sum of RGB (Red+Green+Blue) = 195+43+28=266 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.31% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B1C is #3CD4E3. Grayscale: #565656. Windows color (decimal): -3986660 or 1846211. OLE color: 1846211.
HSL color Cylindrical-coordinate representation of color #C32B1C: hue angle of 5.39º 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 #C32B1C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 28 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.24 |
| HSL | 5.39º | 0.75% | 0.44% | - |
| HSV(B) | 5.39º | 0.86% | 0.76% | - |
| XYZ | 23.58 | 13.41 | 2.44 | - |
| YUV | 86.74 | 94.86 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 28 | 0 | 0.78 | 0.86 | 0.24 | 5.39 | 0.75 | 0.44 |
| Hex | C3 | 2B | 1C | 0 | 4E | 56 | 18 | 5 | 4B | 2C |
| Octal | 303 | 53 | 34 | 0 | 116 | 126 | 30 | 5 | 113 | 54 |
| Binary | 11000011 | 101011 | 11100 | 0 | 1001110 | 1010110 | 11000 | 101 | 1001011 | 101100 |
Color Harmonies of #C32B1C
Complementary color
Monochromatic Colors of #C32B1C
Black with #C32B1C
Text Example
Text Example
White with #C32B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B1C; }
p { color: rgb(195,43,28); }
H1.HeaderClassName
{
color: #C32B1C;
}
.AnyTagClassName
{
color: #C32B1C;
}
</style>
background-color css
<style>
a { background-color: #C32B1C; }
a { background-color: rgb(195,43,28); }
div.DivClassName
{
background-color: #C32B1C;
}
.BgClassName
{
background-color: #C32B1C;
}
</style>
border-color css
<style>
span { border-color: #C32B1C; }
span { border-color: rgb(195,43,28); }
td.TdClassName
{
border-color: #C32B1C;
}
.TagClassName
{
border-color: #C32B1C;
}
</style>