Html Css Color HEX #C6341F Harley Davidson Orange
📋 copy color: '#C6341F'red 198 ◦ green 52 ◦ blue 31
Shades of Harley Davidson Orange #C6341F
Tints of Harley Davidson Orange #C6341F
RGB
CMYK
RGB Variations
Color information
#C6341F (or 0xC6341F) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 1F. RGB value is (198,52,31). Sum of RGB (Red+Green+Blue) = 198+52+31=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6341F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6341F is #39CBE0. Grayscale: #5D5D5D. Windows color (decimal): -3787745 or 2045126. OLE color: 2045126.
HSL color Cylindrical-coordinate representation of color #C6341F: hue angle of 7.54º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C6341F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 31 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.22 |
| HSL | 7.54º | 0.73% | 0.45% | - |
| HSV(B) | 7.54º | 0.84% | 0.78% | - |
| XYZ | 24.76 | 14.56 | 2.8 | - |
| YUV | 93.26 | 92.87 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 31 | 0 | 0.74 | 0.84 | 0.22 | 7.54 | 0.73 | 0.45 |
| Hex | C6 | 34 | 1F | 0 | 4A | 54 | 16 | 8 | 49 | 2D |
| Octal | 306 | 64 | 37 | 0 | 112 | 124 | 26 | 10 | 111 | 55 |
| Binary | 11000110 | 110100 | 11111 | 0 | 1001010 | 1010100 | 10110 | 1000 | 1001001 | 101101 |
Color Harmonies of #C6341F
Complementary color
Monochromatic Colors of #C6341F
Black with #C6341F
Text Example
Text Example
White with #C6341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6341F; }
p { color: rgb(198,52,31); }
H1.HeaderClassName
{
color: #C6341F;
}
.AnyTagClassName
{
color: #C6341F;
}
</style>
background-color css
<style>
a { background-color: #C6341F; }
a { background-color: rgb(198,52,31); }
div.DivClassName
{
background-color: #C6341F;
}
.BgClassName
{
background-color: #C6341F;
}
</style>
border-color css
<style>
span { border-color: #C6341F; }
span { border-color: rgb(198,52,31); }
td.TdClassName
{
border-color: #C6341F;
}
.TagClassName
{
border-color: #C6341F;
}
</style>