Html Css Color HEX #C93905 Harley Davidson Orange
📋 copy color: '#C93905'red 201 ◦ green 57 ◦ blue 5
Shades of Harley Davidson Orange #C93905
Tints of Harley Davidson Orange #C93905
RGB
CMYK
RGB Variations
Color information
#C93905 (or 0xC93905) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 05. RGB value is (201,57,5). Sum of RGB (Red+Green+Blue) = 201+57+5=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C93905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93905 is #36C6FA. Grayscale: #5E5E5E. Windows color (decimal): -3589883 or 342473. OLE color: 342473.
HSL color Cylindrical-coordinate representation of color #C93905: hue angle of 15.92º 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 #C93905 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 5 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.21 |
| HSL | 15.92º | 0.95% | 0.4% | - |
| HSV(B) | 15.92º | 0.98% | 0.79% | - |
| XYZ | 25.58 | 15.35 | 1.76 | - |
| YUV | 94.13 | 77.71 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 5 | 0 | 0.72 | 0.98 | 0.21 | 15.92 | 0.95 | 0.4 |
| Hex | C9 | 39 | 5 | 0 | 48 | 62 | 15 | 10 | 5F | 28 |
| Octal | 311 | 71 | 5 | 0 | 110 | 142 | 25 | 20 | 137 | 50 |
| Binary | 11001001 | 111001 | 101 | 0 | 1001000 | 1100010 | 10101 | 10000 | 1011111 | 101000 |
Color Harmonies of #C93905
Complementary color
Monochromatic Colors of #C93905
Black with #C93905
Text Example
Text Example
White with #C93905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93905; }
p { color: rgb(201,57,5); }
H1.HeaderClassName
{
color: #C93905;
}
.AnyTagClassName
{
color: #C93905;
}
</style>
background-color css
<style>
a { background-color: #C93905; }
a { background-color: rgb(201,57,5); }
div.DivClassName
{
background-color: #C93905;
}
.BgClassName
{
background-color: #C93905;
}
</style>
border-color css
<style>
span { border-color: #C93905; }
span { border-color: rgb(201,57,5); }
td.TdClassName
{
border-color: #C93905;
}
.TagClassName
{
border-color: #C93905;
}
</style>