Html Css Color HEX #C63E18 Harley Davidson Orange
📋 copy color: '#C63E18'red 198 ◦ green 62 ◦ blue 24
Shades of Harley Davidson Orange #C63E18
Tints of Harley Davidson Orange #C63E18
RGB
CMYK
RGB Variations
Color information
#C63E18 (or 0xC63E18) is known color: Harley Davidson Orange. HEX triplet: C6, 3E and 18. RGB value is (198,62,24). Sum of RGB (Red+Green+Blue) = 198+62+24=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63E18 is #39C1E7. Grayscale: #626262. Windows color (decimal): -3785192 or 1588934. OLE color: 1588934.
HSL color Cylindrical-coordinate representation of color #C63E18: hue angle of 13.1º 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 #C63E18 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 24 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.22 |
| HSL | 13.1º | 0.78% | 0.44% | - |
| HSV(B) | 13.1º | 0.88% | 0.78% | - |
| XYZ | 25.18 | 15.52 | 2.53 | - |
| YUV | 98.33 | 86.06 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 24 | 0 | 0.69 | 0.88 | 0.22 | 13.1 | 0.78 | 0.44 |
| Hex | C6 | 3E | 18 | 0 | 45 | 58 | 16 | D | 4E | 2C |
| Octal | 306 | 76 | 30 | 0 | 105 | 130 | 26 | 15 | 116 | 54 |
| Binary | 11000110 | 111110 | 11000 | 0 | 1000101 | 1011000 | 10110 | 1101 | 1001110 | 101100 |
Color Harmonies of #C63E18
Complementary color
Monochromatic Colors of #C63E18
Black with #C63E18
Text Example
Text Example
White with #C63E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E18; }
p { color: rgb(198,62,24); }
H1.HeaderClassName
{
color: #C63E18;
}
.AnyTagClassName
{
color: #C63E18;
}
</style>
background-color css
<style>
a { background-color: #C63E18; }
a { background-color: rgb(198,62,24); }
div.DivClassName
{
background-color: #C63E18;
}
.BgClassName
{
background-color: #C63E18;
}
</style>
border-color css
<style>
span { border-color: #C63E18; }
span { border-color: rgb(198,62,24); }
td.TdClassName
{
border-color: #C63E18;
}
.TagClassName
{
border-color: #C63E18;
}
</style>