Html Css Color HEX #C4350D Harley Davidson Orange
📋 copy color: '#C4350D'red 196 ◦ green 53 ◦ blue 13
Shades of Harley Davidson Orange #C4350D
Tints of Harley Davidson Orange #C4350D
RGB
CMYK
RGB Variations
Color information
#C4350D (or 0xC4350D) is known color: Harley Davidson Orange. HEX triplet: C4, 35 and 0D. RGB value is (196,53,13). Sum of RGB (Red+Green+Blue) = 196+53+13=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C4350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4350D is #3BCAF2. Grayscale: #5B5B5B. Windows color (decimal): -3918579 or 865732. OLE color: 865732.
HSL color Cylindrical-coordinate representation of color #C4350D: hue angle of 13.11º 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 #C4350D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.23 |
| HSL | 13.11º | 0.88% | 0.41% | - |
| HSV(B) | 13.11º | 0.93% | 0.77% | - |
| XYZ | 24.11 | 14.31 | 1.87 | - |
| YUV | 91.2 | 83.88 | 202.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 13 | 0 | 0.73 | 0.93 | 0.23 | 13.11 | 0.88 | 0.41 |
| Hex | C4 | 35 | D | 0 | 49 | 5D | 17 | D | 58 | 29 |
| Octal | 304 | 65 | 15 | 0 | 111 | 135 | 27 | 15 | 130 | 51 |
| Binary | 11000100 | 110101 | 1101 | 0 | 1001001 | 1011101 | 10111 | 1101 | 1011000 | 101001 |
Color Harmonies of #C4350D
Complementary color
Monochromatic Colors of #C4350D
Black with #C4350D
Text Example
Text Example
White with #C4350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4350D; }
p { color: rgb(196,53,13); }
H1.HeaderClassName
{
color: #C4350D;
}
.AnyTagClassName
{
color: #C4350D;
}
</style>
background-color css
<style>
a { background-color: #C4350D; }
a { background-color: rgb(196,53,13); }
div.DivClassName
{
background-color: #C4350D;
}
.BgClassName
{
background-color: #C4350D;
}
</style>
border-color css
<style>
span { border-color: #C4350D; }
span { border-color: rgb(196,53,13); }
td.TdClassName
{
border-color: #C4350D;
}
.TagClassName
{
border-color: #C4350D;
}
</style>