Html Css Color HEX #C22719 Harley Davidson Orange
📋 copy color: '#C22719'red 194 ◦ green 39 ◦ blue 25
Shades of Harley Davidson Orange #C22719
Tints of Harley Davidson Orange #C22719
RGB
CMYK
RGB Variations
Color information
#C22719 (or 0xC22719) is known color: Harley Davidson Orange. HEX triplet: C2, 27 and 19. RGB value is (194,39,25). Sum of RGB (Red+Green+Blue) = 194+39+25=258 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.19% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 194 - color contains mainly: red. Hex color #C22719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22719 is #3DD8E6. Grayscale: #535353. Windows color (decimal): -4053223 or 1648578. OLE color: 1648578.
HSL color Cylindrical-coordinate representation of color #C22719: hue angle of 4.97º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C22719 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 25 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.24 |
| HSL | 4.97º | 0.77% | 0.43% | - |
| HSV(B) | 4.97º | 0.87% | 0.76% | - |
| XYZ | 23.15 | 12.99 | 2.21 | - |
| YUV | 83.75 | 94.85 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 25 | 0 | 0.80 | 0.87 | 0.24 | 4.97 | 0.77 | 0.43 |
| Hex | C2 | 27 | 19 | 0 | 50 | 57 | 18 | 5 | 4D | 2B |
| Octal | 302 | 47 | 31 | 0 | 120 | 127 | 30 | 5 | 115 | 53 |
| Binary | 11000010 | 100111 | 11001 | 0 | 1010000 | 1010111 | 11000 | 101 | 1001101 | 101011 |
Color Harmonies of #C22719
Complementary color
Monochromatic Colors of #C22719
Black with #C22719
Text Example
Text Example
White with #C22719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22719; }
p { color: rgb(194,39,25); }
H1.HeaderClassName
{
color: #C22719;
}
.AnyTagClassName
{
color: #C22719;
}
</style>
background-color css
<style>
a { background-color: #C22719; }
a { background-color: rgb(194,39,25); }
div.DivClassName
{
background-color: #C22719;
}
.BgClassName
{
background-color: #C22719;
}
</style>
border-color css
<style>
span { border-color: #C22719; }
span { border-color: rgb(194,39,25); }
td.TdClassName
{
border-color: #C22719;
}
.TagClassName
{
border-color: #C22719;
}
</style>