Html Css Color HEX #C9341C Harley Davidson Orange
📋 copy color: '#C9341C'red 201 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #C9341C
Tints of Harley Davidson Orange #C9341C
RGB
CMYK
RGB Variations
Color information
#C9341C (or 0xC9341C) is known color: Harley Davidson Orange. HEX triplet: C9, 34 and 1C. RGB value is (201,52,28). Sum of RGB (Red+Green+Blue) = 201+52+28=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9341C is #36CBE3. Grayscale: #5E5E5E. Windows color (decimal): -3591140 or 1848521. OLE color: 1848521.
HSL color Cylindrical-coordinate representation of color #C9341C: hue angle of 8.32º 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 #C9341C is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 52 | 28 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.21 |
| HSL | 8.32º | 0.76% | 0.45% | - |
| HSV(B) | 8.32º | 0.86% | 0.79% | - |
| XYZ | 25.52 | 14.96 | 2.64 | - |
| YUV | 93.82 | 90.86 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 52 | 28 | 0 | 0.74 | 0.86 | 0.21 | 8.32 | 0.76 | 0.45 |
| Hex | C9 | 34 | 1C | 0 | 4A | 56 | 15 | 8 | 4C | 2D |
| Octal | 311 | 64 | 34 | 0 | 112 | 126 | 25 | 10 | 114 | 55 |
| Binary | 11001001 | 110100 | 11100 | 0 | 1001010 | 1010110 | 10101 | 1000 | 1001100 | 101101 |
Color Harmonies of #C9341C
Complementary color
Monochromatic Colors of #C9341C
Black with #C9341C
Text Example
Text Example
White with #C9341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9341C; }
p { color: rgb(201,52,28); }
H1.HeaderClassName
{
color: #C9341C;
}
.AnyTagClassName
{
color: #C9341C;
}
</style>
background-color css
<style>
a { background-color: #C9341C; }
a { background-color: rgb(201,52,28); }
div.DivClassName
{
background-color: #C9341C;
}
.BgClassName
{
background-color: #C9341C;
}
</style>
border-color css
<style>
span { border-color: #C9341C; }
span { border-color: rgb(201,52,28); }
td.TdClassName
{
border-color: #C9341C;
}
.TagClassName
{
border-color: #C9341C;
}
</style>