Html Css Color HEX #C8451A Harley Davidson Orange
📋 copy color: '#C8451A'red 200 ◦ green 69 ◦ blue 26
Shades of Harley Davidson Orange #C8451A
Tints of Harley Davidson Orange #C8451A
RGB
CMYK
RGB Variations
Color information
#C8451A (or 0xC8451A) is known color: Harley Davidson Orange. HEX triplet: C8, 45 and 1A. RGB value is (200,69,26). Sum of RGB (Red+Green+Blue) = 200+69+26=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8451A is #37BAE5. Grayscale: #676767. Windows color (decimal): -3652326 or 1721800. OLE color: 1721800.
HSL color Cylindrical-coordinate representation of color #C8451A: hue angle of 14.83º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8451A is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 26 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.22 |
| HSL | 14.83º | 0.77% | 0.44% | - |
| HSV(B) | 14.83º | 0.87% | 0.78% | - |
| XYZ | 26.13 | 16.61 | 2.81 | - |
| YUV | 103.27 | 84.4 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 26 | 0 | 0.66 | 0.87 | 0.22 | 14.83 | 0.77 | 0.44 |
| Hex | C8 | 45 | 1A | 0 | 42 | 57 | 16 | F | 4D | 2C |
| Octal | 310 | 105 | 32 | 0 | 102 | 127 | 26 | 17 | 115 | 54 |
| Binary | 11001000 | 1000101 | 11010 | 0 | 1000010 | 1010111 | 10110 | 1111 | 1001101 | 101100 |
Color Harmonies of #C8451A
Complementary color
Monochromatic Colors of #C8451A
Black with #C8451A
Text Example
Text Example
White with #C8451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8451A; }
p { color: rgb(200,69,26); }
H1.HeaderClassName
{
color: #C8451A;
}
.AnyTagClassName
{
color: #C8451A;
}
</style>
background-color css
<style>
a { background-color: #C8451A; }
a { background-color: rgb(200,69,26); }
div.DivClassName
{
background-color: #C8451A;
}
.BgClassName
{
background-color: #C8451A;
}
</style>
border-color css
<style>
span { border-color: #C8451A; }
span { border-color: rgb(200,69,26); }
td.TdClassName
{
border-color: #C8451A;
}
.TagClassName
{
border-color: #C8451A;
}
</style>