Html Css Color HEX #C93924 Harley Davidson Orange
📋 copy color: '#C93924'red 201 ◦ green 57 ◦ blue 36
Shades of Harley Davidson Orange #C93924
Tints of Harley Davidson Orange #C93924
RGB
CMYK
RGB Variations
Color information
#C93924 (or 0xC93924) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 24. RGB value is (201,57,36). Sum of RGB (Red+Green+Blue) = 201+57+36=294 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.37% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 36 (14.45% from 255 or 12.24% from 294); Max value from RGB is 201 - color contains mainly: red. Hex color #C93924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93924 is #36C6DB. Grayscale: #616161. Windows color (decimal): -3589852 or 2374089. OLE color: 2374089.
HSL color Cylindrical-coordinate representation of color #C93924: hue angle of 7.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C93924 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 36 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.21 |
| HSL | 7.64º | 0.7% | 0.46% | - |
| HSV(B) | 7.64º | 0.82% | 0.79% | - |
| XYZ | 25.87 | 15.47 | 3.29 | - |
| YUV | 97.66 | 93.21 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 36 | 0 | 0.72 | 0.82 | 0.21 | 7.64 | 0.7 | 0.46 |
| Hex | C9 | 39 | 24 | 0 | 48 | 52 | 15 | 8 | 46 | 2E |
| Octal | 311 | 71 | 44 | 0 | 110 | 122 | 25 | 10 | 106 | 56 |
| Binary | 11001001 | 111001 | 100100 | 0 | 1001000 | 1010010 | 10101 | 1000 | 1000110 | 101110 |
Color Harmonies of #C93924
Complementary color
Monochromatic Colors of #C93924
Black with #C93924
Text Example
Text Example
White with #C93924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93924; }
p { color: rgb(201,57,36); }
H1.HeaderClassName
{
color: #C93924;
}
.AnyTagClassName
{
color: #C93924;
}
</style>
background-color css
<style>
a { background-color: #C93924; }
a { background-color: rgb(201,57,36); }
div.DivClassName
{
background-color: #C93924;
}
.BgClassName
{
background-color: #C93924;
}
</style>
border-color css
<style>
span { border-color: #C93924; }
span { border-color: rgb(201,57,36); }
td.TdClassName
{
border-color: #C93924;
}
.TagClassName
{
border-color: #C93924;
}
</style>