Html Css Color HEX #C9270C Harley Davidson Orange
📋 copy color: '#C9270C'red 201 ◦ green 39 ◦ blue 12
Shades of Harley Davidson Orange #C9270C
Tints of Harley Davidson Orange #C9270C
RGB
CMYK
RGB Variations
Color information
#C9270C (or 0xC9270C) is known color: Harley Davidson Orange. HEX triplet: C9, 27 and 0C. RGB value is (201,39,12). Sum of RGB (Red+Green+Blue) = 201+39+12=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C9270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9270C is #36D8F3. Grayscale: #545454. Windows color (decimal): -3594484 or 796617. OLE color: 796617.
HSL color Cylindrical-coordinate representation of color #C9270C: hue angle of 8.57º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9270C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 12 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.21 |
| HSL | 8.57º | 0.89% | 0.42% | - |
| HSV(B) | 8.57º | 0.94% | 0.79% | - |
| XYZ | 24.88 | 13.9 | 1.72 | - |
| YUV | 84.36 | 87.17 | 211.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 12 | 0 | 0.81 | 0.94 | 0.21 | 8.57 | 0.89 | 0.42 |
| Hex | C9 | 27 | C | 0 | 51 | 5E | 15 | 9 | 59 | 2A |
| Octal | 311 | 47 | 14 | 0 | 121 | 136 | 25 | 11 | 131 | 52 |
| Binary | 11001001 | 100111 | 1100 | 0 | 1010001 | 1011110 | 10101 | 1001 | 1011001 | 101010 |
Color Harmonies of #C9270C
Complementary color
Monochromatic Colors of #C9270C
Black with #C9270C
Text Example
Text Example
White with #C9270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9270C; }
p { color: rgb(201,39,12); }
H1.HeaderClassName
{
color: #C9270C;
}
.AnyTagClassName
{
color: #C9270C;
}
</style>
background-color css
<style>
a { background-color: #C9270C; }
a { background-color: rgb(201,39,12); }
div.DivClassName
{
background-color: #C9270C;
}
.BgClassName
{
background-color: #C9270C;
}
</style>
border-color css
<style>
span { border-color: #C9270C; }
span { border-color: rgb(201,39,12); }
td.TdClassName
{
border-color: #C9270C;
}
.TagClassName
{
border-color: #C9270C;
}
</style>