Html Css Color HEX #C12E21 Harley Davidson Orange
📋 copy color: '#C12E21'red 193 ◦ green 46 ◦ blue 33
Shades of Harley Davidson Orange #C12E21
Tints of Harley Davidson Orange #C12E21
RGB
CMYK
RGB Variations
Color information
#C12E21 (or 0xC12E21) is known color: Harley Davidson Orange. HEX triplet: C1, 2E and 21. RGB value is (193,46,33). Sum of RGB (Red+Green+Blue) = 193+46+33=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C12E21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12E21 is #3ED1DE. Grayscale: #585858. Windows color (decimal): -4116959 or 2174657. OLE color: 2174657.
HSL color Cylindrical-coordinate representation of color #C12E21: hue angle of 4.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12E21 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
RGB | 193 | 46 | 33 | - |
CMYK | 0 | 0.76 | 0.83 | 0.24 |
HSL | 4.88º | 0.71% | 0.44% | - |
HSV(B) | 4.88º | 0.83% | 0.76% | - |
XYZ | 23.24 | 13.4 | 2.8 | - |
YUV | 88.47 | 96.7 | 202.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 46 | 33 | 0 | 0.76 | 0.83 | 0.24 | 4.88 | 0.71 | 0.44 |
Hex | C1 | 2E | 21 | 0 | 4C | 53 | 18 | 5 | 47 | 2C |
Octal | 301 | 56 | 41 | 0 | 114 | 123 | 30 | 5 | 107 | 54 |
Binary | 11000001 | 101110 | 100001 | 0 | 1001100 | 1010011 | 11000 | 101 | 1000111 | 101100 |
Color Harmonies of #C12E21
Complementary color
Monochromatic Colors of #C12E21
Black with #C12E21
Text Example
Text Example
White with #C12E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12E21; }
p { color: rgb(193,46,33); }
H1.HeaderClassName
{
color: #C12E21;
}
.AnyTagClassName
{
color: #C12E21;
}
</style>
background-color css
<style>
a { background-color: #C12E21; }
a { background-color: rgb(193,46,33); }
div.DivClassName
{
background-color: #C12E21;
}
.BgClassName
{
background-color: #C12E21;
}
</style>
border-color css
<style>
span { border-color: #C12E21; }
span { border-color: rgb(193,46,33); }
td.TdClassName
{
border-color: #C12E21;
}
.TagClassName
{
border-color: #C12E21;
}
</style>