Html Css Color HEX #C3360F Harley Davidson Orange
📋 copy color: '#C3360F'red 195 ◦ green 54 ◦ blue 15
Shades of Harley Davidson Orange #C3360F
Tints of Harley Davidson Orange #C3360F
RGB
CMYK
RGB Variations
Color information
#C3360F (or 0xC3360F) is known color: Harley Davidson Orange. HEX triplet: C3, 36 and 0F. RGB value is (195,54,15). Sum of RGB (Red+Green+Blue) = 195+54+15=264 (34% of max value = 765). Red value is 195 (76.56% from 255 or 73.86% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 195 - color contains mainly: red. Hex color #C3360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C3360F is #3CC9F0. Grayscale: #5C5C5C. Windows color (decimal): -3983857 or 997059. OLE color: 997059.
HSL color Cylindrical-coordinate representation of color #C3360F: hue angle of 13º 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 #C3360F is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 54 | 15 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.24 |
| HSL | 13º | 0.86% | 0.41% | - |
| HSV(B) | 13º | 0.92% | 0.76% | - |
| XYZ | 23.91 | 14.27 | 1.95 | - |
| YUV | 91.71 | 84.71 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 54 | 15 | 0 | 0.72 | 0.92 | 0.24 | 13 | 0.86 | 0.41 |
| Hex | C3 | 36 | F | 0 | 48 | 5C | 18 | D | 56 | 29 |
| Octal | 303 | 66 | 17 | 0 | 110 | 134 | 30 | 15 | 126 | 51 |
| Binary | 11000011 | 110110 | 1111 | 0 | 1001000 | 1011100 | 11000 | 1101 | 1010110 | 101001 |
Color Harmonies of #C3360F
Complementary color
Monochromatic Colors of #C3360F
Black with #C3360F
Text Example
Text Example
White with #C3360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3360F; }
p { color: rgb(195,54,15); }
H1.HeaderClassName
{
color: #C3360F;
}
.AnyTagClassName
{
color: #C3360F;
}
</style>
background-color css
<style>
a { background-color: #C3360F; }
a { background-color: rgb(195,54,15); }
div.DivClassName
{
background-color: #C3360F;
}
.BgClassName
{
background-color: #C3360F;
}
</style>
border-color css
<style>
span { border-color: #C3360F; }
span { border-color: rgb(195,54,15); }
td.TdClassName
{
border-color: #C3360F;
}
.TagClassName
{
border-color: #C3360F;
}
</style>