Html Css Color HEX #C9200F Harley Davidson Orange
📋 copy color: '#C9200F'red 201 ◦ green 32 ◦ blue 15
Shades of Harley Davidson Orange #C9200F
Tints of Harley Davidson Orange #C9200F
RGB
CMYK
RGB Variations
Color information
#C9200F (or 0xC9200F) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 0F. RGB value is (201,32,15). Sum of RGB (Red+Green+Blue) = 201+32+15=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C9200F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C9200F is #36DFF0. Grayscale: #505050. Windows color (decimal): -3596273 or 991433. OLE color: 991433.
HSL color Cylindrical-coordinate representation of color #C9200F: hue angle of 5.48º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9200F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 15 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.21 |
| HSL | 5.48º | 0.86% | 0.42% | - |
| HSV(B) | 5.48º | 0.93% | 0.79% | - |
| XYZ | 24.69 | 13.49 | 1.75 | - |
| YUV | 80.59 | 90.99 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 15 | 0 | 0.84 | 0.93 | 0.21 | 5.48 | 0.86 | 0.42 |
| Hex | C9 | 20 | F | 0 | 54 | 5D | 15 | 5 | 56 | 2A |
| Octal | 311 | 40 | 17 | 0 | 124 | 135 | 25 | 5 | 126 | 52 |
| Binary | 11001001 | 100000 | 1111 | 0 | 1010100 | 1011101 | 10101 | 101 | 1010110 | 101010 |
Color Harmonies of #C9200F
Complementary color
Monochromatic Colors of #C9200F
Black with #C9200F
Text Example
Text Example
White with #C9200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9200F; }
p { color: rgb(201,32,15); }
H1.HeaderClassName
{
color: #C9200F;
}
.AnyTagClassName
{
color: #C9200F;
}
</style>
background-color css
<style>
a { background-color: #C9200F; }
a { background-color: rgb(201,32,15); }
div.DivClassName
{
background-color: #C9200F;
}
.BgClassName
{
background-color: #C9200F;
}
</style>
border-color css
<style>
span { border-color: #C9200F; }
span { border-color: rgb(201,32,15); }
td.TdClassName
{
border-color: #C9200F;
}
.TagClassName
{
border-color: #C9200F;
}
</style>