Html Css Color HEX #C8451D Harley Davidson Orange
📋 copy color: '#C8451D'red 200 ◦ green 69 ◦ blue 29
Shades of Harley Davidson Orange #C8451D
Tints of Harley Davidson Orange #C8451D
RGB
CMYK
RGB Variations
Color information
#C8451D (or 0xC8451D) is known color: Harley Davidson Orange. HEX triplet: C8, 45 and 1D. RGB value is (200,69,29). Sum of RGB (Red+Green+Blue) = 200+69+29=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8451D is #37BAE2. Grayscale: #676767. Windows color (decimal): -3652323 or 1918408. OLE color: 1918408.
HSL color Cylindrical-coordinate representation of color #C8451D: hue angle of 14.04º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8451D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 29 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.22 |
| HSL | 14.04º | 0.75% | 0.45% | - |
| HSV(B) | 14.04º | 0.86% | 0.78% | - |
| XYZ | 26.17 | 16.62 | 2.99 | - |
| YUV | 103.61 | 85.9 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 29 | 0 | 0.66 | 0.86 | 0.22 | 14.04 | 0.75 | 0.45 |
| Hex | C8 | 45 | 1D | 0 | 42 | 56 | 16 | E | 4B | 2D |
| Octal | 310 | 105 | 35 | 0 | 102 | 126 | 26 | 16 | 113 | 55 |
| Binary | 11001000 | 1000101 | 11101 | 0 | 1000010 | 1010110 | 10110 | 1110 | 1001011 | 101101 |
Color Harmonies of #C8451D
Complementary color
Monochromatic Colors of #C8451D
Black with #C8451D
Text Example
Text Example
White with #C8451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8451D; }
p { color: rgb(200,69,29); }
H1.HeaderClassName
{
color: #C8451D;
}
.AnyTagClassName
{
color: #C8451D;
}
</style>
background-color css
<style>
a { background-color: #C8451D; }
a { background-color: rgb(200,69,29); }
div.DivClassName
{
background-color: #C8451D;
}
.BgClassName
{
background-color: #C8451D;
}
</style>
border-color css
<style>
span { border-color: #C8451D; }
span { border-color: rgb(200,69,29); }
td.TdClassName
{
border-color: #C8451D;
}
.TagClassName
{
border-color: #C8451D;
}
</style>