Html Css Color HEX #C4411F Harley Davidson Orange
📋 copy color: '#C4411F'red 196 ◦ green 65 ◦ blue 31
Shades of Harley Davidson Orange #C4411F
Tints of Harley Davidson Orange #C4411F
RGB
CMYK
RGB Variations
Color information
#C4411F (or 0xC4411F) is known color: Harley Davidson Orange. HEX triplet: C4, 41 and 1F. RGB value is (196,65,31). Sum of RGB (Red+Green+Blue) = 196+65+31=292 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.12% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 196 - color contains mainly: red. Hex color #C4411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4411F is #3BBEE0. Grayscale: #646464. Windows color (decimal): -3915489 or 2048452. OLE color: 2048452.
HSL color Cylindrical-coordinate representation of color #C4411F: hue angle of 12.36º 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 #C4411F is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 31 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.23 |
| HSL | 12.36º | 0.73% | 0.45% | - |
| HSV(B) | 12.36º | 0.84% | 0.77% | - |
| XYZ | 24.9 | 15.62 | 3 | - |
| YUV | 100.29 | 88.9 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 31 | 0 | 0.67 | 0.84 | 0.23 | 12.36 | 0.73 | 0.45 |
| Hex | C4 | 41 | 1F | 0 | 43 | 54 | 17 | C | 49 | 2D |
| Octal | 304 | 101 | 37 | 0 | 103 | 124 | 27 | 14 | 111 | 55 |
| Binary | 11000100 | 1000001 | 11111 | 0 | 1000011 | 1010100 | 10111 | 1100 | 1001001 | 101101 |
Color Harmonies of #C4411F
Complementary color
Monochromatic Colors of #C4411F
Black with #C4411F
Text Example
Text Example
White with #C4411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4411F; }
p { color: rgb(196,65,31); }
H1.HeaderClassName
{
color: #C4411F;
}
.AnyTagClassName
{
color: #C4411F;
}
</style>
background-color css
<style>
a { background-color: #C4411F; }
a { background-color: rgb(196,65,31); }
div.DivClassName
{
background-color: #C4411F;
}
.BgClassName
{
background-color: #C4411F;
}
</style>
border-color css
<style>
span { border-color: #C4411F; }
span { border-color: rgb(196,65,31); }
td.TdClassName
{
border-color: #C4411F;
}
.TagClassName
{
border-color: #C4411F;
}
</style>