Html Css Color HEX #C8331E Harley Davidson Orange
📋 copy color: '#C8331E'red 200 ◦ green 51 ◦ blue 30
Shades of Harley Davidson Orange #C8331E
Tints of Harley Davidson Orange #C8331E
RGB
CMYK
RGB Variations
Color information
#C8331E (or 0xC8331E) is known color: Harley Davidson Orange. HEX triplet: C8, 33 and 1E. RGB value is (200,51,30). Sum of RGB (Red+Green+Blue) = 200+51+30=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8331E is #37CCE1. Grayscale: #5D5D5D. Windows color (decimal): -3656930 or 1979336. OLE color: 1979336.
HSL color Cylindrical-coordinate representation of color #C8331E: hue angle of 7.41º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8331E is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 30 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.22 |
| HSL | 7.41º | 0.74% | 0.45% | - |
| HSV(B) | 7.41º | 0.85% | 0.78% | - |
| XYZ | 25.24 | 14.74 | 2.74 | - |
| YUV | 93.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 30 | 0 | 0.74 | 0.85 | 0.22 | 7.41 | 0.74 | 0.45 |
| Hex | C8 | 33 | 1E | 0 | 4A | 55 | 16 | 7 | 4A | 2D |
| Octal | 310 | 63 | 36 | 0 | 112 | 125 | 26 | 7 | 112 | 55 |
| Binary | 11001000 | 110011 | 11110 | 0 | 1001010 | 1010101 | 10110 | 111 | 1001010 | 101101 |
Color Harmonies of #C8331E
Complementary color
Monochromatic Colors of #C8331E
Black with #C8331E
Text Example
Text Example
White with #C8331E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8331E; }
p { color: rgb(200,51,30); }
H1.HeaderClassName
{
color: #C8331E;
}
.AnyTagClassName
{
color: #C8331E;
}
</style>
background-color css
<style>
a { background-color: #C8331E; }
a { background-color: rgb(200,51,30); }
div.DivClassName
{
background-color: #C8331E;
}
.BgClassName
{
background-color: #C8331E;
}
</style>
border-color css
<style>
span { border-color: #C8331E; }
span { border-color: rgb(200,51,30); }
td.TdClassName
{
border-color: #C8331E;
}
.TagClassName
{
border-color: #C8331E;
}
</style>