Html Css Color HEX #C63618 Harley Davidson Orange
📋 copy color: '#C63618'red 198 ◦ green 54 ◦ blue 24
Shades of Harley Davidson Orange #C63618
Tints of Harley Davidson Orange #C63618
RGB
CMYK
RGB Variations
Color information
#C63618 (or 0xC63618) is known color: Harley Davidson Orange. HEX triplet: C6, 36 and 18. RGB value is (198,54,24). Sum of RGB (Red+Green+Blue) = 198+54+24=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C63618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63618 is #39C9E7. Grayscale: #5D5D5D. Windows color (decimal): -3787240 or 1586886. OLE color: 1586886.
HSL color Cylindrical-coordinate representation of color #C63618: hue angle of 10.34º 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 #C63618 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 24 | - |
| CMYK | 0 | 0.73 | 0.88 | 0.22 |
| HSL | 10.34º | 0.78% | 0.44% | - |
| HSV(B) | 10.34º | 0.88% | 0.78% | - |
| XYZ | 24.77 | 14.71 | 2.4 | - |
| YUV | 93.64 | 88.71 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 24 | 0 | 0.73 | 0.88 | 0.22 | 10.34 | 0.78 | 0.44 |
| Hex | C6 | 36 | 18 | 0 | 49 | 58 | 16 | A | 4E | 2C |
| Octal | 306 | 66 | 30 | 0 | 111 | 130 | 26 | 12 | 116 | 54 |
| Binary | 11000110 | 110110 | 11000 | 0 | 1001001 | 1011000 | 10110 | 1010 | 1001110 | 101100 |
Color Harmonies of #C63618
Complementary color
Monochromatic Colors of #C63618
Black with #C63618
Text Example
Text Example
White with #C63618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63618; }
p { color: rgb(198,54,24); }
H1.HeaderClassName
{
color: #C63618;
}
.AnyTagClassName
{
color: #C63618;
}
</style>
background-color css
<style>
a { background-color: #C63618; }
a { background-color: rgb(198,54,24); }
div.DivClassName
{
background-color: #C63618;
}
.BgClassName
{
background-color: #C63618;
}
</style>
border-color css
<style>
span { border-color: #C63618; }
span { border-color: rgb(198,54,24); }
td.TdClassName
{
border-color: #C63618;
}
.TagClassName
{
border-color: #C63618;
}
</style>