Html Css Color HEX #C93405 Harley Davidson Orange
📋 copy color: '#C93405'red 201 ◦ green 52 ◦ blue 5
Shades of Harley Davidson Orange #C93405
Tints of Harley Davidson Orange #C93405
RGB
CMYK
RGB Variations
Color information
#C93405 (or 0xC93405) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 05. RGB value is (201,52,5). Sum of RGB (Red+Green+Blue) = 201+52+5=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C93405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93405 is #36CBFA. Grayscale: #5B5B5B. Windows color (decimal): -3591163 or 341193. OLE color: 341193.
HSL color Cylindrical-coordinate representation of color #C93405: hue angle of 14.39º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C93405 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.21 |
| HSL | 14.39º | 0.95% | 0.4% | - |
| HSV(B) | 14.39º | 0.98% | 0.79% | - |
| XYZ | 25.34 | 14.88 | 1.68 | - |
| YUV | 91.19 | 79.36 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 5 | 0 | 0.74 | 0.98 | 0.21 | 14.39 | 0.95 | 0.4 |
| Hex | C9 | 34 | 5 | 0 | 4A | 62 | 15 | E | 5F | 28 |
| Octal | 311 | 64 | 5 | 0 | 112 | 142 | 25 | 16 | 137 | 50 |
| Binary | 11001001 | 110100 | 101 | 0 | 1001010 | 1100010 | 10101 | 1110 | 1011111 | 101000 |
Color Harmonies of #C93405
Complementary color
Monochromatic Colors of #C93405
Black with #C93405
Text Example
Text Example
White with #C93405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93405; }
p { color: rgb(201,52,5); }
H1.HeaderClassName
{
color: #C93405;
}
.AnyTagClassName
{
color: #C93405;
}
</style>
background-color css
<style>
a { background-color: #C93405; }
a { background-color: rgb(201,52,5); }
div.DivClassName
{
background-color: #C93405;
}
.BgClassName
{
background-color: #C93405;
}
</style>
border-color css
<style>
span { border-color: #C93405; }
span { border-color: rgb(201,52,5); }
td.TdClassName
{
border-color: #C93405;
}
.TagClassName
{
border-color: #C93405;
}
</style>