Html Css Color HEX #C9271E Harley Davidson Orange
📋 copy color: '#C9271E'red 201 ◦ green 39 ◦ blue 30
Shades of Harley Davidson Orange #C9271E
Tints of Harley Davidson Orange #C9271E
RGB
CMYK
RGB Variations
Color information
#C9271E (or 0xC9271E) is known color: Harley Davidson Orange. HEX triplet: C9, 27 and 1E. RGB value is (201,39,30). Sum of RGB (Red+Green+Blue) = 201+39+30=270 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.44% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 201 - color contains mainly: red. Hex color #C9271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9271E is #36D8E1. Grayscale: #565656. Windows color (decimal): -3594466 or 1976265. OLE color: 1976265.
HSL color Cylindrical-coordinate representation of color #C9271E: hue angle of 3.16º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9271E is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 30 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.21 |
| HSL | 3.16º | 0.74% | 0.45% | - |
| HSV(B) | 3.16º | 0.85% | 0.79% | - |
| XYZ | 25.05 | 13.96 | 2.6 | - |
| YUV | 86.41 | 96.17 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 30 | 0 | 0.81 | 0.85 | 0.21 | 3.16 | 0.74 | 0.45 |
| Hex | C9 | 27 | 1E | 0 | 51 | 55 | 15 | 3 | 4A | 2D |
| Octal | 311 | 47 | 36 | 0 | 121 | 125 | 25 | 3 | 112 | 55 |
| Binary | 11001001 | 100111 | 11110 | 0 | 1010001 | 1010101 | 10101 | 11 | 1001010 | 101101 |
Color Harmonies of #C9271E
Complementary color
Monochromatic Colors of #C9271E
Black with #C9271E
Text Example
Text Example
White with #C9271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9271E; }
p { color: rgb(201,39,30); }
H1.HeaderClassName
{
color: #C9271E;
}
.AnyTagClassName
{
color: #C9271E;
}
</style>
background-color css
<style>
a { background-color: #C9271E; }
a { background-color: rgb(201,39,30); }
div.DivClassName
{
background-color: #C9271E;
}
.BgClassName
{
background-color: #C9271E;
}
</style>
border-color css
<style>
span { border-color: #C9271E; }
span { border-color: rgb(201,39,30); }
td.TdClassName
{
border-color: #C9271E;
}
.TagClassName
{
border-color: #C9271E;
}
</style>