Html Css Color HEX #C8451B Harley Davidson Orange
📋 copy color: '#C8451B'red 200 ◦ green 69 ◦ blue 27
Shades of Harley Davidson Orange #C8451B
Tints of Harley Davidson Orange #C8451B
RGB
CMYK
RGB Variations
Color information
#C8451B (or 0xC8451B) is known color: Harley Davidson Orange. HEX triplet: C8, 45 and 1B. RGB value is (200,69,27). Sum of RGB (Red+Green+Blue) = 200+69+27=296 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.57% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 200 - color contains mainly: red. Hex color #C8451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8451B is #37BAE4. Grayscale: #676767. Windows color (decimal): -3652325 or 1787336. OLE color: 1787336.
HSL color Cylindrical-coordinate representation of color #C8451B: hue angle of 14.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8451B is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 27 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.22 |
| HSL | 14.57º | 0.76% | 0.45% | - |
| HSV(B) | 14.57º | 0.87% | 0.78% | - |
| XYZ | 26.15 | 16.61 | 2.87 | - |
| YUV | 103.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 27 | 0 | 0.66 | 0.86 | 0.22 | 14.57 | 0.76 | 0.45 |
| Hex | C8 | 45 | 1B | 0 | 42 | 56 | 16 | F | 4C | 2D |
| Octal | 310 | 105 | 33 | 0 | 102 | 126 | 26 | 17 | 114 | 55 |
| Binary | 11001000 | 1000101 | 11011 | 0 | 1000010 | 1010110 | 10110 | 1111 | 1001100 | 101101 |
Color Harmonies of #C8451B
Complementary color
Monochromatic Colors of #C8451B
Black with #C8451B
Text Example
Text Example
White with #C8451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8451B; }
p { color: rgb(200,69,27); }
H1.HeaderClassName
{
color: #C8451B;
}
.AnyTagClassName
{
color: #C8451B;
}
</style>
background-color css
<style>
a { background-color: #C8451B; }
a { background-color: rgb(200,69,27); }
div.DivClassName
{
background-color: #C8451B;
}
.BgClassName
{
background-color: #C8451B;
}
</style>
border-color css
<style>
span { border-color: #C8451B; }
span { border-color: rgb(200,69,27); }
td.TdClassName
{
border-color: #C8451B;
}
.TagClassName
{
border-color: #C8451B;
}
</style>