Html Css Color HEX #C93919 Harley Davidson Orange
📋 copy color: '#C93919'red 201 ◦ green 57 ◦ blue 25
Shades of Harley Davidson Orange #C93919
Tints of Harley Davidson Orange #C93919
RGB
CMYK
RGB Variations
Color information
#C93919 (or 0xC93919) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 19. RGB value is (201,57,25). Sum of RGB (Red+Green+Blue) = 201+57+25=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C93919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93919 is #36C6E6. Grayscale: #606060. Windows color (decimal): -3589863 or 1653193. OLE color: 1653193.
HSL color Cylindrical-coordinate representation of color #C93919: hue angle of 10.91º 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 #C93919 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 25 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.21 |
| HSL | 10.91º | 0.78% | 0.44% | - |
| HSV(B) | 10.91º | 0.88% | 0.79% | - |
| XYZ | 25.73 | 15.41 | 2.54 | - |
| YUV | 96.41 | 87.71 | 202.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 25 | 0 | 0.72 | 0.88 | 0.21 | 10.91 | 0.78 | 0.44 |
| Hex | C9 | 39 | 19 | 0 | 48 | 58 | 15 | B | 4E | 2C |
| Octal | 311 | 71 | 31 | 0 | 110 | 130 | 25 | 13 | 116 | 54 |
| Binary | 11001001 | 111001 | 11001 | 0 | 1001000 | 1011000 | 10101 | 1011 | 1001110 | 101100 |
Color Harmonies of #C93919
Complementary color
Monochromatic Colors of #C93919
Black with #C93919
Text Example
Text Example
White with #C93919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93919; }
p { color: rgb(201,57,25); }
H1.HeaderClassName
{
color: #C93919;
}
.AnyTagClassName
{
color: #C93919;
}
</style>
background-color css
<style>
a { background-color: #C93919; }
a { background-color: rgb(201,57,25); }
div.DivClassName
{
background-color: #C93919;
}
.BgClassName
{
background-color: #C93919;
}
</style>
border-color css
<style>
span { border-color: #C93919; }
span { border-color: rgb(201,57,25); }
td.TdClassName
{
border-color: #C93919;
}
.TagClassName
{
border-color: #C93919;
}
</style>