Html Css Color HEX #C12201 Harley Davidson Orange
📋 copy color: '#C12201'red 193 ◦ green 34 ◦ blue 1
Shades of Harley Davidson Orange #C12201
Tints of Harley Davidson Orange #C12201
RGB
CMYK
RGB Variations
Color information
#C12201 (or 0xC12201) is known color: Harley Davidson Orange. HEX triplet: C1, 22 and 01. RGB value is (193,34,1). Sum of RGB (Red+Green+Blue) = 193+34+1=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C12201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12201 is #3EDDFE. Grayscale: #4E4E4E. Windows color (decimal): -4120063 or 74433. OLE color: 74433.
HSL color Cylindrical-coordinate representation of color #C12201: hue angle of 10.31º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C12201 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.24 |
| HSL | 10.31º | 0.99% | 0.38% | - |
| HSV(B) | 10.31º | 0.99% | 0.76% | - |
| XYZ | 22.57 | 12.48 | 1.25 | - |
| YUV | 77.78 | 84.68 | 210.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 1 | 0 | 0.82 | 0.99 | 0.24 | 10.31 | 0.99 | 0.38 |
| Hex | C1 | 22 | 1 | 0 | 52 | 63 | 18 | A | 63 | 26 |
| Octal | 301 | 42 | 1 | 0 | 122 | 143 | 30 | 12 | 143 | 46 |
| Binary | 11000001 | 100010 | 1 | 0 | 1010010 | 1100011 | 11000 | 1010 | 1100011 | 100110 |
Color Harmonies of #C12201
Complementary color
Monochromatic Colors of #C12201
Black with #C12201
Text Example
Text Example
White with #C12201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12201; }
p { color: rgb(193,34,1); }
H1.HeaderClassName
{
color: #C12201;
}
.AnyTagClassName
{
color: #C12201;
}
</style>
background-color css
<style>
a { background-color: #C12201; }
a { background-color: rgb(193,34,1); }
div.DivClassName
{
background-color: #C12201;
}
.BgClassName
{
background-color: #C12201;
}
</style>
border-color css
<style>
span { border-color: #C12201; }
span { border-color: rgb(193,34,1); }
td.TdClassName
{
border-color: #C12201;
}
.TagClassName
{
border-color: #C12201;
}
</style>