Html Css Color HEX #C63218 Harley Davidson Orange
📋 copy color: '#C63218'red 198 ◦ green 50 ◦ blue 24
Shades of Harley Davidson Orange #C63218
Tints of Harley Davidson Orange #C63218
RGB
CMYK
RGB Variations
Color information
#C63218 (or 0xC63218) is known color: Harley Davidson Orange. HEX triplet: C6, 32 and 18. RGB value is (198,50,24). Sum of RGB (Red+Green+Blue) = 198+50+24=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 24 (9.77% from 255 or 8.82% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C63218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63218 is #39CDE7. Grayscale: #5B5B5B. Windows color (decimal): -3788264 or 1585862. OLE color: 1585862.
HSL color Cylindrical-coordinate representation of color #C63218: hue angle of 8.97º 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 #C63218 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 50 | 24 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.22 |
| HSL | 8.97º | 0.78% | 0.44% | - |
| HSV(B) | 8.97º | 0.88% | 0.78% | - |
| XYZ | 24.59 | 14.35 | 2.34 | - |
| YUV | 91.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 50 | 24 | 0 | 0.75 | 0.88 | 0.22 | 8.97 | 0.78 | 0.44 |
| Hex | C6 | 32 | 18 | 0 | 4B | 58 | 16 | 9 | 4E | 2C |
| Octal | 306 | 62 | 30 | 0 | 113 | 130 | 26 | 11 | 116 | 54 |
| Binary | 11000110 | 110010 | 11000 | 0 | 1001011 | 1011000 | 10110 | 1001 | 1001110 | 101100 |
Color Harmonies of #C63218
Complementary color
Monochromatic Colors of #C63218
Black with #C63218
Text Example
Text Example
White with #C63218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63218; }
p { color: rgb(198,50,24); }
H1.HeaderClassName
{
color: #C63218;
}
.AnyTagClassName
{
color: #C63218;
}
</style>
background-color css
<style>
a { background-color: #C63218; }
a { background-color: rgb(198,50,24); }
div.DivClassName
{
background-color: #C63218;
}
.BgClassName
{
background-color: #C63218;
}
</style>
border-color css
<style>
span { border-color: #C63218; }
span { border-color: rgb(198,50,24); }
td.TdClassName
{
border-color: #C63218;
}
.TagClassName
{
border-color: #C63218;
}
</style>