Html Css Color HEX #C9270D Harley Davidson Orange
📋 copy color: '#C9270D'red 201 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #C9270D
Tints of Harley Davidson Orange #C9270D
RGB
CMYK
RGB Variations
Color information
#C9270D (or 0xC9270D) is known color: Harley Davidson Orange. HEX triplet: C9, 27 and 0D. RGB value is (201,39,13). Sum of RGB (Red+Green+Blue) = 201+39+13=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C9270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9270D is #36D8F2. Grayscale: #545454. Windows color (decimal): -3594483 or 862153. OLE color: 862153.
HSL color Cylindrical-coordinate representation of color #C9270D: hue angle of 8.3º degrees, saturation: 0.88, 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 #C9270D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.21 |
| HSL | 8.3º | 0.88% | 0.42% | - |
| HSV(B) | 8.3º | 0.94% | 0.79% | - |
| XYZ | 24.89 | 13.9 | 1.75 | - |
| YUV | 84.47 | 87.67 | 211.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 13 | 0 | 0.81 | 0.94 | 0.21 | 8.3 | 0.88 | 0.42 |
| Hex | C9 | 27 | D | 0 | 51 | 5E | 15 | 8 | 58 | 2A |
| Octal | 311 | 47 | 15 | 0 | 121 | 136 | 25 | 10 | 130 | 52 |
| Binary | 11001001 | 100111 | 1101 | 0 | 1010001 | 1011110 | 10101 | 1000 | 1011000 | 101010 |
Color Harmonies of #C9270D
Complementary color
Monochromatic Colors of #C9270D
Black with #C9270D
Text Example
Text Example
White with #C9270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9270D; }
p { color: rgb(201,39,13); }
H1.HeaderClassName
{
color: #C9270D;
}
.AnyTagClassName
{
color: #C9270D;
}
</style>
background-color css
<style>
a { background-color: #C9270D; }
a { background-color: rgb(201,39,13); }
div.DivClassName
{
background-color: #C9270D;
}
.BgClassName
{
background-color: #C9270D;
}
</style>
border-color css
<style>
span { border-color: #C9270D; }
span { border-color: rgb(201,39,13); }
td.TdClassName
{
border-color: #C9270D;
}
.TagClassName
{
border-color: #C9270D;
}
</style>