Html Css Color HEX #C9241D Harley Davidson Orange
📋 copy color: '#C9241D'red 201 ◦ green 36 ◦ blue 29
Shades of Harley Davidson Orange #C9241D
Tints of Harley Davidson Orange #C9241D
RGB
CMYK
RGB Variations
Color information
#C9241D (or 0xC9241D) is known color: Harley Davidson Orange. HEX triplet: C9, 24 and 1D. RGB value is (201,36,29). Sum of RGB (Red+Green+Blue) = 201+36+29=266 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.56% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 201 - color contains mainly: red. Hex color #C9241D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9241D is #36DBE2. Grayscale: #545454. Windows color (decimal): -3595235 or 1909961. OLE color: 1909961.
HSL color Cylindrical-coordinate representation of color #C9241D: hue angle of 2.44º 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 #C9241D is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 29 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.21 |
| HSL | 2.44º | 0.75% | 0.45% | - |
| HSV(B) | 2.44º | 0.86% | 0.79% | - |
| XYZ | 24.94 | 13.77 | 2.51 | - |
| YUV | 84.54 | 96.66 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 29 | 0 | 0.82 | 0.86 | 0.21 | 2.44 | 0.75 | 0.45 |
| Hex | C9 | 24 | 1D | 0 | 52 | 56 | 15 | 2 | 4B | 2D |
| Octal | 311 | 44 | 35 | 0 | 122 | 126 | 25 | 2 | 113 | 55 |
| Binary | 11001001 | 100100 | 11101 | 0 | 1010010 | 1010110 | 10101 | 10 | 1001011 | 101101 |
Color Harmonies of #C9241D
Complementary color
Monochromatic Colors of #C9241D
Black with #C9241D
Text Example
Text Example
White with #C9241D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9241D; }
p { color: rgb(201,36,29); }
H1.HeaderClassName
{
color: #C9241D;
}
.AnyTagClassName
{
color: #C9241D;
}
</style>
background-color css
<style>
a { background-color: #C9241D; }
a { background-color: rgb(201,36,29); }
div.DivClassName
{
background-color: #C9241D;
}
.BgClassName
{
background-color: #C9241D;
}
</style>
border-color css
<style>
span { border-color: #C9241D; }
span { border-color: rgb(201,36,29); }
td.TdClassName
{
border-color: #C9241D;
}
.TagClassName
{
border-color: #C9241D;
}
</style>