Html Css Color HEX #C93503 Harley Davidson Orange
📋 copy color: '#C93503'red 201 ◦ green 53 ◦ blue 3
Shades of Harley Davidson Orange #C93503
Tints of Harley Davidson Orange #C93503
RGB
CMYK
RGB Variations
Color information
#C93503 (or 0xC93503) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 03. RGB value is (201,53,3). Sum of RGB (Red+Green+Blue) = 201+53+3=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C93503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93503 is #36CAFC. Grayscale: #5B5B5B. Windows color (decimal): -3590909 or 210377. OLE color: 210377.
HSL color Cylindrical-coordinate representation of color #C93503: hue angle of 15.15º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C93503 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 3 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.21 |
| HSL | 15.15º | 0.97% | 0.4% | - |
| HSV(B) | 15.15º | 0.99% | 0.79% | - |
| XYZ | 25.38 | 14.97 | 1.64 | - |
| YUV | 91.55 | 78.03 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 3 | 0 | 0.74 | 0.99 | 0.21 | 15.15 | 0.97 | 0.4 |
| Hex | C9 | 35 | 3 | 0 | 4A | 63 | 15 | F | 61 | 28 |
| Octal | 311 | 65 | 3 | 0 | 112 | 143 | 25 | 17 | 141 | 50 |
| Binary | 11001001 | 110101 | 11 | 0 | 1001010 | 1100011 | 10101 | 1111 | 1100001 | 101000 |
Color Harmonies of #C93503
Complementary color
Monochromatic Colors of #C93503
Black with #C93503
Text Example
Text Example
White with #C93503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93503; }
p { color: rgb(201,53,3); }
H1.HeaderClassName
{
color: #C93503;
}
.AnyTagClassName
{
color: #C93503;
}
</style>
background-color css
<style>
a { background-color: #C93503; }
a { background-color: rgb(201,53,3); }
div.DivClassName
{
background-color: #C93503;
}
.BgClassName
{
background-color: #C93503;
}
</style>
border-color css
<style>
span { border-color: #C93503; }
span { border-color: rgb(201,53,3); }
td.TdClassName
{
border-color: #C93503;
}
.TagClassName
{
border-color: #C93503;
}
</style>