Html Css Color HEX #C3320F Harley Davidson Orange
📋 copy color: '#C3320F'red 195 ◦ green 50 ◦ blue 15
Shades of Harley Davidson Orange #C3320F
Tints of Harley Davidson Orange #C3320F
RGB
CMYK
RGB Variations
Color information
#C3320F (or 0xC3320F) is known color: Harley Davidson Orange. HEX triplet: C3, 32 and 0F. RGB value is (195,50,15). Sum of RGB (Red+Green+Blue) = 195+50+15=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C3320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3320F is #3CCDF0. Grayscale: #595959. Windows color (decimal): -3984881 or 996035. OLE color: 996035.
HSL color Cylindrical-coordinate representation of color #C3320F: hue angle of 11.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3320F is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 50 | 15 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.24 |
| HSL | 11.67º | 0.86% | 0.41% | - |
| HSV(B) | 11.67º | 0.92% | 0.76% | - |
| XYZ | 23.73 | 13.92 | 1.89 | - |
| YUV | 89.37 | 86.04 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 50 | 15 | 0 | 0.74 | 0.92 | 0.24 | 11.67 | 0.86 | 0.41 |
| Hex | C3 | 32 | F | 0 | 4A | 5C | 18 | C | 56 | 29 |
| Octal | 303 | 62 | 17 | 0 | 112 | 134 | 30 | 14 | 126 | 51 |
| Binary | 11000011 | 110010 | 1111 | 0 | 1001010 | 1011100 | 11000 | 1100 | 1010110 | 101001 |
Color Harmonies of #C3320F
Complementary color
Monochromatic Colors of #C3320F
Black with #C3320F
Text Example
Text Example
White with #C3320F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3320F; }
p { color: rgb(195,50,15); }
H1.HeaderClassName
{
color: #C3320F;
}
.AnyTagClassName
{
color: #C3320F;
}
</style>
background-color css
<style>
a { background-color: #C3320F; }
a { background-color: rgb(195,50,15); }
div.DivClassName
{
background-color: #C3320F;
}
.BgClassName
{
background-color: #C3320F;
}
</style>
border-color css
<style>
span { border-color: #C3320F; }
span { border-color: rgb(195,50,15); }
td.TdClassName
{
border-color: #C3320F;
}
.TagClassName
{
border-color: #C3320F;
}
</style>