Html Css Color HEX #C4381E Harley Davidson Orange
📋 copy color: '#C4381E'red 196 ◦ green 56 ◦ blue 30
Shades of Harley Davidson Orange #C4381E
Tints of Harley Davidson Orange #C4381E
RGB
CMYK
RGB Variations
Color information
#C4381E (or 0xC4381E) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 1E. RGB value is (196,56,30). Sum of RGB (Red+Green+Blue) = 196+56+30=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C4381E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4381E is #3BC7E1. Grayscale: #5F5F5F. Windows color (decimal): -3917794 or 1980612. OLE color: 1980612.
HSL color Cylindrical-coordinate representation of color #C4381E: hue angle of 9.4º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4381E is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 30 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.23 |
| HSL | 9.4º | 0.73% | 0.44% | - |
| HSV(B) | 9.4º | 0.85% | 0.77% | - |
| XYZ | 24.41 | 14.66 | 2.77 | - |
| YUV | 94.9 | 91.38 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 30 | 0 | 0.71 | 0.85 | 0.23 | 9.4 | 0.73 | 0.44 |
| Hex | C4 | 38 | 1E | 0 | 47 | 55 | 17 | 9 | 49 | 2C |
| Octal | 304 | 70 | 36 | 0 | 107 | 125 | 27 | 11 | 111 | 54 |
| Binary | 11000100 | 111000 | 11110 | 0 | 1000111 | 1010101 | 10111 | 1001 | 1001001 | 101100 |
Color Harmonies of #C4381E
Complementary color
Monochromatic Colors of #C4381E
Black with #C4381E
Text Example
Text Example
White with #C4381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4381E; }
p { color: rgb(196,56,30); }
H1.HeaderClassName
{
color: #C4381E;
}
.AnyTagClassName
{
color: #C4381E;
}
</style>
background-color css
<style>
a { background-color: #C4381E; }
a { background-color: rgb(196,56,30); }
div.DivClassName
{
background-color: #C4381E;
}
.BgClassName
{
background-color: #C4381E;
}
</style>
border-color css
<style>
span { border-color: #C4381E; }
span { border-color: rgb(196,56,30); }
td.TdClassName
{
border-color: #C4381E;
}
.TagClassName
{
border-color: #C4381E;
}
</style>