Html Css Color HEX #C22717 Harley Davidson Orange
📋 copy color: '#C22717'red 194 ◦ green 39 ◦ blue 23
Shades of Harley Davidson Orange #C22717
Tints of Harley Davidson Orange #C22717
RGB
CMYK
RGB Variations
Color information
#C22717 (or 0xC22717) is known color: Harley Davidson Orange. HEX triplet: C2, 27 and 17. RGB value is (194,39,23). Sum of RGB (Red+Green+Blue) = 194+39+23=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 23 (9.38% from 255 or 8.98% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C22717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22717 is #3DD8E8. Grayscale: #535353. Windows color (decimal): -4053225 or 1517506. OLE color: 1517506.
HSL color Cylindrical-coordinate representation of color #C22717: hue angle of 5.61º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C22717 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 23 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.24 |
| HSL | 5.61º | 0.79% | 0.43% | - |
| HSV(B) | 5.61º | 0.88% | 0.76% | - |
| XYZ | 23.13 | 12.98 | 2.1 | - |
| YUV | 83.52 | 93.85 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 23 | 0 | 0.80 | 0.88 | 0.24 | 5.61 | 0.79 | 0.43 |
| Hex | C2 | 27 | 17 | 0 | 50 | 58 | 18 | 6 | 4F | 2B |
| Octal | 302 | 47 | 27 | 0 | 120 | 130 | 30 | 6 | 117 | 53 |
| Binary | 11000010 | 100111 | 10111 | 0 | 1010000 | 1011000 | 11000 | 110 | 1001111 | 101011 |
Color Harmonies of #C22717
Complementary color
Monochromatic Colors of #C22717
Black with #C22717
Text Example
Text Example
White with #C22717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22717; }
p { color: rgb(194,39,23); }
H1.HeaderClassName
{
color: #C22717;
}
.AnyTagClassName
{
color: #C22717;
}
</style>
background-color css
<style>
a { background-color: #C22717; }
a { background-color: rgb(194,39,23); }
div.DivClassName
{
background-color: #C22717;
}
.BgClassName
{
background-color: #C22717;
}
</style>
border-color css
<style>
span { border-color: #C22717; }
span { border-color: rgb(194,39,23); }
td.TdClassName
{
border-color: #C22717;
}
.TagClassName
{
border-color: #C22717;
}
</style>