Html Css Color HEX #C93214 Harley Davidson Orange
📋 copy color: '#C93214'red 201 ◦ green 50 ◦ blue 20
Shades of Harley Davidson Orange #C93214
Tints of Harley Davidson Orange #C93214
RGB
CMYK
RGB Variations
Color information
#C93214 (or 0xC93214) is known color: Harley Davidson Orange. HEX triplet: C9, 32 and 14. RGB value is (201,50,20). Sum of RGB (Red+Green+Blue) = 201+50+20=271 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.17% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 201 - color contains mainly: red. Hex color #C93214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93214 is #36CDEB. Grayscale: #5C5C5C. Windows color (decimal): -3591660 or 1323721. OLE color: 1323721.
HSL color Cylindrical-coordinate representation of color #C93214: hue angle of 9.94º 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 #C93214 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 50 | 20 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.21 |
| HSL | 9.94º | 0.82% | 0.43% | - |
| HSV(B) | 9.94º | 0.9% | 0.79% | - |
| XYZ | 25.35 | 14.75 | 2.17 | - |
| YUV | 91.73 | 87.53 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 20 | 0 | 0.75 | 0.90 | 0.21 | 9.94 | 0.82 | 0.43 |
| Hex | C9 | 32 | 14 | 0 | 4B | 5A | 15 | A | 52 | 2B |
| Octal | 311 | 62 | 24 | 0 | 113 | 132 | 25 | 12 | 122 | 53 |
| Binary | 11001001 | 110010 | 10100 | 0 | 1001011 | 1011010 | 10101 | 1010 | 1010010 | 101011 |
Color Harmonies of #C93214
Complementary color
Monochromatic Colors of #C93214
Black with #C93214
Text Example
Text Example
White with #C93214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93214; }
p { color: rgb(201,50,20); }
H1.HeaderClassName
{
color: #C93214;
}
.AnyTagClassName
{
color: #C93214;
}
</style>
background-color css
<style>
a { background-color: #C93214; }
a { background-color: rgb(201,50,20); }
div.DivClassName
{
background-color: #C93214;
}
.BgClassName
{
background-color: #C93214;
}
</style>
border-color css
<style>
span { border-color: #C93214; }
span { border-color: rgb(201,50,20); }
td.TdClassName
{
border-color: #C93214;
}
.TagClassName
{
border-color: #C93214;
}
</style>