Html Css Color HEX #C4431F Harley Davidson Orange
📋 copy color: '#C4431F'red 196 ◦ green 67 ◦ blue 31
Shades of Harley Davidson Orange #C4431F
Tints of Harley Davidson Orange #C4431F
RGB
CMYK
RGB Variations
Color information
#C4431F (or 0xC4431F) is known color: Harley Davidson Orange. HEX triplet: C4, 43 and 1F. RGB value is (196,67,31). Sum of RGB (Red+Green+Blue) = 196+67+31=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C4431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4431F is #3BBCE0. Grayscale: #656565. Windows color (decimal): -3914977 or 2048964. OLE color: 2048964.
HSL color Cylindrical-coordinate representation of color #C4431F: hue angle of 13.09º 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 #C4431F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 67 | 31 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.23 |
| HSL | 13.09º | 0.73% | 0.45% | - |
| HSV(B) | 13.09º | 0.84% | 0.77% | - |
| XYZ | 25.02 | 15.85 | 3.04 | - |
| YUV | 101.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 67 | 31 | 0 | 0.66 | 0.84 | 0.23 | 13.09 | 0.73 | 0.45 |
| Hex | C4 | 43 | 1F | 0 | 42 | 54 | 17 | D | 49 | 2D |
| Octal | 304 | 103 | 37 | 0 | 102 | 124 | 27 | 15 | 111 | 55 |
| Binary | 11000100 | 1000011 | 11111 | 0 | 1000010 | 1010100 | 10111 | 1101 | 1001001 | 101101 |
Color Harmonies of #C4431F
Complementary color
Monochromatic Colors of #C4431F
Black with #C4431F
Text Example
Text Example
White with #C4431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4431F; }
p { color: rgb(196,67,31); }
H1.HeaderClassName
{
color: #C4431F;
}
.AnyTagClassName
{
color: #C4431F;
}
</style>
background-color css
<style>
a { background-color: #C4431F; }
a { background-color: rgb(196,67,31); }
div.DivClassName
{
background-color: #C4431F;
}
.BgClassName
{
background-color: #C4431F;
}
</style>
border-color css
<style>
span { border-color: #C4431F; }
span { border-color: rgb(196,67,31); }
td.TdClassName
{
border-color: #C4431F;
}
.TagClassName
{
border-color: #C4431F;
}
</style>