Html Css Color HEX #C0380F Harley Davidson Orange
📋 copy color: '#C0380F'red 192 ◦ green 56 ◦ blue 15
Shades of Harley Davidson Orange #C0380F
Tints of Harley Davidson Orange #C0380F
RGB
CMYK
RGB Variations
Color information
#C0380F (or 0xC0380F) is known color: Harley Davidson Orange. HEX triplet: C0, 38 and 0F. RGB value is (192,56,15). Sum of RGB (Red+Green+Blue) = 192+56+15=263 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.00% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 192 - color contains mainly: red. Hex color #C0380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0380F is #3FC7F0. Grayscale: #5C5C5C. Windows color (decimal): -4179953 or 997568. OLE color: 997568.
HSL color Cylindrical-coordinate representation of color #C0380F: hue angle of 13.9º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0380F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 15 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.25 |
| HSL | 13.9º | 0.86% | 0.41% | - |
| HSV(B) | 13.9º | 0.92% | 0.75% | - |
| XYZ | 23.24 | 14.07 | 1.94 | - |
| YUV | 91.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 15 | 0 | 0.71 | 0.92 | 0.25 | 13.9 | 0.86 | 0.41 |
| Hex | C0 | 38 | F | 0 | 47 | 5C | 19 | E | 56 | 29 |
| Octal | 300 | 70 | 17 | 0 | 107 | 134 | 31 | 16 | 126 | 51 |
| Binary | 11000000 | 111000 | 1111 | 0 | 1000111 | 1011100 | 11001 | 1110 | 1010110 | 101001 |
Color Harmonies of #C0380F
Complementary color
Monochromatic Colors of #C0380F
Black with #C0380F
Text Example
Text Example
White with #C0380F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0380F; }
p { color: rgb(192,56,15); }
H1.HeaderClassName
{
color: #C0380F;
}
.AnyTagClassName
{
color: #C0380F;
}
</style>
background-color css
<style>
a { background-color: #C0380F; }
a { background-color: rgb(192,56,15); }
div.DivClassName
{
background-color: #C0380F;
}
.BgClassName
{
background-color: #C0380F;
}
</style>
border-color css
<style>
span { border-color: #C0380F; }
span { border-color: rgb(192,56,15); }
td.TdClassName
{
border-color: #C0380F;
}
.TagClassName
{
border-color: #C0380F;
}
</style>