Html Css Color HEX #C3310A Harley Davidson Orange
📋 copy color: '#C3310A'red 195 ◦ green 49 ◦ blue 10
Shades of Harley Davidson Orange #C3310A
Tints of Harley Davidson Orange #C3310A
RGB
CMYK
RGB Variations
Color information
#C3310A (or 0xC3310A) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 0A. RGB value is (195,49,10). Sum of RGB (Red+Green+Blue) = 195+49+10=254 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.77% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 195 - color contains mainly: red. Hex color #C3310A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3310A is #3CCEF5. Grayscale: #585858. Windows color (decimal): -3985142 or 668099. OLE color: 668099.
HSL color Cylindrical-coordinate representation of color #C3310A: hue angle of 12.65º 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 #C3310A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 10 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.24 |
| HSL | 12.65º | 0.9% | 0.4% | - |
| HSV(B) | 12.65º | 0.95% | 0.76% | - |
| XYZ | 23.66 | 13.82 | 1.71 | - |
| YUV | 88.21 | 83.87 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 10 | 0 | 0.75 | 0.95 | 0.24 | 12.65 | 0.9 | 0.4 |
| Hex | C3 | 31 | A | 0 | 4B | 5F | 18 | D | 5A | 28 |
| Octal | 303 | 61 | 12 | 0 | 113 | 137 | 30 | 15 | 132 | 50 |
| Binary | 11000011 | 110001 | 1010 | 0 | 1001011 | 1011111 | 11000 | 1101 | 1011010 | 101000 |
Color Harmonies of #C3310A
Complementary color
Monochromatic Colors of #C3310A
Black with #C3310A
Text Example
Text Example
White with #C3310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3310A; }
p { color: rgb(195,49,10); }
H1.HeaderClassName
{
color: #C3310A;
}
.AnyTagClassName
{
color: #C3310A;
}
</style>
background-color css
<style>
a { background-color: #C3310A; }
a { background-color: rgb(195,49,10); }
div.DivClassName
{
background-color: #C3310A;
}
.BgClassName
{
background-color: #C3310A;
}
</style>
border-color css
<style>
span { border-color: #C3310A; }
span { border-color: rgb(195,49,10); }
td.TdClassName
{
border-color: #C3310A;
}
.TagClassName
{
border-color: #C3310A;
}
</style>