Html Css Color HEX #C93D1C Harley Davidson Orange
📋 copy color: '#C93D1C'red 201 ◦ green 61 ◦ blue 28
Shades of Harley Davidson Orange #C93D1C
Tints of Harley Davidson Orange #C93D1C
RGB
CMYK
RGB Variations
Color information
#C93D1C (or 0xC93D1C) is known color: Harley Davidson Orange. HEX triplet: C9, 3D and 1C. RGB value is (201,61,28). Sum of RGB (Red+Green+Blue) = 201+61+28=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93D1C is #36C2E3. Grayscale: #636363. Windows color (decimal): -3588836 or 1850825. OLE color: 1850825.
HSL color Cylindrical-coordinate representation of color #C93D1C: hue angle of 11.45º degrees, saturation: 0.76, 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 #C93D1C is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 28 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.21 |
| HSL | 11.45º | 0.76% | 0.45% | - |
| HSV(B) | 11.45º | 0.86% | 0.79% | - |
| XYZ | 25.97 | 15.84 | 2.79 | - |
| YUV | 99.1 | 87.88 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 28 | 0 | 0.70 | 0.86 | 0.21 | 11.45 | 0.76 | 0.45 |
| Hex | C9 | 3D | 1C | 0 | 46 | 56 | 15 | B | 4C | 2D |
| Octal | 311 | 75 | 34 | 0 | 106 | 126 | 25 | 13 | 114 | 55 |
| Binary | 11001001 | 111101 | 11100 | 0 | 1000110 | 1010110 | 10101 | 1011 | 1001100 | 101101 |
Color Harmonies of #C93D1C
Complementary color
Monochromatic Colors of #C93D1C
Black with #C93D1C
Text Example
Text Example
White with #C93D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D1C; }
p { color: rgb(201,61,28); }
H1.HeaderClassName
{
color: #C93D1C;
}
.AnyTagClassName
{
color: #C93D1C;
}
</style>
background-color css
<style>
a { background-color: #C93D1C; }
a { background-color: rgb(201,61,28); }
div.DivClassName
{
background-color: #C93D1C;
}
.BgClassName
{
background-color: #C93D1C;
}
</style>
border-color css
<style>
span { border-color: #C93D1C; }
span { border-color: rgb(201,61,28); }
td.TdClassName
{
border-color: #C93D1C;
}
.TagClassName
{
border-color: #C93D1C;
}
</style>