Html Css Color HEX #C93B18 Harley Davidson Orange
📋 copy color: '#C93B18'red 201 ◦ green 59 ◦ blue 24
Shades of Harley Davidson Orange #C93B18
Tints of Harley Davidson Orange #C93B18
RGB
CMYK
RGB Variations
Color information
#C93B18 (or 0xC93B18) is known color: Harley Davidson Orange. HEX triplet: C9, 3B and 18. RGB value is (201,59,24). Sum of RGB (Red+Green+Blue) = 201+59+24=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93B18 is #36C4E7. Grayscale: #616161. Windows color (decimal): -3589352 or 1588169. OLE color: 1588169.
HSL color Cylindrical-coordinate representation of color #C93B18: hue angle of 11.86º 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 #C93B18 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 24 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.21 |
| HSL | 11.86º | 0.79% | 0.44% | - |
| HSV(B) | 11.86º | 0.88% | 0.79% | - |
| XYZ | 25.82 | 15.61 | 2.52 | - |
| YUV | 97.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 24 | 0 | 0.71 | 0.88 | 0.21 | 11.86 | 0.79 | 0.44 |
| Hex | C9 | 3B | 18 | 0 | 47 | 58 | 15 | C | 4F | 2C |
| Octal | 311 | 73 | 30 | 0 | 107 | 130 | 25 | 14 | 117 | 54 |
| Binary | 11001001 | 111011 | 11000 | 0 | 1000111 | 1011000 | 10101 | 1100 | 1001111 | 101100 |
Color Harmonies of #C93B18
Complementary color
Monochromatic Colors of #C93B18
Black with #C93B18
Text Example
Text Example
White with #C93B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93B18; }
p { color: rgb(201,59,24); }
H1.HeaderClassName
{
color: #C93B18;
}
.AnyTagClassName
{
color: #C93B18;
}
</style>
background-color css
<style>
a { background-color: #C93B18; }
a { background-color: rgb(201,59,24); }
div.DivClassName
{
background-color: #C93B18;
}
.BgClassName
{
background-color: #C93B18;
}
</style>
border-color css
<style>
span { border-color: #C93B18; }
span { border-color: rgb(201,59,24); }
td.TdClassName
{
border-color: #C93B18;
}
.TagClassName
{
border-color: #C93B18;
}
</style>