Html Css Color HEX #C12F0F Harley Davidson Orange
📋 copy color: '#C12F0F'red 193 ◦ green 47 ◦ blue 15
Shades of Harley Davidson Orange #C12F0F
Tints of Harley Davidson Orange #C12F0F
RGB
CMYK
RGB Variations
Color information
#C12F0F (or 0xC12F0F) is known color: Harley Davidson Orange. HEX triplet: C1, 2F and 0F. RGB value is (193,47,15). Sum of RGB (Red+Green+Blue) = 193+47+15=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C12F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12F0F is #3ED0F0. Grayscale: #575757. Windows color (decimal): -4116721 or 995265. OLE color: 995265.
HSL color Cylindrical-coordinate representation of color #C12F0F: hue angle of 10.79º 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 #C12F0F is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 47 | 15 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.24 |
| HSL | 10.79º | 0.86% | 0.41% | - |
| HSV(B) | 10.79º | 0.92% | 0.76% | - |
| XYZ | 23.1 | 13.4 | 1.82 | - |
| YUV | 87.01 | 87.37 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 47 | 15 | 0 | 0.76 | 0.92 | 0.24 | 10.79 | 0.86 | 0.41 |
| Hex | C1 | 2F | F | 0 | 4C | 5C | 18 | B | 56 | 29 |
| Octal | 301 | 57 | 17 | 0 | 114 | 134 | 30 | 13 | 126 | 51 |
| Binary | 11000001 | 101111 | 1111 | 0 | 1001100 | 1011100 | 11000 | 1011 | 1010110 | 101001 |
Color Harmonies of #C12F0F
Complementary color
Monochromatic Colors of #C12F0F
Black with #C12F0F
Text Example
Text Example
White with #C12F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12F0F; }
p { color: rgb(193,47,15); }
H1.HeaderClassName
{
color: #C12F0F;
}
.AnyTagClassName
{
color: #C12F0F;
}
</style>
background-color css
<style>
a { background-color: #C12F0F; }
a { background-color: rgb(193,47,15); }
div.DivClassName
{
background-color: #C12F0F;
}
.BgClassName
{
background-color: #C12F0F;
}
</style>
border-color css
<style>
span { border-color: #C12F0F; }
span { border-color: rgb(193,47,15); }
td.TdClassName
{
border-color: #C12F0F;
}
.TagClassName
{
border-color: #C12F0F;
}
</style>