Html Css Color HEX #C3390D Harley Davidson Orange
📋 copy color: '#C3390D'red 195 ◦ green 57 ◦ blue 13
Shades of Harley Davidson Orange #C3390D
Tints of Harley Davidson Orange #C3390D
RGB
CMYK
RGB Variations
Color information
#C3390D (or 0xC3390D) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 0D. RGB value is (195,57,13). Sum of RGB (Red+Green+Blue) = 195+57+13=265 (35% of max value = 765). Red value is 195 (76.56% from 255 or 73.58% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 13 (5.47% from 255 or 4.91% from 265); Max value from RGB is 195 - color contains mainly: red. Hex color #C3390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3390D is #3CC6F2. Grayscale: #5D5D5D. Windows color (decimal): -3983091 or 866755. OLE color: 866755.
HSL color Cylindrical-coordinate representation of color #C3390D: hue angle of 14.51º degrees, saturation: 0.88, 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 #C3390D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.24 |
| HSL | 14.51º | 0.88% | 0.41% | - |
| HSV(B) | 14.51º | 0.93% | 0.76% | - |
| XYZ | 24.04 | 14.56 | 1.92 | - |
| YUV | 93.25 | 82.72 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 13 | 0 | 0.71 | 0.93 | 0.24 | 14.51 | 0.88 | 0.41 |
| Hex | C3 | 39 | D | 0 | 47 | 5D | 18 | F | 58 | 29 |
| Octal | 303 | 71 | 15 | 0 | 107 | 135 | 30 | 17 | 130 | 51 |
| Binary | 11000011 | 111001 | 1101 | 0 | 1000111 | 1011101 | 11000 | 1111 | 1011000 | 101001 |
Color Harmonies of #C3390D
Complementary color
Monochromatic Colors of #C3390D
Black with #C3390D
Text Example
Text Example
White with #C3390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3390D; }
p { color: rgb(195,57,13); }
H1.HeaderClassName
{
color: #C3390D;
}
.AnyTagClassName
{
color: #C3390D;
}
</style>
background-color css
<style>
a { background-color: #C3390D; }
a { background-color: rgb(195,57,13); }
div.DivClassName
{
background-color: #C3390D;
}
.BgClassName
{
background-color: #C3390D;
}
</style>
border-color css
<style>
span { border-color: #C3390D; }
span { border-color: rgb(195,57,13); }
td.TdClassName
{
border-color: #C3390D;
}
.TagClassName
{
border-color: #C3390D;
}
</style>