Html Css Color HEX #C22313 Harley Davidson Orange
📋 copy color: '#C22313'red 194 ◦ green 35 ◦ blue 19
Shades of Harley Davidson Orange #C22313
Tints of Harley Davidson Orange #C22313
RGB
CMYK
RGB Variations
Color information
#C22313 (or 0xC22313) is known color: Harley Davidson Orange. HEX triplet: C2, 23 and 13. RGB value is (194,35,19). Sum of RGB (Red+Green+Blue) = 194+35+19=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C22313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22313 is #3DDCEC. Grayscale: #505050. Windows color (decimal): -4054253 or 1254338. OLE color: 1254338.
HSL color Cylindrical-coordinate representation of color #C22313: hue angle of 5.49º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C22313 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 19 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.24 |
| HSL | 5.49º | 0.82% | 0.42% | - |
| HSV(B) | 5.49º | 0.9% | 0.76% | - |
| XYZ | 22.97 | 12.72 | 1.86 | - |
| YUV | 80.72 | 93.18 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 19 | 0 | 0.82 | 0.90 | 0.24 | 5.49 | 0.82 | 0.42 |
| Hex | C2 | 23 | 13 | 0 | 52 | 5A | 18 | 5 | 52 | 2A |
| Octal | 302 | 43 | 23 | 0 | 122 | 132 | 30 | 5 | 122 | 52 |
| Binary | 11000010 | 100011 | 10011 | 0 | 1010010 | 1011010 | 11000 | 101 | 1010010 | 101010 |
Color Harmonies of #C22313
Complementary color
Monochromatic Colors of #C22313
Black with #C22313
Text Example
Text Example
White with #C22313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22313; }
p { color: rgb(194,35,19); }
H1.HeaderClassName
{
color: #C22313;
}
.AnyTagClassName
{
color: #C22313;
}
</style>
background-color css
<style>
a { background-color: #C22313; }
a { background-color: rgb(194,35,19); }
div.DivClassName
{
background-color: #C22313;
}
.BgClassName
{
background-color: #C22313;
}
</style>
border-color css
<style>
span { border-color: #C22313; }
span { border-color: rgb(194,35,19); }
td.TdClassName
{
border-color: #C22313;
}
.TagClassName
{
border-color: #C22313;
}
</style>