Html Css Color HEX #C9241C Harley Davidson Orange
📋 copy color: '#C9241C'red 201 ◦ green 36 ◦ blue 28
Shades of Harley Davidson Orange #C9241C
Tints of Harley Davidson Orange #C9241C
RGB
CMYK
RGB Variations
Color information
#C9241C (or 0xC9241C) is known color: Harley Davidson Orange. HEX triplet: C9, 24 and 1C. RGB value is (201,36,28). Sum of RGB (Red+Green+Blue) = 201+36+28=265 (35% of max value = 765). Red value is 201 (78.91% from 255 or 75.85% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 201 - color contains mainly: red. Hex color #C9241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9241C is #36DBE3. Grayscale: #545454. Windows color (decimal): -3595236 or 1844425. OLE color: 1844425.
HSL color Cylindrical-coordinate representation of color #C9241C: hue angle of 2.77º degrees, saturation: 0.76, 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 #C9241C is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 36 | 28 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.21 |
| HSL | 2.77º | 0.76% | 0.45% | - |
| HSV(B) | 2.77º | 0.86% | 0.79% | - |
| XYZ | 24.93 | 13.76 | 2.44 | - |
| YUV | 84.42 | 96.16 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 36 | 28 | 0 | 0.82 | 0.86 | 0.21 | 2.77 | 0.76 | 0.45 |
| Hex | C9 | 24 | 1C | 0 | 52 | 56 | 15 | 3 | 4C | 2D |
| Octal | 311 | 44 | 34 | 0 | 122 | 126 | 25 | 3 | 114 | 55 |
| Binary | 11001001 | 100100 | 11100 | 0 | 1010010 | 1010110 | 10101 | 11 | 1001100 | 101101 |
Color Harmonies of #C9241C
Complementary color
Monochromatic Colors of #C9241C
Black with #C9241C
Text Example
Text Example
White with #C9241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9241C; }
p { color: rgb(201,36,28); }
H1.HeaderClassName
{
color: #C9241C;
}
.AnyTagClassName
{
color: #C9241C;
}
</style>
background-color css
<style>
a { background-color: #C9241C; }
a { background-color: rgb(201,36,28); }
div.DivClassName
{
background-color: #C9241C;
}
.BgClassName
{
background-color: #C9241C;
}
</style>
border-color css
<style>
span { border-color: #C9241C; }
span { border-color: rgb(201,36,28); }
td.TdClassName
{
border-color: #C9241C;
}
.TagClassName
{
border-color: #C9241C;
}
</style>