Html Css Color HEX #C8381E Harley Davidson Orange
📋 copy color: '#C8381E'red 200 ◦ green 56 ◦ blue 30
Shades of Harley Davidson Orange #C8381E
Tints of Harley Davidson Orange #C8381E
RGB
CMYK
RGB Variations
Color information
#C8381E (or 0xC8381E) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 1E. RGB value is (200,56,30). Sum of RGB (Red+Green+Blue) = 200+56+30=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C8381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8381E is #37C7E1. Grayscale: #606060. Windows color (decimal): -3655650 or 1980616. OLE color: 1980616.
HSL color Cylindrical-coordinate representation of color #C8381E: hue angle of 9.18º 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 #C8381E is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 30 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.22 |
| HSL | 9.18º | 0.74% | 0.45% | - |
| HSV(B) | 9.18º | 0.85% | 0.78% | - |
| XYZ | 25.47 | 15.2 | 2.82 | - |
| YUV | 96.09 | 90.71 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 30 | 0 | 0.72 | 0.85 | 0.22 | 9.18 | 0.74 | 0.45 |
| Hex | C8 | 38 | 1E | 0 | 48 | 55 | 16 | 9 | 4A | 2D |
| Octal | 310 | 70 | 36 | 0 | 110 | 125 | 26 | 11 | 112 | 55 |
| Binary | 11001000 | 111000 | 11110 | 0 | 1001000 | 1010101 | 10110 | 1001 | 1001010 | 101101 |
Color Harmonies of #C8381E
Complementary color
Monochromatic Colors of #C8381E
Black with #C8381E
Text Example
Text Example
White with #C8381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8381E; }
p { color: rgb(200,56,30); }
H1.HeaderClassName
{
color: #C8381E;
}
.AnyTagClassName
{
color: #C8381E;
}
</style>
background-color css
<style>
a { background-color: #C8381E; }
a { background-color: rgb(200,56,30); }
div.DivClassName
{
background-color: #C8381E;
}
.BgClassName
{
background-color: #C8381E;
}
</style>
border-color css
<style>
span { border-color: #C8381E; }
span { border-color: rgb(200,56,30); }
td.TdClassName
{
border-color: #C8381E;
}
.TagClassName
{
border-color: #C8381E;
}
</style>