Html Css Color HEX #C9271C Harley Davidson Orange
📋 copy color: '#C9271C'red 201 ◦ green 39 ◦ blue 28
Shades of Harley Davidson Orange #C9271C
Tints of Harley Davidson Orange #C9271C
RGB
CMYK
RGB Variations
Color information
#C9271C (or 0xC9271C) is known color: Harley Davidson Orange. HEX triplet: C9, 27 and 1C. RGB value is (201,39,28). Sum of RGB (Red+Green+Blue) = 201+39+28=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9271C is #36D8E3. Grayscale: #565656. Windows color (decimal): -3594468 or 1845193. OLE color: 1845193.
HSL color Cylindrical-coordinate representation of color #C9271C: hue angle of 3.82º 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 #C9271C is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 28 | - |
| CMYK | 0 | 0.81 | 0.86 | 0.21 |
| HSL | 3.82º | 0.76% | 0.45% | - |
| HSV(B) | 3.82º | 0.86% | 0.79% | - |
| XYZ | 25.02 | 13.95 | 2.47 | - |
| YUV | 86.18 | 95.17 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 28 | 0 | 0.81 | 0.86 | 0.21 | 3.82 | 0.76 | 0.45 |
| Hex | C9 | 27 | 1C | 0 | 51 | 56 | 15 | 4 | 4C | 2D |
| Octal | 311 | 47 | 34 | 0 | 121 | 126 | 25 | 4 | 114 | 55 |
| Binary | 11001001 | 100111 | 11100 | 0 | 1010001 | 1010110 | 10101 | 100 | 1001100 | 101101 |
Color Harmonies of #C9271C
Complementary color
Monochromatic Colors of #C9271C
Black with #C9271C
Text Example
Text Example
White with #C9271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9271C; }
p { color: rgb(201,39,28); }
H1.HeaderClassName
{
color: #C9271C;
}
.AnyTagClassName
{
color: #C9271C;
}
</style>
background-color css
<style>
a { background-color: #C9271C; }
a { background-color: rgb(201,39,28); }
div.DivClassName
{
background-color: #C9271C;
}
.BgClassName
{
background-color: #C9271C;
}
</style>
border-color css
<style>
span { border-color: #C9271C; }
span { border-color: rgb(201,39,28); }
td.TdClassName
{
border-color: #C9271C;
}
.TagClassName
{
border-color: #C9271C;
}
</style>