Html Css Color HEX #C7361C Harley Davidson Orange
📋 copy color: '#C7361C'red 199 ◦ green 54 ◦ blue 28
Shades of Harley Davidson Orange #C7361C
Tints of Harley Davidson Orange #C7361C
RGB
CMYK
RGB Variations
Color information
#C7361C (or 0xC7361C) is known color: Harley Davidson Orange. HEX triplet: C7, 36 and 1C. RGB value is (199,54,28). Sum of RGB (Red+Green+Blue) = 199+54+28=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7361C is #38C9E3. Grayscale: #5E5E5E. Windows color (decimal): -3721700 or 1849031. OLE color: 1849031.
HSL color Cylindrical-coordinate representation of color #C7361C: hue angle of 9.12º 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 #C7361C is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 54 | 28 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.22 |
| HSL | 9.12º | 0.75% | 0.45% | - |
| HSV(B) | 9.12º | 0.86% | 0.78% | - |
| XYZ | 25.08 | 14.86 | 2.65 | - |
| YUV | 94.39 | 90.54 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 28 | 0 | 0.73 | 0.86 | 0.22 | 9.12 | 0.75 | 0.45 |
| Hex | C7 | 36 | 1C | 0 | 49 | 56 | 16 | 9 | 4B | 2D |
| Octal | 307 | 66 | 34 | 0 | 111 | 126 | 26 | 11 | 113 | 55 |
| Binary | 11000111 | 110110 | 11100 | 0 | 1001001 | 1010110 | 10110 | 1001 | 1001011 | 101101 |
Color Harmonies of #C7361C
Complementary color
Monochromatic Colors of #C7361C
Black with #C7361C
Text Example
Text Example
White with #C7361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7361C; }
p { color: rgb(199,54,28); }
H1.HeaderClassName
{
color: #C7361C;
}
.AnyTagClassName
{
color: #C7361C;
}
</style>
background-color css
<style>
a { background-color: #C7361C; }
a { background-color: rgb(199,54,28); }
div.DivClassName
{
background-color: #C7361C;
}
.BgClassName
{
background-color: #C7361C;
}
</style>
border-color css
<style>
span { border-color: #C7361C; }
span { border-color: rgb(199,54,28); }
td.TdClassName
{
border-color: #C7361C;
}
.TagClassName
{
border-color: #C7361C;
}
</style>