Html Css Color HEX #C6281D Harley Davidson Orange
📋 copy color: '#C6281D'red 198 ◦ green 40 ◦ blue 29
Shades of Harley Davidson Orange #C6281D
Tints of Harley Davidson Orange #C6281D
RGB
CMYK
RGB Variations
Color information
#C6281D (or 0xC6281D) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 1D. RGB value is (198,40,29). Sum of RGB (Red+Green+Blue) = 198+40+29=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C6281D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6281D is #39D7E2. Grayscale: #565656. Windows color (decimal): -3790819 or 1910982. OLE color: 1910982.
HSL color Cylindrical-coordinate representation of color #C6281D: hue angle of 3.91º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6281D is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 40 | 29 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.22 |
| HSL | 3.91º | 0.74% | 0.45% | - |
| HSV(B) | 3.91º | 0.85% | 0.78% | - |
| XYZ | 24.27 | 13.61 | 2.51 | - |
| YUV | 85.99 | 95.85 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 29 | 0 | 0.80 | 0.85 | 0.22 | 3.91 | 0.74 | 0.45 |
| Hex | C6 | 28 | 1D | 0 | 50 | 55 | 16 | 4 | 4A | 2D |
| Octal | 306 | 50 | 35 | 0 | 120 | 125 | 26 | 4 | 112 | 55 |
| Binary | 11000110 | 101000 | 11101 | 0 | 1010000 | 1010101 | 10110 | 100 | 1001010 | 101101 |
Color Harmonies of #C6281D
Complementary color
Monochromatic Colors of #C6281D
Black with #C6281D
Text Example
Text Example
White with #C6281D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6281D; }
p { color: rgb(198,40,29); }
H1.HeaderClassName
{
color: #C6281D;
}
.AnyTagClassName
{
color: #C6281D;
}
</style>
background-color css
<style>
a { background-color: #C6281D; }
a { background-color: rgb(198,40,29); }
div.DivClassName
{
background-color: #C6281D;
}
.BgClassName
{
background-color: #C6281D;
}
</style>
border-color css
<style>
span { border-color: #C6281D; }
span { border-color: rgb(198,40,29); }
td.TdClassName
{
border-color: #C6281D;
}
.TagClassName
{
border-color: #C6281D;
}
</style>