Html Css Color HEX #C4271C Harley Davidson Orange
📋 copy color: '#C4271C'red 196 ◦ green 39 ◦ blue 28
Shades of Harley Davidson Orange #C4271C
Tints of Harley Davidson Orange #C4271C
RGB
CMYK
RGB Variations
Color information
#C4271C (or 0xC4271C) is known color: Harley Davidson Orange. HEX triplet: C4, 27 and 1C. RGB value is (196,39,28). Sum of RGB (Red+Green+Blue) = 196+39+28=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C4271C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4271C is #3BD8E3. Grayscale: #545454. Windows color (decimal): -3922148 or 1845188. OLE color: 1845188.
HSL color Cylindrical-coordinate representation of color #C4271C: hue angle of 3.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4271C is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 39 | 28 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.23 |
| HSL | 3.93º | 0.75% | 0.44% | - |
| HSV(B) | 3.93º | 0.86% | 0.77% | - |
| XYZ | 23.7 | 13.27 | 2.41 | - |
| YUV | 84.69 | 96.01 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 39 | 28 | 0 | 0.80 | 0.86 | 0.23 | 3.93 | 0.75 | 0.44 |
| Hex | C4 | 27 | 1C | 0 | 50 | 56 | 17 | 4 | 4B | 2C |
| Octal | 304 | 47 | 34 | 0 | 120 | 126 | 27 | 4 | 113 | 54 |
| Binary | 11000100 | 100111 | 11100 | 0 | 1010000 | 1010110 | 10111 | 100 | 1001011 | 101100 |
Color Harmonies of #C4271C
Complementary color
Monochromatic Colors of #C4271C
Black with #C4271C
Text Example
Text Example
White with #C4271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4271C; }
p { color: rgb(196,39,28); }
H1.HeaderClassName
{
color: #C4271C;
}
.AnyTagClassName
{
color: #C4271C;
}
</style>
background-color css
<style>
a { background-color: #C4271C; }
a { background-color: rgb(196,39,28); }
div.DivClassName
{
background-color: #C4271C;
}
.BgClassName
{
background-color: #C4271C;
}
</style>
border-color css
<style>
span { border-color: #C4271C; }
span { border-color: rgb(196,39,28); }
td.TdClassName
{
border-color: #C4271C;
}
.TagClassName
{
border-color: #C4271C;
}
</style>