Html Css Color HEX #C4381C Harley Davidson Orange
📋 copy color: '#C4381C'red 196 ◦ green 56 ◦ blue 28
Shades of Harley Davidson Orange #C4381C
Tints of Harley Davidson Orange #C4381C
RGB
CMYK
RGB Variations
Color information
#C4381C (or 0xC4381C) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 1C. RGB value is (196,56,28). Sum of RGB (Red+Green+Blue) = 196+56+28=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C4381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4381C is #3BC7E3. Grayscale: #5E5E5E. Windows color (decimal): -3917796 or 1849540. OLE color: 1849540.
HSL color Cylindrical-coordinate representation of color #C4381C: hue angle of 10º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4381C is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 28 | - |
| CMYK | 0 | 0.71 | 0.86 | 0.23 |
| HSL | 10º | 0.75% | 0.44% | - |
| HSV(B) | 10º | 0.86% | 0.77% | - |
| XYZ | 24.39 | 14.65 | 2.64 | - |
| YUV | 94.67 | 90.38 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 28 | 0 | 0.71 | 0.86 | 0.23 | 10 | 0.75 | 0.44 |
| Hex | C4 | 38 | 1C | 0 | 47 | 56 | 17 | A | 4B | 2C |
| Octal | 304 | 70 | 34 | 0 | 107 | 126 | 27 | 12 | 113 | 54 |
| Binary | 11000100 | 111000 | 11100 | 0 | 1000111 | 1010110 | 10111 | 1010 | 1001011 | 101100 |
Color Harmonies of #C4381C
Complementary color
Monochromatic Colors of #C4381C
Black with #C4381C
Text Example
Text Example
White with #C4381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4381C; }
p { color: rgb(196,56,28); }
H1.HeaderClassName
{
color: #C4381C;
}
.AnyTagClassName
{
color: #C4381C;
}
</style>
background-color css
<style>
a { background-color: #C4381C; }
a { background-color: rgb(196,56,28); }
div.DivClassName
{
background-color: #C4381C;
}
.BgClassName
{
background-color: #C4381C;
}
</style>
border-color css
<style>
span { border-color: #C4381C; }
span { border-color: rgb(196,56,28); }
td.TdClassName
{
border-color: #C4381C;
}
.TagClassName
{
border-color: #C4381C;
}
</style>