Html Css Color HEX #C22F17 Harley Davidson Orange
📋 copy color: '#C22F17'red 194 ◦ green 47 ◦ blue 23
Shades of Harley Davidson Orange #C22F17
Tints of Harley Davidson Orange #C22F17
RGB
CMYK
RGB Variations
Color information
#C22F17 (or 0xC22F17) is known color: Harley Davidson Orange. HEX triplet: C2, 2F and 17. RGB value is (194,47,23). Sum of RGB (Red+Green+Blue) = 194+47+23=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 23 (9.38% from 255 or 8.71% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C22F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22F17 is #3DD0E8. Grayscale: #585858. Windows color (decimal): -4051177 or 1519554. OLE color: 1519554.
HSL color Cylindrical-coordinate representation of color #C22F17: hue angle of 8.42º 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 #C22F17 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 47 | 23 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.24 |
| HSL | 8.42º | 0.79% | 0.43% | - |
| HSV(B) | 8.42º | 0.88% | 0.76% | - |
| XYZ | 23.42 | 13.56 | 2.19 | - |
| YUV | 88.22 | 91.2 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 47 | 23 | 0 | 0.76 | 0.88 | 0.24 | 8.42 | 0.79 | 0.43 |
| Hex | C2 | 2F | 17 | 0 | 4C | 58 | 18 | 8 | 4F | 2B |
| Octal | 302 | 57 | 27 | 0 | 114 | 130 | 30 | 10 | 117 | 53 |
| Binary | 11000010 | 101111 | 10111 | 0 | 1001100 | 1011000 | 11000 | 1000 | 1001111 | 101011 |
Color Harmonies of #C22F17
Complementary color
Monochromatic Colors of #C22F17
Black with #C22F17
Text Example
Text Example
White with #C22F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22F17; }
p { color: rgb(194,47,23); }
H1.HeaderClassName
{
color: #C22F17;
}
.AnyTagClassName
{
color: #C22F17;
}
</style>
background-color css
<style>
a { background-color: #C22F17; }
a { background-color: rgb(194,47,23); }
div.DivClassName
{
background-color: #C22F17;
}
.BgClassName
{
background-color: #C22F17;
}
</style>
border-color css
<style>
span { border-color: #C22F17; }
span { border-color: rgb(194,47,23); }
td.TdClassName
{
border-color: #C22F17;
}
.TagClassName
{
border-color: #C22F17;
}
</style>