Html Css Color HEX #C93014 Harley Davidson Orange
📋 copy color: '#C93014'red 201 ◦ green 48 ◦ blue 20
Shades of Harley Davidson Orange #C93014
Tints of Harley Davidson Orange #C93014
RGB
CMYK
RGB Variations
Color information
#C93014 (or 0xC93014) is known color: Harley Davidson Orange. HEX triplet: C9, 30 and 14. RGB value is (201,48,20). Sum of RGB (Red+Green+Blue) = 201+48+20=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C93014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93014 is #36CFEB. Grayscale: #5A5A5A. Windows color (decimal): -3592172 or 1323209. OLE color: 1323209.
HSL color Cylindrical-coordinate representation of color #C93014: hue angle of 9.28º 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 #C93014 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 48 | 20 | - |
| CMYK | 0 | 0.76 | 0.90 | 0.21 |
| HSL | 9.28º | 0.82% | 0.43% | - |
| HSV(B) | 9.28º | 0.9% | 0.79% | - |
| XYZ | 25.27 | 14.58 | 2.14 | - |
| YUV | 90.56 | 88.19 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 48 | 20 | 0 | 0.76 | 0.90 | 0.21 | 9.28 | 0.82 | 0.43 |
| Hex | C9 | 30 | 14 | 0 | 4C | 5A | 15 | 9 | 52 | 2B |
| Octal | 311 | 60 | 24 | 0 | 114 | 132 | 25 | 11 | 122 | 53 |
| Binary | 11001001 | 110000 | 10100 | 0 | 1001100 | 1011010 | 10101 | 1001 | 1010010 | 101011 |
Color Harmonies of #C93014
Complementary color
Monochromatic Colors of #C93014
Black with #C93014
Text Example
Text Example
White with #C93014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93014; }
p { color: rgb(201,48,20); }
H1.HeaderClassName
{
color: #C93014;
}
.AnyTagClassName
{
color: #C93014;
}
</style>
background-color css
<style>
a { background-color: #C93014; }
a { background-color: rgb(201,48,20); }
div.DivClassName
{
background-color: #C93014;
}
.BgClassName
{
background-color: #C93014;
}
</style>
border-color css
<style>
span { border-color: #C93014; }
span { border-color: rgb(201,48,20); }
td.TdClassName
{
border-color: #C93014;
}
.TagClassName
{
border-color: #C93014;
}
</style>