Html Css Color HEX #C2340B Harley Davidson Orange
📋 copy color: '#C2340B'red 194 ◦ green 52 ◦ blue 11
Shades of Harley Davidson Orange #C2340B
Tints of Harley Davidson Orange #C2340B
RGB
CMYK
RGB Variations
Color information
#C2340B (or 0xC2340B) is known color: Harley Davidson Orange. HEX triplet: C2, 34 and 0B. RGB value is (194,52,11). Sum of RGB (Red+Green+Blue) = 194+52+11=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2340B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2340B is #3DCBF4. Grayscale: #5A5A5A. Windows color (decimal): -4049909 or 734402. OLE color: 734402.
HSL color Cylindrical-coordinate representation of color #C2340B: hue angle of 13.44º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2340B is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 52 | 11 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.24 |
| HSL | 13.44º | 0.89% | 0.4% | - |
| HSV(B) | 13.44º | 0.94% | 0.76% | - |
| XYZ | 23.54 | 13.95 | 1.77 | - |
| YUV | 89.78 | 83.54 | 202.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 52 | 11 | 0 | 0.73 | 0.94 | 0.24 | 13.44 | 0.89 | 0.4 |
| Hex | C2 | 34 | B | 0 | 49 | 5E | 18 | D | 59 | 28 |
| Octal | 302 | 64 | 13 | 0 | 111 | 136 | 30 | 15 | 131 | 50 |
| Binary | 11000010 | 110100 | 1011 | 0 | 1001001 | 1011110 | 11000 | 1101 | 1011001 | 101000 |
Color Harmonies of #C2340B
Complementary color
Monochromatic Colors of #C2340B
Black with #C2340B
Text Example
Text Example
White with #C2340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2340B; }
p { color: rgb(194,52,11); }
H1.HeaderClassName
{
color: #C2340B;
}
.AnyTagClassName
{
color: #C2340B;
}
</style>
background-color css
<style>
a { background-color: #C2340B; }
a { background-color: rgb(194,52,11); }
div.DivClassName
{
background-color: #C2340B;
}
.BgClassName
{
background-color: #C2340B;
}
</style>
border-color css
<style>
span { border-color: #C2340B; }
span { border-color: rgb(194,52,11); }
td.TdClassName
{
border-color: #C2340B;
}
.TagClassName
{
border-color: #C2340B;
}
</style>