Html Css Color HEX #C4370C Harley Davidson Orange
📋 copy color: '#C4370C'red 196 ◦ green 55 ◦ blue 12
Shades of Harley Davidson Orange #C4370C
Tints of Harley Davidson Orange #C4370C
RGB
CMYK
RGB Variations
Color information
#C4370C (or 0xC4370C) is known color: Harley Davidson Orange. HEX triplet: C4, 37 and 0C. RGB value is (196,55,12). Sum of RGB (Red+Green+Blue) = 196+55+12=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4370C is #3BC8F3. Grayscale: #5C5C5C. Windows color (decimal): -3918068 or 800708. OLE color: 800708.
HSL color Cylindrical-coordinate representation of color #C4370C: hue angle of 14.02º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4370C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.23 |
| HSL | 14.02º | 0.88% | 0.41% | - |
| HSV(B) | 14.02º | 0.94% | 0.77% | - |
| XYZ | 24.2 | 14.49 | 1.87 | - |
| YUV | 92.26 | 82.71 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 12 | 0 | 0.72 | 0.94 | 0.23 | 14.02 | 0.88 | 0.41 |
| Hex | C4 | 37 | C | 0 | 48 | 5E | 17 | E | 58 | 29 |
| Octal | 304 | 67 | 14 | 0 | 110 | 136 | 27 | 16 | 130 | 51 |
| Binary | 11000100 | 110111 | 1100 | 0 | 1001000 | 1011110 | 10111 | 1110 | 1011000 | 101001 |
Color Harmonies of #C4370C
Complementary color
Monochromatic Colors of #C4370C
Black with #C4370C
Text Example
Text Example
White with #C4370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4370C; }
p { color: rgb(196,55,12); }
H1.HeaderClassName
{
color: #C4370C;
}
.AnyTagClassName
{
color: #C4370C;
}
</style>
background-color css
<style>
a { background-color: #C4370C; }
a { background-color: rgb(196,55,12); }
div.DivClassName
{
background-color: #C4370C;
}
.BgClassName
{
background-color: #C4370C;
}
</style>
border-color css
<style>
span { border-color: #C4370C; }
span { border-color: rgb(196,55,12); }
td.TdClassName
{
border-color: #C4370C;
}
.TagClassName
{
border-color: #C4370C;
}
</style>