Html Css Color HEX #C63918 Harley Davidson Orange
📋 copy color: '#C63918'red 198 ◦ green 57 ◦ blue 24
Shades of Harley Davidson Orange #C63918
Tints of Harley Davidson Orange #C63918
RGB
CMYK
RGB Variations
Color information
#C63918 (or 0xC63918) is known color: Harley Davidson Orange. HEX triplet: C6, 39 and 18. RGB value is (198,57,24). Sum of RGB (Red+Green+Blue) = 198+57+24=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C63918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63918 is #39C6E7. Grayscale: #5F5F5F. Windows color (decimal): -3786472 or 1587654. OLE color: 1587654.
HSL color Cylindrical-coordinate representation of color #C63918: hue angle of 11.38º 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 #C63918 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 24 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.22 |
| HSL | 11.38º | 0.78% | 0.44% | - |
| HSV(B) | 11.38º | 0.88% | 0.78% | - |
| XYZ | 24.92 | 15 | 2.45 | - |
| YUV | 95.4 | 87.71 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 24 | 0 | 0.71 | 0.88 | 0.22 | 11.38 | 0.78 | 0.44 |
| Hex | C6 | 39 | 18 | 0 | 47 | 58 | 16 | B | 4E | 2C |
| Octal | 306 | 71 | 30 | 0 | 107 | 130 | 26 | 13 | 116 | 54 |
| Binary | 11000110 | 111001 | 11000 | 0 | 1000111 | 1011000 | 10110 | 1011 | 1001110 | 101100 |
Color Harmonies of #C63918
Complementary color
Monochromatic Colors of #C63918
Black with #C63918
Text Example
Text Example
White with #C63918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63918; }
p { color: rgb(198,57,24); }
H1.HeaderClassName
{
color: #C63918;
}
.AnyTagClassName
{
color: #C63918;
}
</style>
background-color css
<style>
a { background-color: #C63918; }
a { background-color: rgb(198,57,24); }
div.DivClassName
{
background-color: #C63918;
}
.BgClassName
{
background-color: #C63918;
}
</style>
border-color css
<style>
span { border-color: #C63918; }
span { border-color: rgb(198,57,24); }
td.TdClassName
{
border-color: #C63918;
}
.TagClassName
{
border-color: #C63918;
}
</style>