Html Css Color HEX #C2390D Harley Davidson Orange
📋 copy color: '#C2390D'red 194 ◦ green 57 ◦ blue 13
Shades of Harley Davidson Orange #C2390D
Tints of Harley Davidson Orange #C2390D
RGB
CMYK
RGB Variations
Color information
#C2390D (or 0xC2390D) is known color: Harley Davidson Orange. HEX triplet: C2, 39 and 0D. RGB value is (194,57,13). Sum of RGB (Red+Green+Blue) = 194+57+13=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C2390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2390D is #3DC6F2. Grayscale: #5D5D5D. Windows color (decimal): -4048627 or 866754. OLE color: 866754.
HSL color Cylindrical-coordinate representation of color #C2390D: hue angle of 14.59º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2390D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.24 |
| HSL | 14.59º | 0.87% | 0.41% | - |
| HSV(B) | 14.59º | 0.93% | 0.76% | - |
| XYZ | 23.78 | 14.42 | 1.91 | - |
| YUV | 92.95 | 82.89 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 13 | 0 | 0.71 | 0.93 | 0.24 | 14.59 | 0.87 | 0.41 |
| Hex | C2 | 39 | D | 0 | 47 | 5D | 18 | F | 57 | 29 |
| Octal | 302 | 71 | 15 | 0 | 107 | 135 | 30 | 17 | 127 | 51 |
| Binary | 11000010 | 111001 | 1101 | 0 | 1000111 | 1011101 | 11000 | 1111 | 1010111 | 101001 |
Color Harmonies of #C2390D
Complementary color
Monochromatic Colors of #C2390D
Black with #C2390D
Text Example
Text Example
White with #C2390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2390D; }
p { color: rgb(194,57,13); }
H1.HeaderClassName
{
color: #C2390D;
}
.AnyTagClassName
{
color: #C2390D;
}
</style>
background-color css
<style>
a { background-color: #C2390D; }
a { background-color: rgb(194,57,13); }
div.DivClassName
{
background-color: #C2390D;
}
.BgClassName
{
background-color: #C2390D;
}
</style>
border-color css
<style>
span { border-color: #C2390D; }
span { border-color: rgb(194,57,13); }
td.TdClassName
{
border-color: #C2390D;
}
.TagClassName
{
border-color: #C2390D;
}
</style>