Html Css Color HEX #C6451A Harley Davidson Orange
📋 copy color: '#C6451A'red 198 ◦ green 69 ◦ blue 26
Shades of Harley Davidson Orange #C6451A
Tints of Harley Davidson Orange #C6451A
RGB
CMYK
RGB Variations
Color information
#C6451A (or 0xC6451A) is known color: Harley Davidson Orange. HEX triplet: C6, 45 and 1A. RGB value is (198,69,26). Sum of RGB (Red+Green+Blue) = 198+69+26=293 (38% of max value = 765). Red value is 198 (77.73% from 255 or 67.58% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 26 (10.55% from 255 or 8.87% from 293); Max value from RGB is 198 - color contains mainly: red. Hex color #C6451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6451A is #39BAE5. Grayscale: #666666. Windows color (decimal): -3783398 or 1721798. OLE color: 1721798.
HSL color Cylindrical-coordinate representation of color #C6451A: hue angle of 15º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6451A is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 26 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.22 |
| HSL | 15º | 0.77% | 0.44% | - |
| HSV(B) | 15º | 0.87% | 0.78% | - |
| XYZ | 25.6 | 16.34 | 2.78 | - |
| YUV | 102.67 | 84.74 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 26 | 0 | 0.65 | 0.87 | 0.22 | 15 | 0.77 | 0.44 |
| Hex | C6 | 45 | 1A | 0 | 41 | 57 | 16 | F | 4D | 2C |
| Octal | 306 | 105 | 32 | 0 | 101 | 127 | 26 | 17 | 115 | 54 |
| Binary | 11000110 | 1000101 | 11010 | 0 | 1000001 | 1010111 | 10110 | 1111 | 1001101 | 101100 |
Color Harmonies of #C6451A
Complementary color
Monochromatic Colors of #C6451A
Black with #C6451A
Text Example
Text Example
White with #C6451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6451A; }
p { color: rgb(198,69,26); }
H1.HeaderClassName
{
color: #C6451A;
}
.AnyTagClassName
{
color: #C6451A;
}
</style>
background-color css
<style>
a { background-color: #C6451A; }
a { background-color: rgb(198,69,26); }
div.DivClassName
{
background-color: #C6451A;
}
.BgClassName
{
background-color: #C6451A;
}
</style>
border-color css
<style>
span { border-color: #C6451A; }
span { border-color: rgb(198,69,26); }
td.TdClassName
{
border-color: #C6451A;
}
.TagClassName
{
border-color: #C6451A;
}
</style>