Html Css Color HEX #C7381D Harley Davidson Orange
📋 copy color: '#C7381D'red 199 ◦ green 56 ◦ blue 29
Shades of Harley Davidson Orange #C7381D
Tints of Harley Davidson Orange #C7381D
RGB
CMYK
RGB Variations
Color information
#C7381D (or 0xC7381D) is known color: Harley Davidson Orange. HEX triplet: C7, 38 and 1D. RGB value is (199,56,29). Sum of RGB (Red+Green+Blue) = 199+56+29=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C7381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7381D is #38C7E2. Grayscale: #5F5F5F. Windows color (decimal): -3721187 or 1915079. OLE color: 1915079.
HSL color Cylindrical-coordinate representation of color #C7381D: hue angle of 9.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7381D is Cyan = 0, Magento = 0.72, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 56 | 29 | - |
| CMYK | 0 | 0.72 | 0.85 | 0.22 |
| HSL | 9.53º | 0.75% | 0.45% | - |
| HSV(B) | 9.53º | 0.85% | 0.78% | - |
| XYZ | 25.19 | 15.06 | 2.74 | - |
| YUV | 95.68 | 90.38 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 56 | 29 | 0 | 0.72 | 0.85 | 0.22 | 9.53 | 0.75 | 0.45 |
| Hex | C7 | 38 | 1D | 0 | 48 | 55 | 16 | A | 4B | 2D |
| Octal | 307 | 70 | 35 | 0 | 110 | 125 | 26 | 12 | 113 | 55 |
| Binary | 11000111 | 111000 | 11101 | 0 | 1001000 | 1010101 | 10110 | 1010 | 1001011 | 101101 |
Color Harmonies of #C7381D
Complementary color
Monochromatic Colors of #C7381D
Black with #C7381D
Text Example
Text Example
White with #C7381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7381D; }
p { color: rgb(199,56,29); }
H1.HeaderClassName
{
color: #C7381D;
}
.AnyTagClassName
{
color: #C7381D;
}
</style>
background-color css
<style>
a { background-color: #C7381D; }
a { background-color: rgb(199,56,29); }
div.DivClassName
{
background-color: #C7381D;
}
.BgClassName
{
background-color: #C7381D;
}
</style>
border-color css
<style>
span { border-color: #C7381D; }
span { border-color: rgb(199,56,29); }
td.TdClassName
{
border-color: #C7381D;
}
.TagClassName
{
border-color: #C7381D;
}
</style>