Html Css Color HEX #C8431B Harley Davidson Orange
📋 copy color: '#C8431B'red 200 ◦ green 67 ◦ blue 27
Shades of Harley Davidson Orange #C8431B
Tints of Harley Davidson Orange #C8431B
RGB
CMYK
RGB Variations
Color information
#C8431B (or 0xC8431B) is known color: Harley Davidson Orange. HEX triplet: C8, 43 and 1B. RGB value is (200,67,27). Sum of RGB (Red+Green+Blue) = 200+67+27=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8431B is #37BCE4. Grayscale: #666666. Windows color (decimal): -3652837 or 1786824. OLE color: 1786824.
HSL color Cylindrical-coordinate representation of color #C8431B: hue angle of 13.87º 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 #C8431B is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 27 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.22 |
| HSL | 13.87º | 0.76% | 0.45% | - |
| HSV(B) | 13.87º | 0.87% | 0.78% | - |
| XYZ | 26.02 | 16.37 | 2.83 | - |
| YUV | 102.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 27 | 0 | 0.66 | 0.86 | 0.22 | 13.87 | 0.76 | 0.45 |
| Hex | C8 | 43 | 1B | 0 | 42 | 56 | 16 | E | 4C | 2D |
| Octal | 310 | 103 | 33 | 0 | 102 | 126 | 26 | 16 | 114 | 55 |
| Binary | 11001000 | 1000011 | 11011 | 0 | 1000010 | 1010110 | 10110 | 1110 | 1001100 | 101101 |
Color Harmonies of #C8431B
Complementary color
Monochromatic Colors of #C8431B
Black with #C8431B
Text Example
Text Example
White with #C8431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8431B; }
p { color: rgb(200,67,27); }
H1.HeaderClassName
{
color: #C8431B;
}
.AnyTagClassName
{
color: #C8431B;
}
</style>
background-color css
<style>
a { background-color: #C8431B; }
a { background-color: rgb(200,67,27); }
div.DivClassName
{
background-color: #C8431B;
}
.BgClassName
{
background-color: #C8431B;
}
</style>
border-color css
<style>
span { border-color: #C8431B; }
span { border-color: rgb(200,67,27); }
td.TdClassName
{
border-color: #C8431B;
}
.TagClassName
{
border-color: #C8431B;
}
</style>