Html Css Color HEX #C4401F Harley Davidson Orange
📋 copy color: '#C4401F'red 196 ◦ green 64 ◦ blue 31
Shades of Harley Davidson Orange #C4401F
Tints of Harley Davidson Orange #C4401F
RGB
CMYK
RGB Variations
Color information
#C4401F (or 0xC4401F) is known color: Harley Davidson Orange. HEX triplet: C4, 40 and 1F. RGB value is (196,64,31). Sum of RGB (Red+Green+Blue) = 196+64+31=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C4401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4401F is #3BBFE0. Grayscale: #636363. Windows color (decimal): -3915745 or 2048196. OLE color: 2048196.
HSL color Cylindrical-coordinate representation of color #C4401F: hue angle of 12º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4401F is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 31 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.23 |
| HSL | 12º | 0.73% | 0.45% | - |
| HSV(B) | 12º | 0.84% | 0.77% | - |
| XYZ | 24.85 | 15.5 | 2.98 | - |
| YUV | 99.71 | 89.23 | 196.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 31 | 0 | 0.67 | 0.84 | 0.23 | 12 | 0.73 | 0.45 |
| Hex | C4 | 40 | 1F | 0 | 43 | 54 | 17 | C | 49 | 2D |
| Octal | 304 | 100 | 37 | 0 | 103 | 124 | 27 | 14 | 111 | 55 |
| Binary | 11000100 | 1000000 | 11111 | 0 | 1000011 | 1010100 | 10111 | 1100 | 1001001 | 101101 |
Color Harmonies of #C4401F
Complementary color
Monochromatic Colors of #C4401F
Black with #C4401F
Text Example
Text Example
White with #C4401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4401F; }
p { color: rgb(196,64,31); }
H1.HeaderClassName
{
color: #C4401F;
}
.AnyTagClassName
{
color: #C4401F;
}
</style>
background-color css
<style>
a { background-color: #C4401F; }
a { background-color: rgb(196,64,31); }
div.DivClassName
{
background-color: #C4401F;
}
.BgClassName
{
background-color: #C4401F;
}
</style>
border-color css
<style>
span { border-color: #C4401F; }
span { border-color: rgb(196,64,31); }
td.TdClassName
{
border-color: #C4401F;
}
.TagClassName
{
border-color: #C4401F;
}
</style>