Html Css Color HEX #C3310C Harley Davidson Orange
📋 copy color: '#C3310C'red 195 ◦ green 49 ◦ blue 12
Shades of Harley Davidson Orange #C3310C
Tints of Harley Davidson Orange #C3310C
RGB
CMYK
RGB Variations
Color information
#C3310C (or 0xC3310C) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 0C. RGB value is (195,49,12). Sum of RGB (Red+Green+Blue) = 195+49+12=256 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.17% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 195 - color contains mainly: red. Hex color #C3310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3310C is #3CCEF3. Grayscale: #585858. Windows color (decimal): -3985140 or 799171. OLE color: 799171.
HSL color Cylindrical-coordinate representation of color #C3310C: hue angle of 12.13º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3310C is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 49 | 12 | - |
| CMYK | 0 | 0.75 | 0.94 | 0.24 |
| HSL | 12.13º | 0.88% | 0.41% | - |
| HSV(B) | 12.13º | 0.94% | 0.76% | - |
| XYZ | 23.67 | 13.83 | 1.77 | - |
| YUV | 88.44 | 84.87 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 49 | 12 | 0 | 0.75 | 0.94 | 0.24 | 12.13 | 0.88 | 0.41 |
| Hex | C3 | 31 | C | 0 | 4B | 5E | 18 | C | 58 | 29 |
| Octal | 303 | 61 | 14 | 0 | 113 | 136 | 30 | 14 | 130 | 51 |
| Binary | 11000011 | 110001 | 1100 | 0 | 1001011 | 1011110 | 11000 | 1100 | 1011000 | 101001 |
Color Harmonies of #C3310C
Complementary color
Monochromatic Colors of #C3310C
Black with #C3310C
Text Example
Text Example
White with #C3310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3310C; }
p { color: rgb(195,49,12); }
H1.HeaderClassName
{
color: #C3310C;
}
.AnyTagClassName
{
color: #C3310C;
}
</style>
background-color css
<style>
a { background-color: #C3310C; }
a { background-color: rgb(195,49,12); }
div.DivClassName
{
background-color: #C3310C;
}
.BgClassName
{
background-color: #C3310C;
}
</style>
border-color css
<style>
span { border-color: #C3310C; }
span { border-color: rgb(195,49,12); }
td.TdClassName
{
border-color: #C3310C;
}
.TagClassName
{
border-color: #C3310C;
}
</style>