Html Css Color HEX #C4370F Harley Davidson Orange
📋 copy color: '#C4370F'red 196 ◦ green 55 ◦ blue 15
Shades of Harley Davidson Orange #C4370F
Tints of Harley Davidson Orange #C4370F
RGB
CMYK
RGB Variations
Color information
#C4370F (or 0xC4370F) is known color: Harley Davidson Orange. HEX triplet: C4, 37 and 0F. RGB value is (196,55,15). Sum of RGB (Red+Green+Blue) = 196+55+15=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C4370F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4370F is #3BC8F0. Grayscale: #5C5C5C. Windows color (decimal): -3918065 or 997316. OLE color: 997316.
HSL color Cylindrical-coordinate representation of color #C4370F: hue angle of 13.26º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4370F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 15 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.23 |
| HSL | 13.26º | 0.86% | 0.41% | - |
| HSV(B) | 13.26º | 0.92% | 0.77% | - |
| XYZ | 24.22 | 14.5 | 1.97 | - |
| YUV | 92.6 | 84.21 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 15 | 0 | 0.72 | 0.92 | 0.23 | 13.26 | 0.86 | 0.41 |
| Hex | C4 | 37 | F | 0 | 48 | 5C | 17 | D | 56 | 29 |
| Octal | 304 | 67 | 17 | 0 | 110 | 134 | 27 | 15 | 126 | 51 |
| Binary | 11000100 | 110111 | 1111 | 0 | 1001000 | 1011100 | 10111 | 1101 | 1010110 | 101001 |
Color Harmonies of #C4370F
Complementary color
Monochromatic Colors of #C4370F
Black with #C4370F
Text Example
Text Example
White with #C4370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4370F; }
p { color: rgb(196,55,15); }
H1.HeaderClassName
{
color: #C4370F;
}
.AnyTagClassName
{
color: #C4370F;
}
</style>
background-color css
<style>
a { background-color: #C4370F; }
a { background-color: rgb(196,55,15); }
div.DivClassName
{
background-color: #C4370F;
}
.BgClassName
{
background-color: #C4370F;
}
</style>
border-color css
<style>
span { border-color: #C4370F; }
span { border-color: rgb(196,55,15); }
td.TdClassName
{
border-color: #C4370F;
}
.TagClassName
{
border-color: #C4370F;
}
</style>