Html Css Color HEX #C4370D Harley Davidson Orange
📋 copy color: '#C4370D'red 196 ◦ green 55 ◦ blue 13
Shades of Harley Davidson Orange #C4370D
Tints of Harley Davidson Orange #C4370D
RGB
CMYK
RGB Variations
Color information
#C4370D (or 0xC4370D) is known color: Harley Davidson Orange. HEX triplet: C4, 37 and 0D. RGB value is (196,55,13). Sum of RGB (Red+Green+Blue) = 196+55+13=264 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.24% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 196 - color contains mainly: red. Hex color #C4370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4370D is #3BC8F2. Grayscale: #5C5C5C. Windows color (decimal): -3918067 or 866244. OLE color: 866244.
HSL color Cylindrical-coordinate representation of color #C4370D: hue angle of 13.77º 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 #C4370D is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 13 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.23 |
| HSL | 13.77º | 0.88% | 0.41% | - |
| HSV(B) | 13.77º | 0.93% | 0.77% | - |
| XYZ | 24.2 | 14.5 | 1.9 | - |
| YUV | 92.37 | 83.21 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 13 | 0 | 0.72 | 0.93 | 0.23 | 13.77 | 0.88 | 0.41 |
| Hex | C4 | 37 | D | 0 | 48 | 5D | 17 | E | 58 | 29 |
| Octal | 304 | 67 | 15 | 0 | 110 | 135 | 27 | 16 | 130 | 51 |
| Binary | 11000100 | 110111 | 1101 | 0 | 1001000 | 1011101 | 10111 | 1110 | 1011000 | 101001 |
Color Harmonies of #C4370D
Complementary color
Monochromatic Colors of #C4370D
Black with #C4370D
Text Example
Text Example
White with #C4370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4370D; }
p { color: rgb(196,55,13); }
H1.HeaderClassName
{
color: #C4370D;
}
.AnyTagClassName
{
color: #C4370D;
}
</style>
background-color css
<style>
a { background-color: #C4370D; }
a { background-color: rgb(196,55,13); }
div.DivClassName
{
background-color: #C4370D;
}
.BgClassName
{
background-color: #C4370D;
}
</style>
border-color css
<style>
span { border-color: #C4370D; }
span { border-color: rgb(196,55,13); }
td.TdClassName
{
border-color: #C4370D;
}
.TagClassName
{
border-color: #C4370D;
}
</style>