Html Css Color HEX #C7381C Harley Davidson Orange
📋 copy color: '#C7381C'red 199 ◦ green 56 ◦ blue 28
Shades of Harley Davidson Orange #C7381C
Tints of Harley Davidson Orange #C7381C
RGB
CMYK
RGB Variations
Color information
#C7381C (or 0xC7381C) is known color: Harley Davidson Orange. HEX triplet: C7, 38 and 1C. RGB value is (199,56,28). Sum of RGB (Red+Green+Blue) = 199+56+28=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C7381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7381C is #38C7E3. Grayscale: #5F5F5F. Windows color (decimal): -3721188 or 1849543. OLE color: 1849543.
HSL color Cylindrical-coordinate representation of color #C7381C: hue angle of 9.82º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7381C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 28 | - |
| CMYK | 0 | 0.72 | 0.86 | 0.22 |
| HSL | 9.82º | 0.75% | 0.45% | - |
| HSV(B) | 9.82º | 0.86% | 0.78% | - |
| XYZ | 25.18 | 15.05 | 2.68 | - |
| YUV | 95.57 | 89.88 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 28 | 0 | 0.72 | 0.86 | 0.22 | 9.82 | 0.75 | 0.45 |
| Hex | C7 | 38 | 1C | 0 | 48 | 56 | 16 | A | 4B | 2D |
| Octal | 307 | 70 | 34 | 0 | 110 | 126 | 26 | 12 | 113 | 55 |
| Binary | 11000111 | 111000 | 11100 | 0 | 1001000 | 1010110 | 10110 | 1010 | 1001011 | 101101 |
Color Harmonies of #C7381C
Complementary color
Monochromatic Colors of #C7381C
Black with #C7381C
Text Example
Text Example
White with #C7381C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7381C; }
p { color: rgb(199,56,28); }
H1.HeaderClassName
{
color: #C7381C;
}
.AnyTagClassName
{
color: #C7381C;
}
</style>
background-color css
<style>
a { background-color: #C7381C; }
a { background-color: rgb(199,56,28); }
div.DivClassName
{
background-color: #C7381C;
}
.BgClassName
{
background-color: #C7381C;
}
</style>
border-color css
<style>
span { border-color: #C7381C; }
span { border-color: rgb(199,56,28); }
td.TdClassName
{
border-color: #C7381C;
}
.TagClassName
{
border-color: #C7381C;
}
</style>