Html Css Color HEX #C62E18 Harley Davidson Orange
📋 copy color: '#C62E18'red 198 ◦ green 46 ◦ blue 24
Shades of Harley Davidson Orange #C62E18
Tints of Harley Davidson Orange #C62E18
RGB
CMYK
RGB Variations
Color information
#C62E18 (or 0xC62E18) is known color: Harley Davidson Orange. HEX triplet: C6, 2E and 18. RGB value is (198,46,24). Sum of RGB (Red+Green+Blue) = 198+46+24=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62E18 is #39D1E7. Grayscale: #595959. Windows color (decimal): -3789288 or 1584838. OLE color: 1584838.
HSL color Cylindrical-coordinate representation of color #C62E18: hue angle of 7.59º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C62E18 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 46 | 24 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.22 |
| HSL | 7.59º | 0.78% | 0.44% | - |
| HSV(B) | 7.59º | 0.88% | 0.78% | - |
| XYZ | 24.43 | 14.03 | 2.28 | - |
| YUV | 88.94 | 91.36 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 46 | 24 | 0 | 0.77 | 0.88 | 0.22 | 7.59 | 0.78 | 0.44 |
| Hex | C6 | 2E | 18 | 0 | 4D | 58 | 16 | 8 | 4E | 2C |
| Octal | 306 | 56 | 30 | 0 | 115 | 130 | 26 | 10 | 116 | 54 |
| Binary | 11000110 | 101110 | 11000 | 0 | 1001101 | 1011000 | 10110 | 1000 | 1001110 | 101100 |
Color Harmonies of #C62E18
Complementary color
Monochromatic Colors of #C62E18
Black with #C62E18
Text Example
Text Example
White with #C62E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62E18; }
p { color: rgb(198,46,24); }
H1.HeaderClassName
{
color: #C62E18;
}
.AnyTagClassName
{
color: #C62E18;
}
</style>
background-color css
<style>
a { background-color: #C62E18; }
a { background-color: rgb(198,46,24); }
div.DivClassName
{
background-color: #C62E18;
}
.BgClassName
{
background-color: #C62E18;
}
</style>
border-color css
<style>
span { border-color: #C62E18; }
span { border-color: rgb(198,46,24); }
td.TdClassName
{
border-color: #C62E18;
}
.TagClassName
{
border-color: #C62E18;
}
</style>