Html Css Color HEX #C9451A Harley Davidson Orange
📋 copy color: '#C9451A'red 201 ◦ green 69 ◦ blue 26
Shades of Harley Davidson Orange #C9451A
Tints of Harley Davidson Orange #C9451A
RGB
CMYK
RGB Variations
Color information
#C9451A (or 0xC9451A) is known color: Harley Davidson Orange. HEX triplet: C9, 45 and 1A. RGB value is (201,69,26). Sum of RGB (Red+Green+Blue) = 201+69+26=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9451A is #36BAE5. Grayscale: #676767. Windows color (decimal): -3586790 or 1721801. OLE color: 1721801.
HSL color Cylindrical-coordinate representation of color #C9451A: hue angle of 14.74º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C9451A is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 26 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.21 |
| HSL | 14.74º | 0.77% | 0.45% | - |
| HSV(B) | 14.74º | 0.87% | 0.79% | - |
| XYZ | 26.4 | 16.75 | 2.82 | - |
| YUV | 103.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 26 | 0 | 0.66 | 0.87 | 0.21 | 14.74 | 0.77 | 0.45 |
| Hex | C9 | 45 | 1A | 0 | 42 | 57 | 15 | F | 4D | 2D |
| Octal | 311 | 105 | 32 | 0 | 102 | 127 | 25 | 17 | 115 | 55 |
| Binary | 11001001 | 1000101 | 11010 | 0 | 1000010 | 1010111 | 10101 | 1111 | 1001101 | 101101 |
Color Harmonies of #C9451A
Complementary color
Monochromatic Colors of #C9451A
Black with #C9451A
Text Example
Text Example
White with #C9451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9451A; }
p { color: rgb(201,69,26); }
H1.HeaderClassName
{
color: #C9451A;
}
.AnyTagClassName
{
color: #C9451A;
}
</style>
background-color css
<style>
a { background-color: #C9451A; }
a { background-color: rgb(201,69,26); }
div.DivClassName
{
background-color: #C9451A;
}
.BgClassName
{
background-color: #C9451A;
}
</style>
border-color css
<style>
span { border-color: #C9451A; }
span { border-color: rgb(201,69,26); }
td.TdClassName
{
border-color: #C9451A;
}
.TagClassName
{
border-color: #C9451A;
}
</style>