Html Css Color HEX #C9251E Harley Davidson Orange
📋 copy color: '#C9251E'red 201 ◦ green 37 ◦ blue 30
Shades of Harley Davidson Orange #C9251E
Tints of Harley Davidson Orange #C9251E
RGB
CMYK
RGB Variations
Color information
#C9251E (or 0xC9251E) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 1E. RGB value is (201,37,30). Sum of RGB (Red+Green+Blue) = 201+37+30=268 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 30 (12.11% from 255 or 11.19% from 268); Max value from RGB is 201 - color contains mainly: red. Hex color #C9251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9251E is #36DAE1. Grayscale: #555555. Windows color (decimal): -3594978 or 1975753. OLE color: 1975753.
HSL color Cylindrical-coordinate representation of color #C9251E: hue angle of 2.46º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9251E is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 30 | - |
| CMYK | 0 | 0.82 | 0.85 | 0.21 |
| HSL | 2.46º | 0.74% | 0.45% | - |
| HSV(B) | 2.46º | 0.85% | 0.79% | - |
| XYZ | 24.98 | 13.83 | 2.58 | - |
| YUV | 85.24 | 96.83 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 30 | 0 | 0.82 | 0.85 | 0.21 | 2.46 | 0.74 | 0.45 |
| Hex | C9 | 25 | 1E | 0 | 52 | 55 | 15 | 2 | 4A | 2D |
| Octal | 311 | 45 | 36 | 0 | 122 | 125 | 25 | 2 | 112 | 55 |
| Binary | 11001001 | 100101 | 11110 | 0 | 1010010 | 1010101 | 10101 | 10 | 1001010 | 101101 |
Color Harmonies of #C9251E
Complementary color
Monochromatic Colors of #C9251E
Black with #C9251E
Text Example
Text Example
White with #C9251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9251E; }
p { color: rgb(201,37,30); }
H1.HeaderClassName
{
color: #C9251E;
}
.AnyTagClassName
{
color: #C9251E;
}
</style>
background-color css
<style>
a { background-color: #C9251E; }
a { background-color: rgb(201,37,30); }
div.DivClassName
{
background-color: #C9251E;
}
.BgClassName
{
background-color: #C9251E;
}
</style>
border-color css
<style>
span { border-color: #C9251E; }
span { border-color: rgb(201,37,30); }
td.TdClassName
{
border-color: #C9251E;
}
.TagClassName
{
border-color: #C9251E;
}
</style>