Html Css Color HEX #C93E14 Harley Davidson Orange
📋 copy color: '#C93E14'red 201 ◦ green 62 ◦ blue 20
Shades of Harley Davidson Orange #C93E14
Tints of Harley Davidson Orange #C93E14
RGB
CMYK
RGB Variations
Color information
#C93E14 (or 0xC93E14) is known color: Harley Davidson Orange. HEX triplet: C9, 3E and 14. RGB value is (201,62,20). Sum of RGB (Red+Green+Blue) = 201+62+20=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93E14 is #36C1EB. Grayscale: #636363. Windows color (decimal): -3588588 or 1326793. OLE color: 1326793.
HSL color Cylindrical-coordinate representation of color #C93E14: hue angle of 13.92º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C93E14 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 20 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.21 |
| HSL | 13.92º | 0.82% | 0.43% | - |
| HSV(B) | 13.92º | 0.9% | 0.79% | - |
| XYZ | 25.94 | 15.91 | 2.37 | - |
| YUV | 98.77 | 83.55 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 20 | 0 | 0.69 | 0.90 | 0.21 | 13.92 | 0.82 | 0.43 |
| Hex | C9 | 3E | 14 | 0 | 45 | 5A | 15 | E | 52 | 2B |
| Octal | 311 | 76 | 24 | 0 | 105 | 132 | 25 | 16 | 122 | 53 |
| Binary | 11001001 | 111110 | 10100 | 0 | 1000101 | 1011010 | 10101 | 1110 | 1010010 | 101011 |
Color Harmonies of #C93E14
Complementary color
Monochromatic Colors of #C93E14
Black with #C93E14
Text Example
Text Example
White with #C93E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93E14; }
p { color: rgb(201,62,20); }
H1.HeaderClassName
{
color: #C93E14;
}
.AnyTagClassName
{
color: #C93E14;
}
</style>
background-color css
<style>
a { background-color: #C93E14; }
a { background-color: rgb(201,62,20); }
div.DivClassName
{
background-color: #C93E14;
}
.BgClassName
{
background-color: #C93E14;
}
</style>
border-color css
<style>
span { border-color: #C93E14; }
span { border-color: rgb(201,62,20); }
td.TdClassName
{
border-color: #C93E14;
}
.TagClassName
{
border-color: #C93E14;
}
</style>