Html Css Color HEX #C4270D Harley Davidson Orange
📋 copy color: '#C4270D'red 196 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #C4270D
Tints of Harley Davidson Orange #C4270D
RGB
CMYK
RGB Variations
Color information
#C4270D (or 0xC4270D) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 0D. RGB value is (196,39,13). Sum of RGB (Red+Green+Blue) = 196+39+13=248 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.03% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 196 - color contains mainly: red. Hex color #C4270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4270D is #3BD8F2. Grayscale: #535353. Windows color (decimal): -3922163 or 862148. OLE color: 862148.
HSL color Cylindrical-coordinate representation of color #C4270D: hue angle of 8.52º degrees, saturation: 0.88, 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 #C4270D is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 13 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.23 |
| HSL | 8.52º | 0.88% | 0.41% | - |
| HSV(B) | 8.52º | 0.93% | 0.77% | - |
| XYZ | 23.56 | 13.22 | 1.69 | - |
| YUV | 82.98 | 88.51 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 13 | 0 | 0.80 | 0.93 | 0.23 | 8.52 | 0.88 | 0.41 |
| Hex | C4 | 27 | D | 0 | 50 | 5D | 17 | 9 | 58 | 29 |
| Octal | 304 | 47 | 15 | 0 | 120 | 135 | 27 | 11 | 130 | 51 |
| Binary | 11000100 | 100111 | 1101 | 0 | 1010000 | 1011101 | 10111 | 1001 | 1011000 | 101001 |
Color Harmonies of #C4270D
Complementary color
Monochromatic Colors of #C4270D
Black with #C4270D
Text Example
Text Example
White with #C4270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4270D; }
p { color: rgb(196,39,13); }
H1.HeaderClassName
{
color: #C4270D;
}
.AnyTagClassName
{
color: #C4270D;
}
</style>
background-color css
<style>
a { background-color: #C4270D; }
a { background-color: rgb(196,39,13); }
div.DivClassName
{
background-color: #C4270D;
}
.BgClassName
{
background-color: #C4270D;
}
</style>
border-color css
<style>
span { border-color: #C4270D; }
span { border-color: rgb(196,39,13); }
td.TdClassName
{
border-color: #C4270D;
}
.TagClassName
{
border-color: #C4270D;
}
</style>