Html Css Color HEX #C93E1D Harley Davidson Orange
📋 copy color: '#C93E1D'red 201 ◦ green 62 ◦ blue 29
Shades of Harley Davidson Orange #C93E1D
Tints of Harley Davidson Orange #C93E1D
RGB
CMYK
RGB Variations
Color information
#C93E1D (or 0xC93E1D) is known color: Harley Davidson Orange. HEX triplet: C9, 3E and 1D. RGB value is (201,62,29). Sum of RGB (Red+Green+Blue) = 201+62+29=292 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.84% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93E1D is #36C1E2. Grayscale: #646464. Windows color (decimal): -3588579 or 1916617. OLE color: 1916617.
HSL color Cylindrical-coordinate representation of color #C93E1D: hue angle of 11.51º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C93E1D is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 29 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.21 |
| HSL | 11.51º | 0.75% | 0.45% | - |
| HSV(B) | 11.51º | 0.86% | 0.79% | - |
| XYZ | 26.03 | 15.95 | 2.87 | - |
| YUV | 99.8 | 88.05 | 200.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 29 | 0 | 0.69 | 0.86 | 0.21 | 11.51 | 0.75 | 0.45 |
| Hex | C9 | 3E | 1D | 0 | 45 | 56 | 15 | C | 4B | 2D |
| Octal | 311 | 76 | 35 | 0 | 105 | 126 | 25 | 14 | 113 | 55 |
| Binary | 11001001 | 111110 | 11101 | 0 | 1000101 | 1010110 | 10101 | 1100 | 1001011 | 101101 |
Color Harmonies of #C93E1D
Complementary color
Monochromatic Colors of #C93E1D
Black with #C93E1D
Text Example
Text Example
White with #C93E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93E1D; }
p { color: rgb(201,62,29); }
H1.HeaderClassName
{
color: #C93E1D;
}
.AnyTagClassName
{
color: #C93E1D;
}
</style>
background-color css
<style>
a { background-color: #C93E1D; }
a { background-color: rgb(201,62,29); }
div.DivClassName
{
background-color: #C93E1D;
}
.BgClassName
{
background-color: #C93E1D;
}
</style>
border-color css
<style>
span { border-color: #C93E1D; }
span { border-color: rgb(201,62,29); }
td.TdClassName
{
border-color: #C93E1D;
}
.TagClassName
{
border-color: #C93E1D;
}
</style>