Html Css Color HEX #C2390F Harley Davidson Orange
📋 copy color: '#C2390F'red 194 ◦ green 57 ◦ blue 15
Shades of Harley Davidson Orange #C2390F
Tints of Harley Davidson Orange #C2390F
RGB
CMYK
RGB Variations
Color information
#C2390F (or 0xC2390F) is known color: Harley Davidson Orange. HEX triplet: C2, 39 and 0F. RGB value is (194,57,15). Sum of RGB (Red+Green+Blue) = 194+57+15=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C2390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2390F is #3DC6F0. Grayscale: #5D5D5D. Windows color (decimal): -4048625 or 997826. OLE color: 997826.
HSL color Cylindrical-coordinate representation of color #C2390F: hue angle of 14.08º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2390F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 15 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.24 |
| HSL | 14.08º | 0.86% | 0.41% | - |
| HSV(B) | 14.08º | 0.92% | 0.76% | - |
| XYZ | 23.8 | 14.43 | 1.98 | - |
| YUV | 93.18 | 83.89 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 15 | 0 | 0.71 | 0.92 | 0.24 | 14.08 | 0.86 | 0.41 |
| Hex | C2 | 39 | F | 0 | 47 | 5C | 18 | E | 56 | 29 |
| Octal | 302 | 71 | 17 | 0 | 107 | 134 | 30 | 16 | 126 | 51 |
| Binary | 11000010 | 111001 | 1111 | 0 | 1000111 | 1011100 | 11000 | 1110 | 1010110 | 101001 |
Color Harmonies of #C2390F
Complementary color
Monochromatic Colors of #C2390F
Black with #C2390F
Text Example
Text Example
White with #C2390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2390F; }
p { color: rgb(194,57,15); }
H1.HeaderClassName
{
color: #C2390F;
}
.AnyTagClassName
{
color: #C2390F;
}
</style>
background-color css
<style>
a { background-color: #C2390F; }
a { background-color: rgb(194,57,15); }
div.DivClassName
{
background-color: #C2390F;
}
.BgClassName
{
background-color: #C2390F;
}
</style>
border-color css
<style>
span { border-color: #C2390F; }
span { border-color: rgb(194,57,15); }
td.TdClassName
{
border-color: #C2390F;
}
.TagClassName
{
border-color: #C2390F;
}
</style>