Html Css Color HEX #C93612 Harley Davidson Orange
📋 copy color: '#C93612'red 201 ◦ green 54 ◦ blue 18
Shades of Harley Davidson Orange #C93612
Tints of Harley Davidson Orange #C93612
RGB
CMYK
RGB Variations
Color information
#C93612 (or 0xC93612) is known color: Harley Davidson Orange. HEX triplet: C9, 36 and 12. RGB value is (201,54,18). Sum of RGB (Red+Green+Blue) = 201+54+18=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C93612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93612 is #36C9ED. Grayscale: #5E5E5E. Windows color (decimal): -3590638 or 1193673. OLE color: 1193673.
HSL color Cylindrical-coordinate representation of color #C93612: hue angle of 11.8º 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 #C93612 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 54 | 18 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.21 |
| HSL | 11.8º | 0.84% | 0.43% | - |
| HSV(B) | 11.8º | 0.91% | 0.79% | - |
| XYZ | 25.52 | 15.1 | 2.14 | - |
| YUV | 93.85 | 85.2 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 18 | 0 | 0.73 | 0.91 | 0.21 | 11.8 | 0.84 | 0.43 |
| Hex | C9 | 36 | 12 | 0 | 49 | 5B | 15 | C | 54 | 2B |
| Octal | 311 | 66 | 22 | 0 | 111 | 133 | 25 | 14 | 124 | 53 |
| Binary | 11001001 | 110110 | 10010 | 0 | 1001001 | 1011011 | 10101 | 1100 | 1010100 | 101011 |
Color Harmonies of #C93612
Complementary color
Monochromatic Colors of #C93612
Black with #C93612
Text Example
Text Example
White with #C93612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93612; }
p { color: rgb(201,54,18); }
H1.HeaderClassName
{
color: #C93612;
}
.AnyTagClassName
{
color: #C93612;
}
</style>
background-color css
<style>
a { background-color: #C93612; }
a { background-color: rgb(201,54,18); }
div.DivClassName
{
background-color: #C93612;
}
.BgClassName
{
background-color: #C93612;
}
</style>
border-color css
<style>
span { border-color: #C93612; }
span { border-color: rgb(201,54,18); }
td.TdClassName
{
border-color: #C93612;
}
.TagClassName
{
border-color: #C93612;
}
</style>