Html Css Color HEX #C3390A Harley Davidson Orange
📋 copy color: '#C3390A'red 195 ◦ green 57 ◦ blue 10
Shades of Harley Davidson Orange #C3390A
Tints of Harley Davidson Orange #C3390A
RGB
CMYK
RGB Variations
Color information
#C3390A (or 0xC3390A) is known color: Harley Davidson Orange. HEX triplet: C3, 39 and 0A. RGB value is (195,57,10). Sum of RGB (Red+Green+Blue) = 195+57+10=262 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.43% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 195 - color contains mainly: red. Hex color #C3390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3390A is #3CC6F5. Grayscale: #5D5D5D. Windows color (decimal): -3983094 or 670147. OLE color: 670147.
HSL color Cylindrical-coordinate representation of color #C3390A: hue angle of 15.24º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C3390A is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 57 | 10 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.24 |
| HSL | 15.24º | 0.9% | 0.4% | - |
| HSV(B) | 15.24º | 0.95% | 0.76% | - |
| XYZ | 24.02 | 14.55 | 1.83 | - |
| YUV | 92.9 | 81.22 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 57 | 10 | 0 | 0.71 | 0.95 | 0.24 | 15.24 | 0.9 | 0.4 |
| Hex | C3 | 39 | A | 0 | 47 | 5F | 18 | F | 5A | 28 |
| Octal | 303 | 71 | 12 | 0 | 107 | 137 | 30 | 17 | 132 | 50 |
| Binary | 11000011 | 111001 | 1010 | 0 | 1000111 | 1011111 | 11000 | 1111 | 1011010 | 101000 |
Color Harmonies of #C3390A
Complementary color
Monochromatic Colors of #C3390A
Black with #C3390A
Text Example
Text Example
White with #C3390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3390A; }
p { color: rgb(195,57,10); }
H1.HeaderClassName
{
color: #C3390A;
}
.AnyTagClassName
{
color: #C3390A;
}
</style>
background-color css
<style>
a { background-color: #C3390A; }
a { background-color: rgb(195,57,10); }
div.DivClassName
{
background-color: #C3390A;
}
.BgClassName
{
background-color: #C3390A;
}
</style>
border-color css
<style>
span { border-color: #C3390A; }
span { border-color: rgb(195,57,10); }
td.TdClassName
{
border-color: #C3390A;
}
.TagClassName
{
border-color: #C3390A;
}
</style>