Html Css Color HEX #C93818 Harley Davidson Orange
📋 copy color: '#C93818'red 201 ◦ green 56 ◦ blue 24
Shades of Harley Davidson Orange #C93818
Tints of Harley Davidson Orange #C93818
RGB
CMYK
RGB Variations
Color information
#C93818 (or 0xC93818) is known color: Harley Davidson Orange. HEX triplet: C9, 38 and 18. RGB value is (201,56,24). Sum of RGB (Red+Green+Blue) = 201+56+24=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C93818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93818 is #36C7E7. Grayscale: #5F5F5F. Windows color (decimal): -3590120 or 1587401. OLE color: 1587401.
HSL color Cylindrical-coordinate representation of color #C93818: hue angle of 10.85º degrees, saturation: 0.79, 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 #C93818 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 56 | 24 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.21 |
| HSL | 10.85º | 0.79% | 0.44% | - |
| HSV(B) | 10.85º | 0.88% | 0.79% | - |
| XYZ | 25.67 | 15.31 | 2.47 | - |
| YUV | 95.71 | 87.54 | 203.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 56 | 24 | 0 | 0.72 | 0.88 | 0.21 | 10.85 | 0.79 | 0.44 |
| Hex | C9 | 38 | 18 | 0 | 48 | 58 | 15 | B | 4F | 2C |
| Octal | 311 | 70 | 30 | 0 | 110 | 130 | 25 | 13 | 117 | 54 |
| Binary | 11001001 | 111000 | 11000 | 0 | 1001000 | 1011000 | 10101 | 1011 | 1001111 | 101100 |
Color Harmonies of #C93818
Complementary color
Monochromatic Colors of #C93818
Black with #C93818
Text Example
Text Example
White with #C93818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93818; }
p { color: rgb(201,56,24); }
H1.HeaderClassName
{
color: #C93818;
}
.AnyTagClassName
{
color: #C93818;
}
</style>
background-color css
<style>
a { background-color: #C93818; }
a { background-color: rgb(201,56,24); }
div.DivClassName
{
background-color: #C93818;
}
.BgClassName
{
background-color: #C93818;
}
</style>
border-color css
<style>
span { border-color: #C93818; }
span { border-color: rgb(201,56,24); }
td.TdClassName
{
border-color: #C93818;
}
.TagClassName
{
border-color: #C93818;
}
</style>