Html Css Color HEX #C4270C Harley Davidson Orange
📋 copy color: '#C4270C'red 196 ◦ green 39 ◦ blue 12
Shades of Harley Davidson Orange #C4270C
Tints of Harley Davidson Orange #C4270C
RGB
CMYK
RGB Variations
Color information
#C4270C (or 0xC4270C) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 0C. RGB value is (196,39,12). Sum of RGB (Red+Green+Blue) = 196+39+12=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C4270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4270C is #3BD8F3. Grayscale: #535353. Windows color (decimal): -3922164 or 796612. OLE color: 796612.
HSL color Cylindrical-coordinate representation of color #C4270C: hue angle of 8.8º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4270C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 12 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.23 |
| HSL | 8.8º | 0.88% | 0.41% | - |
| HSV(B) | 8.8º | 0.94% | 0.77% | - |
| XYZ | 23.56 | 13.21 | 1.66 | - |
| YUV | 82.87 | 88.01 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 12 | 0 | 0.80 | 0.94 | 0.23 | 8.8 | 0.88 | 0.41 |
| Hex | C4 | 27 | C | 0 | 50 | 5E | 17 | 9 | 58 | 29 |
| Octal | 304 | 47 | 14 | 0 | 120 | 136 | 27 | 11 | 130 | 51 |
| Binary | 11000100 | 100111 | 1100 | 0 | 1010000 | 1011110 | 10111 | 1001 | 1011000 | 101001 |
Color Harmonies of #C4270C
Complementary color
Monochromatic Colors of #C4270C
Black with #C4270C
Text Example
Text Example
White with #C4270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4270C; }
p { color: rgb(196,39,12); }
H1.HeaderClassName
{
color: #C4270C;
}
.AnyTagClassName
{
color: #C4270C;
}
</style>
background-color css
<style>
a { background-color: #C4270C; }
a { background-color: rgb(196,39,12); }
div.DivClassName
{
background-color: #C4270C;
}
.BgClassName
{
background-color: #C4270C;
}
</style>
border-color css
<style>
span { border-color: #C4270C; }
span { border-color: rgb(196,39,12); }
td.TdClassName
{
border-color: #C4270C;
}
.TagClassName
{
border-color: #C4270C;
}
</style>