Html Css Color HEX #C93900 Harley Davidson Orange
📋 copy color: '#C93900'red 201 ◦ green 57 ◦ blue 0
Shades of Harley Davidson Orange #C93900
Tints of Harley Davidson Orange #C93900
RGB
CMYK
RGB Variations
Color information
#C93900 (or 0xC93900) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 00. RGB value is (201,57,0). Sum of RGB (Red+Green+Blue) = 201+57+0=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C93900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93900 is #36C6FF. Grayscale: #5D5D5D. Windows color (decimal): -3589888 or 14793. OLE color: 14793.
HSL color Cylindrical-coordinate representation of color #C93900: hue angle of 17.01º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C93900 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 0 | - |
| CMYK | 0 | 0.72 | 1 | 0.21 |
| HSL | 17.01º | 1% | 0.39% | - |
| HSV(B) | 17.01º | 1% | 0.79% | - |
| XYZ | 25.55 | 15.34 | 1.61 | - |
| YUV | 93.56 | 75.21 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 0 | 0 | 0.72 | 1 | 0.21 | 17.01 | 1 | 0.39 |
| Hex | C9 | 39 | 0 | 0 | 48 | 64 | 15 | 11 | 64 | 27 |
| Octal | 311 | 71 | 0 | 0 | 110 | 144 | 25 | 21 | 144 | 47 |
| Binary | 11001001 | 111001 | 0 | 0 | 1001000 | 1100100 | 10101 | 10001 | 1100100 | 100111 |
Color Harmonies of #C93900
Complementary color
Monochromatic Colors of #C93900
Black with #C93900
Text Example
Text Example
White with #C93900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93900; }
p { color: rgb(201,57,0); }
H1.HeaderClassName
{
color: #C93900;
}
.AnyTagClassName
{
color: #C93900;
}
</style>
background-color css
<style>
a { background-color: #C93900; }
a { background-color: rgb(201,57,0); }
div.DivClassName
{
background-color: #C93900;
}
.BgClassName
{
background-color: #C93900;
}
</style>
border-color css
<style>
span { border-color: #C93900; }
span { border-color: rgb(201,57,0); }
td.TdClassName
{
border-color: #C93900;
}
.TagClassName
{
border-color: #C93900;
}
</style>