Html Css Color HEX #C6421B Harley Davidson Orange
📋 copy color: '#C6421B'red 198 ◦ green 66 ◦ blue 27
Shades of Harley Davidson Orange #C6421B
Tints of Harley Davidson Orange #C6421B
RGB
CMYK
RGB Variations
Color information
#C6421B (or 0xC6421B) is known color: Harley Davidson Orange. HEX triplet: C6, 42 and 1B. RGB value is (198,66,27). Sum of RGB (Red+Green+Blue) = 198+66+27=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C6421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6421B is #39BDE4. Grayscale: #656565. Windows color (decimal): -3784165 or 1786566. OLE color: 1786566.
HSL color Cylindrical-coordinate representation of color #C6421B: hue angle of 13.68º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6421B is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 66 | 27 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.22 |
| HSL | 13.68º | 0.76% | 0.44% | - |
| HSV(B) | 13.68º | 0.86% | 0.78% | - |
| XYZ | 25.43 | 15.98 | 2.78 | - |
| YUV | 101.02 | 86.23 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 66 | 27 | 0 | 0.67 | 0.86 | 0.22 | 13.68 | 0.76 | 0.44 |
| Hex | C6 | 42 | 1B | 0 | 43 | 56 | 16 | E | 4C | 2C |
| Octal | 306 | 102 | 33 | 0 | 103 | 126 | 26 | 16 | 114 | 54 |
| Binary | 11000110 | 1000010 | 11011 | 0 | 1000011 | 1010110 | 10110 | 1110 | 1001100 | 101100 |
Color Harmonies of #C6421B
Complementary color
Monochromatic Colors of #C6421B
Black with #C6421B
Text Example
Text Example
White with #C6421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6421B; }
p { color: rgb(198,66,27); }
H1.HeaderClassName
{
color: #C6421B;
}
.AnyTagClassName
{
color: #C6421B;
}
</style>
background-color css
<style>
a { background-color: #C6421B; }
a { background-color: rgb(198,66,27); }
div.DivClassName
{
background-color: #C6421B;
}
.BgClassName
{
background-color: #C6421B;
}
</style>
border-color css
<style>
span { border-color: #C6421B; }
span { border-color: rgb(198,66,27); }
td.TdClassName
{
border-color: #C6421B;
}
.TagClassName
{
border-color: #C6421B;
}
</style>