Html Css Color HEX #C93505 Harley Davidson Orange
📋 copy color: '#C93505'red 201 ◦ green 53 ◦ blue 5
Shades of Harley Davidson Orange #C93505
Tints of Harley Davidson Orange #C93505
RGB
CMYK
RGB Variations
Color information
#C93505 (or 0xC93505) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 05. RGB value is (201,53,5). Sum of RGB (Red+Green+Blue) = 201+53+5=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C93505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93505 is #36CAFA. Grayscale: #5C5C5C. Windows color (decimal): -3590907 or 341449. OLE color: 341449.
HSL color Cylindrical-coordinate representation of color #C93505: hue angle of 14.69º 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 #C93505 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 5 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.21 |
| HSL | 14.69º | 0.95% | 0.4% | - |
| HSV(B) | 14.69º | 0.98% | 0.79% | - |
| XYZ | 25.39 | 14.97 | 1.7 | - |
| YUV | 91.78 | 79.03 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 5 | 0 | 0.74 | 0.98 | 0.21 | 14.69 | 0.95 | 0.4 |
| Hex | C9 | 35 | 5 | 0 | 4A | 62 | 15 | F | 5F | 28 |
| Octal | 311 | 65 | 5 | 0 | 112 | 142 | 25 | 17 | 137 | 50 |
| Binary | 11001001 | 110101 | 101 | 0 | 1001010 | 1100010 | 10101 | 1111 | 1011111 | 101000 |
Color Harmonies of #C93505
Complementary color
Monochromatic Colors of #C93505
Black with #C93505
Text Example
Text Example
White with #C93505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93505; }
p { color: rgb(201,53,5); }
H1.HeaderClassName
{
color: #C93505;
}
.AnyTagClassName
{
color: #C93505;
}
</style>
background-color css
<style>
a { background-color: #C93505; }
a { background-color: rgb(201,53,5); }
div.DivClassName
{
background-color: #C93505;
}
.BgClassName
{
background-color: #C93505;
}
</style>
border-color css
<style>
span { border-color: #C93505; }
span { border-color: rgb(201,53,5); }
td.TdClassName
{
border-color: #C93505;
}
.TagClassName
{
border-color: #C93505;
}
</style>