Html Css Color HEX #C7441C Harley Davidson Orange
📋 copy color: '#C7441C'red 199 ◦ green 68 ◦ blue 28
Shades of Harley Davidson Orange #C7441C
Tints of Harley Davidson Orange #C7441C
RGB
CMYK
RGB Variations
Color information
#C7441C (or 0xC7441C) is known color: Harley Davidson Orange. HEX triplet: C7, 44 and 1C. RGB value is (199,68,28). Sum of RGB (Red+Green+Blue) = 199+68+28=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7441C is #38BBE3. Grayscale: #666666. Windows color (decimal): -3718116 or 1852615. OLE color: 1852615.
HSL color Cylindrical-coordinate representation of color #C7441C: hue angle of 14.04º 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 #C7441C is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 68 | 28 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.22 |
| HSL | 14.04º | 0.75% | 0.45% | - |
| HSV(B) | 14.04º | 0.86% | 0.78% | - |
| XYZ | 25.83 | 16.36 | 2.9 | - |
| YUV | 102.61 | 85.9 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 68 | 28 | 0 | 0.66 | 0.86 | 0.22 | 14.04 | 0.75 | 0.45 |
| Hex | C7 | 44 | 1C | 0 | 42 | 56 | 16 | E | 4B | 2D |
| Octal | 307 | 104 | 34 | 0 | 102 | 126 | 26 | 16 | 113 | 55 |
| Binary | 11000111 | 1000100 | 11100 | 0 | 1000010 | 1010110 | 10110 | 1110 | 1001011 | 101101 |
Color Harmonies of #C7441C
Complementary color
Monochromatic Colors of #C7441C
Black with #C7441C
Text Example
Text Example
White with #C7441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7441C; }
p { color: rgb(199,68,28); }
H1.HeaderClassName
{
color: #C7441C;
}
.AnyTagClassName
{
color: #C7441C;
}
</style>
background-color css
<style>
a { background-color: #C7441C; }
a { background-color: rgb(199,68,28); }
div.DivClassName
{
background-color: #C7441C;
}
.BgClassName
{
background-color: #C7441C;
}
</style>
border-color css
<style>
span { border-color: #C7441C; }
span { border-color: rgb(199,68,28); }
td.TdClassName
{
border-color: #C7441C;
}
.TagClassName
{
border-color: #C7441C;
}
</style>