Html Css Color HEX #C93912 Harley Davidson Orange
📋 copy color: '#C93912'red 201 ◦ green 57 ◦ blue 18
Shades of Harley Davidson Orange #C93912
Tints of Harley Davidson Orange #C93912
RGB
CMYK
RGB Variations
Color information
#C93912 (or 0xC93912) is known color: Harley Davidson Orange. HEX triplet: C9, 39 and 12. RGB value is (201,57,18). Sum of RGB (Red+Green+Blue) = 201+57+18=276 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.83% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 201 - color contains mainly: red. Hex color #C93912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93912 is #36C6ED. Grayscale: #5F5F5F. Windows color (decimal): -3589870 or 1194441. OLE color: 1194441.
HSL color Cylindrical-coordinate representation of color #C93912: hue angle of 12.79º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C93912 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 57 | 18 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.21 |
| HSL | 12.79º | 0.84% | 0.43% | - |
| HSV(B) | 12.79º | 0.91% | 0.79% | - |
| XYZ | 25.66 | 15.39 | 2.19 | - |
| YUV | 95.61 | 84.21 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 57 | 18 | 0 | 0.72 | 0.91 | 0.21 | 12.79 | 0.84 | 0.43 |
| Hex | C9 | 39 | 12 | 0 | 48 | 5B | 15 | D | 54 | 2B |
| Octal | 311 | 71 | 22 | 0 | 110 | 133 | 25 | 15 | 124 | 53 |
| Binary | 11001001 | 111001 | 10010 | 0 | 1001000 | 1011011 | 10101 | 1101 | 1010100 | 101011 |
Color Harmonies of #C93912
Complementary color
Monochromatic Colors of #C93912
Black with #C93912
Text Example
Text Example
White with #C93912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93912; }
p { color: rgb(201,57,18); }
H1.HeaderClassName
{
color: #C93912;
}
.AnyTagClassName
{
color: #C93912;
}
</style>
background-color css
<style>
a { background-color: #C93912; }
a { background-color: rgb(201,57,18); }
div.DivClassName
{
background-color: #C93912;
}
.BgClassName
{
background-color: #C93912;
}
</style>
border-color css
<style>
span { border-color: #C93912; }
span { border-color: rgb(201,57,18); }
td.TdClassName
{
border-color: #C93912;
}
.TagClassName
{
border-color: #C93912;
}
</style>