Html Css Color HEX #C63411 Harley Davidson Orange
📋 copy color: '#C63411'red 198 ◦ green 52 ◦ blue 17
Shades of Harley Davidson Orange #C63411
Tints of Harley Davidson Orange #C63411
RGB
CMYK
RGB Variations
Color information
#C63411 (or 0xC63411) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 11. RGB value is (198,52,17). Sum of RGB (Red+Green+Blue) = 198+52+17=267 (35% of max value = 765). Red value is 198 (77.73% from 255 or 74.16% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 198 - color contains mainly: red. Hex color #C63411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63411 is #39CBEE. Grayscale: #5B5B5B. Windows color (decimal): -3787759 or 1127622. OLE color: 1127622.
HSL color Cylindrical-coordinate representation of color #C63411: hue angle of 11.6º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C63411 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 17 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.22 |
| HSL | 11.6º | 0.84% | 0.42% | - |
| HSV(B) | 11.6º | 0.91% | 0.78% | - |
| XYZ | 24.62 | 14.5 | 2.03 | - |
| YUV | 91.66 | 85.87 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 17 | 0 | 0.74 | 0.91 | 0.22 | 11.6 | 0.84 | 0.42 |
| Hex | C6 | 34 | 11 | 0 | 4A | 5B | 16 | C | 54 | 2A |
| Octal | 306 | 64 | 21 | 0 | 112 | 133 | 26 | 14 | 124 | 52 |
| Binary | 11000110 | 110100 | 10001 | 0 | 1001010 | 1011011 | 10110 | 1100 | 1010100 | 101010 |
Color Harmonies of #C63411
Complementary color
Monochromatic Colors of #C63411
Black with #C63411
Text Example
Text Example
White with #C63411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63411; }
p { color: rgb(198,52,17); }
H1.HeaderClassName
{
color: #C63411;
}
.AnyTagClassName
{
color: #C63411;
}
</style>
background-color css
<style>
a { background-color: #C63411; }
a { background-color: rgb(198,52,17); }
div.DivClassName
{
background-color: #C63411;
}
.BgClassName
{
background-color: #C63411;
}
</style>
border-color css
<style>
span { border-color: #C63411; }
span { border-color: rgb(198,52,17); }
td.TdClassName
{
border-color: #C63411;
}
.TagClassName
{
border-color: #C63411;
}
</style>