Html Css Color HEX #C93A1B Harley Davidson Orange
📋 copy color: '#C93A1B'red 201 ◦ green 58 ◦ blue 27
Shades of Harley Davidson Orange #C93A1B
Tints of Harley Davidson Orange #C93A1B
RGB
CMYK
RGB Variations
Color information
#C93A1B (or 0xC93A1B) is known color: Harley Davidson Orange. HEX triplet: C9, 3A and 1B. RGB value is (201,58,27). Sum of RGB (Red+Green+Blue) = 201+58+27=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93A1B is #36C5E4. Grayscale: #616161. Windows color (decimal): -3589605 or 1784521. OLE color: 1784521.
HSL color Cylindrical-coordinate representation of color #C93A1B: hue angle of 10.69º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C93A1B is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 27 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.21 |
| HSL | 10.69º | 0.76% | 0.45% | - |
| HSV(B) | 10.69º | 0.87% | 0.79% | - |
| XYZ | 25.8 | 15.52 | 2.67 | - |
| YUV | 97.22 | 88.38 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 27 | 0 | 0.71 | 0.87 | 0.21 | 10.69 | 0.76 | 0.45 |
| Hex | C9 | 3A | 1B | 0 | 47 | 57 | 15 | B | 4C | 2D |
| Octal | 311 | 72 | 33 | 0 | 107 | 127 | 25 | 13 | 114 | 55 |
| Binary | 11001001 | 111010 | 11011 | 0 | 1000111 | 1010111 | 10101 | 1011 | 1001100 | 101101 |
Color Harmonies of #C93A1B
Complementary color
Monochromatic Colors of #C93A1B
Black with #C93A1B
Text Example
Text Example
White with #C93A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A1B; }
p { color: rgb(201,58,27); }
H1.HeaderClassName
{
color: #C93A1B;
}
.AnyTagClassName
{
color: #C93A1B;
}
</style>
background-color css
<style>
a { background-color: #C93A1B; }
a { background-color: rgb(201,58,27); }
div.DivClassName
{
background-color: #C93A1B;
}
.BgClassName
{
background-color: #C93A1B;
}
</style>
border-color css
<style>
span { border-color: #C93A1B; }
span { border-color: rgb(201,58,27); }
td.TdClassName
{
border-color: #C93A1B;
}
.TagClassName
{
border-color: #C93A1B;
}
</style>