Html Css Color HEX #C9250C Harley Davidson Orange
📋 copy color: '#C9250C'red 201 ◦ green 37 ◦ blue 12
Shades of Harley Davidson Orange #C9250C
Tints of Harley Davidson Orange #C9250C
RGB
CMYK
RGB Variations
Color information
#C9250C (or 0xC9250C) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 0C. RGB value is (201,37,12). Sum of RGB (Red+Green+Blue) = 201+37+12=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C9250C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9250C is #36DAF3. Grayscale: #535353. Windows color (decimal): -3594996 or 796105. OLE color: 796105.
HSL color Cylindrical-coordinate representation of color #C9250C: hue angle of 7.94º 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 #C9250C is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 12 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.21 |
| HSL | 7.94º | 0.89% | 0.42% | - |
| HSV(B) | 7.94º | 0.94% | 0.79% | - |
| XYZ | 24.82 | 13.77 | 1.7 | - |
| YUV | 83.19 | 87.83 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 12 | 0 | 0.82 | 0.94 | 0.21 | 7.94 | 0.89 | 0.42 |
| Hex | C9 | 25 | C | 0 | 52 | 5E | 15 | 8 | 59 | 2A |
| Octal | 311 | 45 | 14 | 0 | 122 | 136 | 25 | 10 | 131 | 52 |
| Binary | 11001001 | 100101 | 1100 | 0 | 1010010 | 1011110 | 10101 | 1000 | 1011001 | 101010 |
Color Harmonies of #C9250C
Complementary color
Monochromatic Colors of #C9250C
Black with #C9250C
Text Example
Text Example
White with #C9250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9250C; }
p { color: rgb(201,37,12); }
H1.HeaderClassName
{
color: #C9250C;
}
.AnyTagClassName
{
color: #C9250C;
}
</style>
background-color css
<style>
a { background-color: #C9250C; }
a { background-color: rgb(201,37,12); }
div.DivClassName
{
background-color: #C9250C;
}
.BgClassName
{
background-color: #C9250C;
}
</style>
border-color css
<style>
span { border-color: #C9250C; }
span { border-color: rgb(201,37,12); }
td.TdClassName
{
border-color: #C9250C;
}
.TagClassName
{
border-color: #C9250C;
}
</style>