Html Css Color HEX #C63914 Harley Davidson Orange
📋 copy color: '#C63914'red 198 ◦ green 57 ◦ blue 20
Shades of Harley Davidson Orange #C63914
Tints of Harley Davidson Orange #C63914
RGB
CMYK
RGB Variations
Color information
#C63914 (or 0xC63914) is known color: Harley Davidson Orange. HEX triplet: C6, 39 and 14. RGB value is (198,57,20). Sum of RGB (Red+Green+Blue) = 198+57+20=275 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 198 - color contains mainly: red. Hex color #C63914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63914 is #39C6EB. Grayscale: #5F5F5F. Windows color (decimal): -3786476 or 1325510. OLE color: 1325510.
HSL color Cylindrical-coordinate representation of color #C63914: hue angle of 12.47º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C63914 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 20 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.22 |
| HSL | 12.47º | 0.82% | 0.43% | - |
| HSV(B) | 12.47º | 0.9% | 0.78% | - |
| XYZ | 24.88 | 14.98 | 2.24 | - |
| YUV | 94.94 | 85.71 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 20 | 0 | 0.71 | 0.90 | 0.22 | 12.47 | 0.82 | 0.43 |
| Hex | C6 | 39 | 14 | 0 | 47 | 5A | 16 | C | 52 | 2B |
| Octal | 306 | 71 | 24 | 0 | 107 | 132 | 26 | 14 | 122 | 53 |
| Binary | 11000110 | 111001 | 10100 | 0 | 1000111 | 1011010 | 10110 | 1100 | 1010010 | 101011 |
Color Harmonies of #C63914
Complementary color
Monochromatic Colors of #C63914
Black with #C63914
Text Example
Text Example
White with #C63914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63914; }
p { color: rgb(198,57,20); }
H1.HeaderClassName
{
color: #C63914;
}
.AnyTagClassName
{
color: #C63914;
}
</style>
background-color css
<style>
a { background-color: #C63914; }
a { background-color: rgb(198,57,20); }
div.DivClassName
{
background-color: #C63914;
}
.BgClassName
{
background-color: #C63914;
}
</style>
border-color css
<style>
span { border-color: #C63914; }
span { border-color: rgb(198,57,20); }
td.TdClassName
{
border-color: #C63914;
}
.TagClassName
{
border-color: #C63914;
}
</style>