Html Css Color HEX #C8381B Harley Davidson Orange
📋 copy color: '#C8381B'red 200 ◦ green 56 ◦ blue 27
Shades of Harley Davidson Orange #C8381B
Tints of Harley Davidson Orange #C8381B
RGB
CMYK
RGB Variations
Color information
#C8381B (or 0xC8381B) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 1B. RGB value is (200,56,27). Sum of RGB (Red+Green+Blue) = 200+56+27=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8381B is #37C7E4. Grayscale: #606060. Windows color (decimal): -3655653 or 1784008. OLE color: 1784008.
HSL color Cylindrical-coordinate representation of color #C8381B: hue angle of 10.06º 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 #C8381B is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 27 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.22 |
| HSL | 10.06º | 0.76% | 0.45% | - |
| HSV(B) | 10.06º | 0.87% | 0.78% | - |
| XYZ | 25.43 | 15.19 | 2.63 | - |
| YUV | 95.75 | 89.21 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 27 | 0 | 0.72 | 0.86 | 0.22 | 10.06 | 0.76 | 0.45 |
| Hex | C8 | 38 | 1B | 0 | 48 | 56 | 16 | A | 4C | 2D |
| Octal | 310 | 70 | 33 | 0 | 110 | 126 | 26 | 12 | 114 | 55 |
| Binary | 11001000 | 111000 | 11011 | 0 | 1001000 | 1010110 | 10110 | 1010 | 1001100 | 101101 |
Color Harmonies of #C8381B
Complementary color
Monochromatic Colors of #C8381B
Black with #C8381B
Text Example
Text Example
White with #C8381B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8381B; }
p { color: rgb(200,56,27); }
H1.HeaderClassName
{
color: #C8381B;
}
.AnyTagClassName
{
color: #C8381B;
}
</style>
background-color css
<style>
a { background-color: #C8381B; }
a { background-color: rgb(200,56,27); }
div.DivClassName
{
background-color: #C8381B;
}
.BgClassName
{
background-color: #C8381B;
}
</style>
border-color css
<style>
span { border-color: #C8381B; }
span { border-color: rgb(200,56,27); }
td.TdClassName
{
border-color: #C8381B;
}
.TagClassName
{
border-color: #C8381B;
}
</style>