Html Css Color HEX #C93504 Harley Davidson Orange
📋 copy color: '#C93504'red 201 ◦ green 53 ◦ blue 4
Shades of Harley Davidson Orange #C93504
Tints of Harley Davidson Orange #C93504
RGB
CMYK
RGB Variations
Color information
#C93504 (or 0xC93504) is known color: Harley Davidson Orange. HEX triplet: C9, 35 and 04. RGB value is (201,53,4). Sum of RGB (Red+Green+Blue) = 201+53+4=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C93504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93504 is #36CAFB. Grayscale: #5C5C5C. Windows color (decimal): -3590908 or 275913. OLE color: 275913.
HSL color Cylindrical-coordinate representation of color #C93504: hue angle of 14.92º degrees, saturation: 0.96, 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 #C93504 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 53 | 4 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.21 |
| HSL | 14.92º | 0.96% | 0.4% | - |
| HSV(B) | 14.92º | 0.98% | 0.79% | - |
| XYZ | 25.38 | 14.97 | 1.67 | - |
| YUV | 91.67 | 78.53 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 53 | 4 | 0 | 0.74 | 0.98 | 0.21 | 14.92 | 0.96 | 0.4 |
| Hex | C9 | 35 | 4 | 0 | 4A | 62 | 15 | F | 60 | 28 |
| Octal | 311 | 65 | 4 | 0 | 112 | 142 | 25 | 17 | 140 | 50 |
| Binary | 11001001 | 110101 | 100 | 0 | 1001010 | 1100010 | 10101 | 1111 | 1100000 | 101000 |
Color Harmonies of #C93504
Complementary color
Monochromatic Colors of #C93504
Black with #C93504
Text Example
Text Example
White with #C93504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93504; }
p { color: rgb(201,53,4); }
H1.HeaderClassName
{
color: #C93504;
}
.AnyTagClassName
{
color: #C93504;
}
</style>
background-color css
<style>
a { background-color: #C93504; }
a { background-color: rgb(201,53,4); }
div.DivClassName
{
background-color: #C93504;
}
.BgClassName
{
background-color: #C93504;
}
</style>
border-color css
<style>
span { border-color: #C93504; }
span { border-color: rgb(201,53,4); }
td.TdClassName
{
border-color: #C93504;
}
.TagClassName
{
border-color: #C93504;
}
</style>