Html Css Color HEX #C4401C Harley Davidson Orange
📋 copy color: '#C4401C'red 196 ◦ green 64 ◦ blue 28
Shades of Harley Davidson Orange #C4401C
Tints of Harley Davidson Orange #C4401C
RGB
CMYK
RGB Variations
Color information
#C4401C (or 0xC4401C) is known color: Harley Davidson Orange. HEX triplet: C4, 40 and 1C. RGB value is (196,64,28). Sum of RGB (Red+Green+Blue) = 196+64+28=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C4401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4401C is #3BBFE3. Grayscale: #636363. Windows color (decimal): -3915748 or 1851588. OLE color: 1851588.
HSL color Cylindrical-coordinate representation of color #C4401C: hue angle of 12.86º 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 #C4401C is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 28 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.23 |
| HSL | 12.86º | 0.75% | 0.44% | - |
| HSV(B) | 12.86º | 0.86% | 0.77% | - |
| XYZ | 24.81 | 15.49 | 2.78 | - |
| YUV | 99.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 28 | 0 | 0.67 | 0.86 | 0.23 | 12.86 | 0.75 | 0.44 |
| Hex | C4 | 40 | 1C | 0 | 43 | 56 | 17 | D | 4B | 2C |
| Octal | 304 | 100 | 34 | 0 | 103 | 126 | 27 | 15 | 113 | 54 |
| Binary | 11000100 | 1000000 | 11100 | 0 | 1000011 | 1010110 | 10111 | 1101 | 1001011 | 101100 |
Color Harmonies of #C4401C
Complementary color
Monochromatic Colors of #C4401C
Black with #C4401C
Text Example
Text Example
White with #C4401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4401C; }
p { color: rgb(196,64,28); }
H1.HeaderClassName
{
color: #C4401C;
}
.AnyTagClassName
{
color: #C4401C;
}
</style>
background-color css
<style>
a { background-color: #C4401C; }
a { background-color: rgb(196,64,28); }
div.DivClassName
{
background-color: #C4401C;
}
.BgClassName
{
background-color: #C4401C;
}
</style>
border-color css
<style>
span { border-color: #C4401C; }
span { border-color: rgb(196,64,28); }
td.TdClassName
{
border-color: #C4401C;
}
.TagClassName
{
border-color: #C4401C;
}
</style>