Html Css Color HEX #C8381A Harley Davidson Orange
📋 copy color: '#C8381A'red 200 ◦ green 56 ◦ blue 26
Shades of Harley Davidson Orange #C8381A
Tints of Harley Davidson Orange #C8381A
RGB
CMYK
RGB Variations
Color information
#C8381A (or 0xC8381A) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 1A. RGB value is (200,56,26). Sum of RGB (Red+Green+Blue) = 200+56+26=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8381A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8381A is #37C7E5. Grayscale: #5F5F5F. Windows color (decimal): -3655654 or 1718472. OLE color: 1718472.
HSL color Cylindrical-coordinate representation of color #C8381A: hue angle of 10.34º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8381A is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 26 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.22 |
| HSL | 10.34º | 0.77% | 0.44% | - |
| HSV(B) | 10.34º | 0.87% | 0.78% | - |
| XYZ | 25.42 | 15.18 | 2.57 | - |
| YUV | 95.64 | 88.71 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 26 | 0 | 0.72 | 0.87 | 0.22 | 10.34 | 0.77 | 0.44 |
| Hex | C8 | 38 | 1A | 0 | 48 | 57 | 16 | A | 4D | 2C |
| Octal | 310 | 70 | 32 | 0 | 110 | 127 | 26 | 12 | 115 | 54 |
| Binary | 11001000 | 111000 | 11010 | 0 | 1001000 | 1010111 | 10110 | 1010 | 1001101 | 101100 |
Color Harmonies of #C8381A
Complementary color
Monochromatic Colors of #C8381A
Black with #C8381A
Text Example
Text Example
White with #C8381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8381A; }
p { color: rgb(200,56,26); }
H1.HeaderClassName
{
color: #C8381A;
}
.AnyTagClassName
{
color: #C8381A;
}
</style>
background-color css
<style>
a { background-color: #C8381A; }
a { background-color: rgb(200,56,26); }
div.DivClassName
{
background-color: #C8381A;
}
.BgClassName
{
background-color: #C8381A;
}
</style>
border-color css
<style>
span { border-color: #C8381A; }
span { border-color: rgb(200,56,26); }
td.TdClassName
{
border-color: #C8381A;
}
.TagClassName
{
border-color: #C8381A;
}
</style>