Html Css Color HEX #C32F0F Harley Davidson Orange
📋 copy color: '#C32F0F'red 195 ◦ green 47 ◦ blue 15
Shades of Harley Davidson Orange #C32F0F
Tints of Harley Davidson Orange #C32F0F
RGB
CMYK
RGB Variations
Color information
#C32F0F (or 0xC32F0F) is known color: Harley Davidson Orange. HEX triplet: C3, 2F and 0F. RGB value is (195,47,15). Sum of RGB (Red+Green+Blue) = 195+47+15=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32F0F is #3CD0F0. Grayscale: #575757. Windows color (decimal): -3985649 or 995267. OLE color: 995267.
HSL color Cylindrical-coordinate representation of color #C32F0F: hue angle of 10.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C32F0F is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 15 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.24 |
| HSL | 10.67º | 0.86% | 0.41% | - |
| HSV(B) | 10.67º | 0.92% | 0.76% | - |
| XYZ | 23.61 | 13.67 | 1.85 | - |
| YUV | 87.6 | 87.03 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 15 | 0 | 0.76 | 0.92 | 0.24 | 10.67 | 0.86 | 0.41 |
| Hex | C3 | 2F | F | 0 | 4C | 5C | 18 | B | 56 | 29 |
| Octal | 303 | 57 | 17 | 0 | 114 | 134 | 30 | 13 | 126 | 51 |
| Binary | 11000011 | 101111 | 1111 | 0 | 1001100 | 1011100 | 11000 | 1011 | 1010110 | 101001 |
Color Harmonies of #C32F0F
Complementary color
Monochromatic Colors of #C32F0F
Black with #C32F0F
Text Example
Text Example
White with #C32F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F0F; }
p { color: rgb(195,47,15); }
H1.HeaderClassName
{
color: #C32F0F;
}
.AnyTagClassName
{
color: #C32F0F;
}
</style>
background-color css
<style>
a { background-color: #C32F0F; }
a { background-color: rgb(195,47,15); }
div.DivClassName
{
background-color: #C32F0F;
}
.BgClassName
{
background-color: #C32F0F;
}
</style>
border-color css
<style>
span { border-color: #C32F0F; }
span { border-color: rgb(195,47,15); }
td.TdClassName
{
border-color: #C32F0F;
}
.TagClassName
{
border-color: #C32F0F;
}
</style>