Html Css Color HEX #C6431A Harley Davidson Orange
📋 copy color: '#C6431A'red 198 ◦ green 67 ◦ blue 26
Shades of Harley Davidson Orange #C6431A
Tints of Harley Davidson Orange #C6431A
RGB
CMYK
RGB Variations
Color information
#C6431A (or 0xC6431A) is known color: Harley Davidson Orange. HEX triplet: C6, 43 and 1A. RGB value is (198,67,26). Sum of RGB (Red+Green+Blue) = 198+67+26=291 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.04% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 26 (10.55% from 255 or 8.93% from 291); Max value from RGB is 198 - color contains mainly: red. Hex color #C6431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6431A is #39BCE5. Grayscale: #656565. Windows color (decimal): -3783910 or 1721286. OLE color: 1721286.
HSL color Cylindrical-coordinate representation of color #C6431A: hue angle of 14.3º 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 #C6431A is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 26 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.22 |
| HSL | 14.3º | 0.77% | 0.44% | - |
| HSV(B) | 14.3º | 0.87% | 0.78% | - |
| XYZ | 25.48 | 16.09 | 2.74 | - |
| YUV | 101.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 26 | 0 | 0.66 | 0.87 | 0.22 | 14.3 | 0.77 | 0.44 |
| Hex | C6 | 43 | 1A | 0 | 42 | 57 | 16 | E | 4D | 2C |
| Octal | 306 | 103 | 32 | 0 | 102 | 127 | 26 | 16 | 115 | 54 |
| Binary | 11000110 | 1000011 | 11010 | 0 | 1000010 | 1010111 | 10110 | 1110 | 1001101 | 101100 |
Color Harmonies of #C6431A
Complementary color
Monochromatic Colors of #C6431A
Black with #C6431A
Text Example
Text Example
White with #C6431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6431A; }
p { color: rgb(198,67,26); }
H1.HeaderClassName
{
color: #C6431A;
}
.AnyTagClassName
{
color: #C6431A;
}
</style>
background-color css
<style>
a { background-color: #C6431A; }
a { background-color: rgb(198,67,26); }
div.DivClassName
{
background-color: #C6431A;
}
.BgClassName
{
background-color: #C6431A;
}
</style>
border-color css
<style>
span { border-color: #C6431A; }
span { border-color: rgb(198,67,26); }
td.TdClassName
{
border-color: #C6431A;
}
.TagClassName
{
border-color: #C6431A;
}
</style>