Html Css Color HEX #C93119 Harley Davidson Orange
📋 copy color: '#C93119'red 201 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #C93119
Tints of Harley Davidson Orange #C93119
RGB
CMYK
RGB Variations
Color information
#C93119 (or 0xC93119) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 19. RGB value is (201,49,25). Sum of RGB (Red+Green+Blue) = 201+49+25=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C93119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93119 is #36CEE6. Grayscale: #5B5B5B. Windows color (decimal): -3591911 or 1651145. OLE color: 1651145.
HSL color Cylindrical-coordinate representation of color #C93119: hue angle of 8.18º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C93119 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 25 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.21 |
| HSL | 8.18º | 0.78% | 0.44% | - |
| HSV(B) | 8.18º | 0.88% | 0.79% | - |
| XYZ | 25.36 | 14.68 | 2.42 | - |
| YUV | 91.71 | 90.36 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 25 | 0 | 0.76 | 0.88 | 0.21 | 8.18 | 0.78 | 0.44 |
| Hex | C9 | 31 | 19 | 0 | 4C | 58 | 15 | 8 | 4E | 2C |
| Octal | 311 | 61 | 31 | 0 | 114 | 130 | 25 | 10 | 116 | 54 |
| Binary | 11001001 | 110001 | 11001 | 0 | 1001100 | 1011000 | 10101 | 1000 | 1001110 | 101100 |
Color Harmonies of #C93119
Complementary color
Monochromatic Colors of #C93119
Black with #C93119
Text Example
Text Example
White with #C93119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93119; }
p { color: rgb(201,49,25); }
H1.HeaderClassName
{
color: #C93119;
}
.AnyTagClassName
{
color: #C93119;
}
</style>
background-color css
<style>
a { background-color: #C93119; }
a { background-color: rgb(201,49,25); }
div.DivClassName
{
background-color: #C93119;
}
.BgClassName
{
background-color: #C93119;
}
</style>
border-color css
<style>
span { border-color: #C93119; }
span { border-color: rgb(201,49,25); }
td.TdClassName
{
border-color: #C93119;
}
.TagClassName
{
border-color: #C93119;
}
</style>