Html Css Color HEX #C8251B Harley Davidson Orange
📋 copy color: '#C8251B'red 200 ◦ green 37 ◦ blue 27
Shades of Harley Davidson Orange #C8251B
Tints of Harley Davidson Orange #C8251B
RGB
CMYK
RGB Variations
Color information
#C8251B (or 0xC8251B) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 1B. RGB value is (200,37,27). Sum of RGB (Red+Green+Blue) = 200+37+27=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C8251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8251B is #37DAE4. Grayscale: #545454. Windows color (decimal): -3660517 or 1779144. OLE color: 1779144.
HSL color Cylindrical-coordinate representation of color #C8251B: hue angle of 3.47º 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 #C8251B is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 27 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.22 |
| HSL | 3.47º | 0.76% | 0.45% | - |
| HSV(B) | 3.47º | 0.87% | 0.78% | - |
| XYZ | 24.68 | 13.68 | 2.38 | - |
| YUV | 84.6 | 95.5 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 27 | 0 | 0.82 | 0.86 | 0.22 | 3.47 | 0.76 | 0.45 |
| Hex | C8 | 25 | 1B | 0 | 52 | 56 | 16 | 3 | 4C | 2D |
| Octal | 310 | 45 | 33 | 0 | 122 | 126 | 26 | 3 | 114 | 55 |
| Binary | 11001000 | 100101 | 11011 | 0 | 1010010 | 1010110 | 10110 | 11 | 1001100 | 101101 |
Color Harmonies of #C8251B
Complementary color
Monochromatic Colors of #C8251B
Black with #C8251B
Text Example
Text Example
White with #C8251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8251B; }
p { color: rgb(200,37,27); }
H1.HeaderClassName
{
color: #C8251B;
}
.AnyTagClassName
{
color: #C8251B;
}
</style>
background-color css
<style>
a { background-color: #C8251B; }
a { background-color: rgb(200,37,27); }
div.DivClassName
{
background-color: #C8251B;
}
.BgClassName
{
background-color: #C8251B;
}
</style>
border-color css
<style>
span { border-color: #C8251B; }
span { border-color: rgb(200,37,27); }
td.TdClassName
{
border-color: #C8251B;
}
.TagClassName
{
border-color: #C8251B;
}
</style>