Html Css Color HEX #C93114 Harley Davidson Orange
📋 copy color: '#C93114'red 201 ◦ green 49 ◦ blue 20
Shades of Harley Davidson Orange #C93114
Tints of Harley Davidson Orange #C93114
RGB
CMYK
RGB Variations
Color information
#C93114 (or 0xC93114) is known color: Harley Davidson Orange. HEX triplet: C9, 31 and 14. RGB value is (201,49,20). Sum of RGB (Red+Green+Blue) = 201+49+20=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C93114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93114 is #36CEEB. Grayscale: #5B5B5B. Windows color (decimal): -3591916 or 1323465. OLE color: 1323465.
HSL color Cylindrical-coordinate representation of color #C93114: hue angle of 9.61º 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 #C93114 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 49 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.21 |
| HSL | 9.61º | 0.82% | 0.43% | - |
| HSV(B) | 9.61º | 0.9% | 0.79% | - |
| XYZ | 25.31 | 14.66 | 2.16 | - |
| YUV | 91.14 | 87.86 | 206.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 20 | 0 | 0.76 | 0.90 | 0.21 | 9.61 | 0.82 | 0.43 |
| Hex | C9 | 31 | 14 | 0 | 4C | 5A | 15 | A | 52 | 2B |
| Octal | 311 | 61 | 24 | 0 | 114 | 132 | 25 | 12 | 122 | 53 |
| Binary | 11001001 | 110001 | 10100 | 0 | 1001100 | 1011010 | 10101 | 1010 | 1010010 | 101011 |
Color Harmonies of #C93114
Complementary color
Monochromatic Colors of #C93114
Black with #C93114
Text Example
Text Example
White with #C93114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93114; }
p { color: rgb(201,49,20); }
H1.HeaderClassName
{
color: #C93114;
}
.AnyTagClassName
{
color: #C93114;
}
</style>
background-color css
<style>
a { background-color: #C93114; }
a { background-color: rgb(201,49,20); }
div.DivClassName
{
background-color: #C93114;
}
.BgClassName
{
background-color: #C93114;
}
</style>
border-color css
<style>
span { border-color: #C93114; }
span { border-color: rgb(201,49,20); }
td.TdClassName
{
border-color: #C93114;
}
.TagClassName
{
border-color: #C93114;
}
</style>