Html Css Color HEX #C9251D Harley Davidson Orange
📋 copy color: '#C9251D'red 201 ◦ green 37 ◦ blue 29
Shades of Harley Davidson Orange #C9251D
Tints of Harley Davidson Orange #C9251D
RGB
CMYK
RGB Variations
Color information
#C9251D (or 0xC9251D) is known color: Harley Davidson Orange. HEX triplet: C9, 25 and 1D. RGB value is (201,37,29). Sum of RGB (Red+Green+Blue) = 201+37+29=267 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.28% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 201 - color contains mainly: red. Hex color #C9251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9251D is #36DAE2. Grayscale: #555555. Windows color (decimal): -3594979 or 1910217. OLE color: 1910217.
HSL color Cylindrical-coordinate representation of color #C9251D: hue angle of 2.79º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9251D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 37 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.21 |
| HSL | 2.79º | 0.75% | 0.45% | - |
| HSV(B) | 2.79º | 0.86% | 0.79% | - |
| XYZ | 24.97 | 13.83 | 2.52 | - |
| YUV | 85.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 37 | 29 | 0 | 0.82 | 0.86 | 0.21 | 2.79 | 0.75 | 0.45 |
| Hex | C9 | 25 | 1D | 0 | 52 | 56 | 15 | 3 | 4B | 2D |
| Octal | 311 | 45 | 35 | 0 | 122 | 126 | 25 | 3 | 113 | 55 |
| Binary | 11001001 | 100101 | 11101 | 0 | 1010010 | 1010110 | 10101 | 11 | 1001011 | 101101 |
Color Harmonies of #C9251D
Complementary color
Monochromatic Colors of #C9251D
Black with #C9251D
Text Example
Text Example
White with #C9251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9251D; }
p { color: rgb(201,37,29); }
H1.HeaderClassName
{
color: #C9251D;
}
.AnyTagClassName
{
color: #C9251D;
}
</style>
background-color css
<style>
a { background-color: #C9251D; }
a { background-color: rgb(201,37,29); }
div.DivClassName
{
background-color: #C9251D;
}
.BgClassName
{
background-color: #C9251D;
}
</style>
border-color css
<style>
span { border-color: #C9251D; }
span { border-color: rgb(201,37,29); }
td.TdClassName
{
border-color: #C9251D;
}
.TagClassName
{
border-color: #C9251D;
}
</style>