Html Css Color HEX #C32F1B Harley Davidson Orange
📋 copy color: '#C32F1B'red 195 ◦ green 47 ◦ blue 27
Shades of Harley Davidson Orange #C32F1B
Tints of Harley Davidson Orange #C32F1B
RGB
CMYK
RGB Variations
Color information
#C32F1B (or 0xC32F1B) is known color: Harley Davidson Orange. HEX triplet: C3, 2F and 1B. RGB value is (195,47,27). Sum of RGB (Red+Green+Blue) = 195+47+27=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F1B is #3CD0E4. Grayscale: #595959. Windows color (decimal): -3985637 or 1781699. OLE color: 1781699.
HSL color Cylindrical-coordinate representation of color #C32F1B: hue angle of 7.14º 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 #C32F1B is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 27 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.24 |
| HSL | 7.14º | 0.76% | 0.44% | - |
| HSV(B) | 7.14º | 0.86% | 0.76% | - |
| XYZ | 23.72 | 13.71 | 2.43 | - |
| YUV | 88.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 27 | 0 | 0.76 | 0.86 | 0.24 | 7.14 | 0.76 | 0.44 |
| Hex | C3 | 2F | 1B | 0 | 4C | 56 | 18 | 7 | 4C | 2C |
| Octal | 303 | 57 | 33 | 0 | 114 | 126 | 30 | 7 | 114 | 54 |
| Binary | 11000011 | 101111 | 11011 | 0 | 1001100 | 1010110 | 11000 | 111 | 1001100 | 101100 |
Color Harmonies of #C32F1B
Complementary color
Monochromatic Colors of #C32F1B
Black with #C32F1B
Text Example
Text Example
White with #C32F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F1B; }
p { color: rgb(195,47,27); }
H1.HeaderClassName
{
color: #C32F1B;
}
.AnyTagClassName
{
color: #C32F1B;
}
</style>
background-color css
<style>
a { background-color: #C32F1B; }
a { background-color: rgb(195,47,27); }
div.DivClassName
{
background-color: #C32F1B;
}
.BgClassName
{
background-color: #C32F1B;
}
</style>
border-color css
<style>
span { border-color: #C32F1B; }
span { border-color: rgb(195,47,27); }
td.TdClassName
{
border-color: #C32F1B;
}
.TagClassName
{
border-color: #C32F1B;
}
</style>