Html Css Color HEX #C8351B Harley Davidson Orange
📋 copy color: '#C8351B'red 200 ◦ green 53 ◦ blue 27
Shades of Harley Davidson Orange #C8351B
Tints of Harley Davidson Orange #C8351B
RGB
CMYK
RGB Variations
Color information
#C8351B (or 0xC8351B) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 1B. RGB value is (200,53,27). Sum of RGB (Red+Green+Blue) = 200+53+27=280 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.43% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 200 - color contains mainly: red. Hex color #C8351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8351B is #37CAE4. Grayscale: #5E5E5E. Windows color (decimal): -3656421 or 1783240. OLE color: 1783240.
HSL color Cylindrical-coordinate representation of color #C8351B: hue angle of 9.02º 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 #C8351B is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 27 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.22 |
| HSL | 9.02º | 0.76% | 0.45% | - |
| HSV(B) | 9.02º | 0.87% | 0.78% | - |
| XYZ | 25.29 | 14.9 | 2.58 | - |
| YUV | 93.99 | 90.2 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 27 | 0 | 0.74 | 0.86 | 0.22 | 9.02 | 0.76 | 0.45 |
| Hex | C8 | 35 | 1B | 0 | 4A | 56 | 16 | 9 | 4C | 2D |
| Octal | 310 | 65 | 33 | 0 | 112 | 126 | 26 | 11 | 114 | 55 |
| Binary | 11001000 | 110101 | 11011 | 0 | 1001010 | 1010110 | 10110 | 1001 | 1001100 | 101101 |
Color Harmonies of #C8351B
Complementary color
Monochromatic Colors of #C8351B
Black with #C8351B
Text Example
Text Example
White with #C8351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8351B; }
p { color: rgb(200,53,27); }
H1.HeaderClassName
{
color: #C8351B;
}
.AnyTagClassName
{
color: #C8351B;
}
</style>
background-color css
<style>
a { background-color: #C8351B; }
a { background-color: rgb(200,53,27); }
div.DivClassName
{
background-color: #C8351B;
}
.BgClassName
{
background-color: #C8351B;
}
</style>
border-color css
<style>
span { border-color: #C8351B; }
span { border-color: rgb(200,53,27); }
td.TdClassName
{
border-color: #C8351B;
}
.TagClassName
{
border-color: #C8351B;
}
</style>