Html Css Color HEX #C24019 Harley Davidson Orange
📋 copy color: '#C24019'red 194 ◦ green 64 ◦ blue 25
Shades of Harley Davidson Orange #C24019
Tints of Harley Davidson Orange #C24019
RGB
CMYK
RGB Variations
Color information
#C24019 (or 0xC24019) is known color: Harley Davidson Orange. HEX triplet: C2, 40 and 19. RGB value is (194,64,25). Sum of RGB (Red+Green+Blue) = 194+64+25=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C24019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24019 is #3DBFE6. Grayscale: #626262. Windows color (decimal): -4046823 or 1654978. OLE color: 1654978.
HSL color Cylindrical-coordinate representation of color #C24019: hue angle of 13.85º 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 #C24019 is Cyan = 0, Magento = 0.67, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 64 | 25 | - |
| CMYK | 0 | 0.67 | 0.87 | 0.24 |
| HSL | 13.85º | 0.77% | 0.43% | - |
| HSV(B) | 13.85º | 0.87% | 0.76% | - |
| XYZ | 24.26 | 15.21 | 2.58 | - |
| YUV | 98.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 64 | 25 | 0 | 0.67 | 0.87 | 0.24 | 13.85 | 0.77 | 0.43 |
| Hex | C2 | 40 | 19 | 0 | 43 | 57 | 18 | E | 4D | 2B |
| Octal | 302 | 100 | 31 | 0 | 103 | 127 | 30 | 16 | 115 | 53 |
| Binary | 11000010 | 1000000 | 11001 | 0 | 1000011 | 1010111 | 11000 | 1110 | 1001101 | 101011 |
Color Harmonies of #C24019
Complementary color
Monochromatic Colors of #C24019
Black with #C24019
Text Example
Text Example
White with #C24019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24019; }
p { color: rgb(194,64,25); }
H1.HeaderClassName
{
color: #C24019;
}
.AnyTagClassName
{
color: #C24019;
}
</style>
background-color css
<style>
a { background-color: #C24019; }
a { background-color: rgb(194,64,25); }
div.DivClassName
{
background-color: #C24019;
}
.BgClassName
{
background-color: #C24019;
}
</style>
border-color css
<style>
span { border-color: #C24019; }
span { border-color: rgb(194,64,25); }
td.TdClassName
{
border-color: #C24019;
}
.TagClassName
{
border-color: #C24019;
}
</style>