Html Css Color HEX #C4230E Harley Davidson Orange
📋 copy color: '#C4230E'red 196 ◦ green 35 ◦ blue 14
Shades of Harley Davidson Orange #C4230E
Tints of Harley Davidson Orange #C4230E
RGB
CMYK
RGB Variations
Color information
#C4230E (or 0xC4230E) is known color: Harley Davidson Orange. HEX triplet: C4, 23 and 0E. RGB value is (196,35,14). Sum of RGB (Red+Green+Blue) = 196+35+14=245 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 196 - color contains mainly: red. Hex color #C4230E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4230E is #3BDCF1. Grayscale: #505050. Windows color (decimal): -3923186 or 926660. OLE color: 926660.
HSL color Cylindrical-coordinate representation of color #C4230E: hue angle of 6.92º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4230E is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 35 | 14 | - |
| CMYK | 0 | 0.82 | 0.93 | 0.23 |
| HSL | 6.92º | 0.87% | 0.41% | - |
| HSV(B) | 6.92º | 0.93% | 0.77% | - |
| XYZ | 23.45 | 12.97 | 1.68 | - |
| YUV | 80.75 | 90.34 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 35 | 14 | 0 | 0.82 | 0.93 | 0.23 | 6.92 | 0.87 | 0.41 |
| Hex | C4 | 23 | E | 0 | 52 | 5D | 17 | 7 | 57 | 29 |
| Octal | 304 | 43 | 16 | 0 | 122 | 135 | 27 | 7 | 127 | 51 |
| Binary | 11000100 | 100011 | 1110 | 0 | 1010010 | 1011101 | 10111 | 111 | 1010111 | 101001 |
Color Harmonies of #C4230E
Complementary color
Monochromatic Colors of #C4230E
Black with #C4230E
Text Example
Text Example
White with #C4230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4230E; }
p { color: rgb(196,35,14); }
H1.HeaderClassName
{
color: #C4230E;
}
.AnyTagClassName
{
color: #C4230E;
}
</style>
background-color css
<style>
a { background-color: #C4230E; }
a { background-color: rgb(196,35,14); }
div.DivClassName
{
background-color: #C4230E;
}
.BgClassName
{
background-color: #C4230E;
}
</style>
border-color css
<style>
span { border-color: #C4230E; }
span { border-color: rgb(196,35,14); }
td.TdClassName
{
border-color: #C4230E;
}
.TagClassName
{
border-color: #C4230E;
}
</style>