Html Css Color HEX #C4351B Harley Davidson Orange
📋 copy color: '#C4351B'red 196 ◦ green 53 ◦ blue 27
Shades of Harley Davidson Orange #C4351B
Tints of Harley Davidson Orange #C4351B
RGB
CMYK
RGB Variations
Color information
#C4351B (or 0xC4351B) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 1B. RGB value is (196,53,27). Sum of RGB (Red+Green+Blue) = 196+53+27=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C4351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4351B is #3BCAE4. Grayscale: #5D5D5D. Windows color (decimal): -3918565 or 1783236. OLE color: 1783236.
HSL color Cylindrical-coordinate representation of color #C4351B: hue angle of 9.23º degrees, saturation: 0.76, 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 #C4351B is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 27 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.23 |
| HSL | 9.23º | 0.76% | 0.44% | - |
| HSV(B) | 9.23º | 0.86% | 0.77% | - |
| XYZ | 24.24 | 14.36 | 2.53 | - |
| YUV | 92.79 | 90.88 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 27 | 0 | 0.73 | 0.86 | 0.23 | 9.23 | 0.76 | 0.44 |
| Hex | C4 | 35 | 1B | 0 | 49 | 56 | 17 | 9 | 4C | 2C |
| Octal | 304 | 65 | 33 | 0 | 111 | 126 | 27 | 11 | 114 | 54 |
| Binary | 11000100 | 110101 | 11011 | 0 | 1001001 | 1010110 | 10111 | 1001 | 1001100 | 101100 |
Color Harmonies of #C4351B
Complementary color
Monochromatic Colors of #C4351B
Black with #C4351B
Text Example
Text Example
White with #C4351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4351B; }
p { color: rgb(196,53,27); }
H1.HeaderClassName
{
color: #C4351B;
}
.AnyTagClassName
{
color: #C4351B;
}
</style>
background-color css
<style>
a { background-color: #C4351B; }
a { background-color: rgb(196,53,27); }
div.DivClassName
{
background-color: #C4351B;
}
.BgClassName
{
background-color: #C4351B;
}
</style>
border-color css
<style>
span { border-color: #C4351B; }
span { border-color: rgb(196,53,27); }
td.TdClassName
{
border-color: #C4351B;
}
.TagClassName
{
border-color: #C4351B;
}
</style>