Html Css Color HEX #C22713 Harley Davidson Orange
📋 copy color: '#C22713'red 194 ◦ green 39 ◦ blue 19
Shades of Harley Davidson Orange #C22713
Tints of Harley Davidson Orange #C22713
RGB
CMYK
RGB Variations
Color information
#C22713 (or 0xC22713) is known color: Harley Davidson Orange. HEX triplet: C2, 27 and 13. RGB value is (194,39,19). Sum of RGB (Red+Green+Blue) = 194+39+19=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C22713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22713 is #3DD8EC. Grayscale: #535353. Windows color (decimal): -4053229 or 1255362. OLE color: 1255362.
HSL color Cylindrical-coordinate representation of color #C22713: hue angle of 6.86º 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 #C22713 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 19 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.24 |
| HSL | 6.86º | 0.82% | 0.42% | - |
| HSV(B) | 6.86º | 0.9% | 0.76% | - |
| XYZ | 23.09 | 12.97 | 1.9 | - |
| YUV | 83.07 | 91.85 | 207.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 19 | 0 | 0.80 | 0.90 | 0.24 | 6.86 | 0.82 | 0.42 |
| Hex | C2 | 27 | 13 | 0 | 50 | 5A | 18 | 7 | 52 | 2A |
| Octal | 302 | 47 | 23 | 0 | 120 | 132 | 30 | 7 | 122 | 52 |
| Binary | 11000010 | 100111 | 10011 | 0 | 1010000 | 1011010 | 11000 | 111 | 1010010 | 101010 |
Color Harmonies of #C22713
Complementary color
Monochromatic Colors of #C22713
Black with #C22713
Text Example
Text Example
White with #C22713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22713; }
p { color: rgb(194,39,19); }
H1.HeaderClassName
{
color: #C22713;
}
.AnyTagClassName
{
color: #C22713;
}
</style>
background-color css
<style>
a { background-color: #C22713; }
a { background-color: rgb(194,39,19); }
div.DivClassName
{
background-color: #C22713;
}
.BgClassName
{
background-color: #C22713;
}
</style>
border-color css
<style>
span { border-color: #C22713; }
span { border-color: rgb(194,39,19); }
td.TdClassName
{
border-color: #C22713;
}
.TagClassName
{
border-color: #C22713;
}
</style>