Html Css Color HEX #C7341C Harley Davidson Orange
📋 copy color: '#C7341C'red 199 ◦ green 52 ◦ blue 28
Shades of Harley Davidson Orange #C7341C
Tints of Harley Davidson Orange #C7341C
RGB
CMYK
RGB Variations
Color information
#C7341C (or 0xC7341C) is known color: Harley Davidson Orange. HEX triplet: C7, 34 and 1C. RGB value is (199,52,28). Sum of RGB (Red+Green+Blue) = 199+52+28=279 (36% of max value = 765). Red value is 199 (78.12% from 255 or 71.33% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 199 - color contains mainly: red. Hex color #C7341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7341C is #38CBE3. Grayscale: #5D5D5D. Windows color (decimal): -3722212 or 1848519. OLE color: 1848519.
HSL color Cylindrical-coordinate representation of color #C7341C: hue angle of 8.42º 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 #C7341C is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 28 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.22 |
| HSL | 8.42º | 0.75% | 0.45% | - |
| HSV(B) | 8.42º | 0.86% | 0.78% | - |
| XYZ | 24.99 | 14.68 | 2.62 | - |
| YUV | 93.22 | 91.2 | 203.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 28 | 0 | 0.74 | 0.86 | 0.22 | 8.42 | 0.75 | 0.45 |
| Hex | C7 | 34 | 1C | 0 | 4A | 56 | 16 | 8 | 4B | 2D |
| Octal | 307 | 64 | 34 | 0 | 112 | 126 | 26 | 10 | 113 | 55 |
| Binary | 11000111 | 110100 | 11100 | 0 | 1001010 | 1010110 | 10110 | 1000 | 1001011 | 101101 |
Color Harmonies of #C7341C
Complementary color
Monochromatic Colors of #C7341C
Black with #C7341C
Text Example
Text Example
White with #C7341C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7341C; }
p { color: rgb(199,52,28); }
H1.HeaderClassName
{
color: #C7341C;
}
.AnyTagClassName
{
color: #C7341C;
}
</style>
background-color css
<style>
a { background-color: #C7341C; }
a { background-color: rgb(199,52,28); }
div.DivClassName
{
background-color: #C7341C;
}
.BgClassName
{
background-color: #C7341C;
}
</style>
border-color css
<style>
span { border-color: #C7341C; }
span { border-color: rgb(199,52,28); }
td.TdClassName
{
border-color: #C7341C;
}
.TagClassName
{
border-color: #C7341C;
}
</style>