Html Css Color HEX #C4380D Harley Davidson Orange
📋 copy color: '#C4380D'red 196 ◦ green 56 ◦ blue 13
Shades of Harley Davidson Orange #C4380D
Tints of Harley Davidson Orange #C4380D
RGB
CMYK
RGB Variations
Color information
#C4380D (or 0xC4380D) is known color: Harley Davidson Orange. HEX triplet: C4, 38 and 0D. RGB value is (196,56,13). Sum of RGB (Red+Green+Blue) = 196+56+13=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C4380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4380D is #3BC7F2. Grayscale: #5D5D5D. Windows color (decimal): -3917811 or 866500. OLE color: 866500.
HSL color Cylindrical-coordinate representation of color #C4380D: hue angle of 14.1º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4380D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 56 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.23 |
| HSL | 14.1º | 0.88% | 0.41% | - |
| HSV(B) | 14.1º | 0.93% | 0.77% | - |
| XYZ | 24.25 | 14.59 | 1.92 | - |
| YUV | 92.96 | 82.88 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 56 | 13 | 0 | 0.71 | 0.93 | 0.23 | 14.1 | 0.88 | 0.41 |
| Hex | C4 | 38 | D | 0 | 47 | 5D | 17 | E | 58 | 29 |
| Octal | 304 | 70 | 15 | 0 | 107 | 135 | 27 | 16 | 130 | 51 |
| Binary | 11000100 | 111000 | 1101 | 0 | 1000111 | 1011101 | 10111 | 1110 | 1011000 | 101001 |
Color Harmonies of #C4380D
Complementary color
Monochromatic Colors of #C4380D
Black with #C4380D
Text Example
Text Example
White with #C4380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4380D; }
p { color: rgb(196,56,13); }
H1.HeaderClassName
{
color: #C4380D;
}
.AnyTagClassName
{
color: #C4380D;
}
</style>
background-color css
<style>
a { background-color: #C4380D; }
a { background-color: rgb(196,56,13); }
div.DivClassName
{
background-color: #C4380D;
}
.BgClassName
{
background-color: #C4380D;
}
</style>
border-color css
<style>
span { border-color: #C4380D; }
span { border-color: rgb(196,56,13); }
td.TdClassName
{
border-color: #C4380D;
}
.TagClassName
{
border-color: #C4380D;
}
</style>