Html Css Color HEX #C63412 Harley Davidson Orange
📋 copy color: '#C63412'red 198 ◦ green 52 ◦ blue 18
Shades of Harley Davidson Orange #C63412
Tints of Harley Davidson Orange #C63412
RGB
CMYK
RGB Variations
Color information
#C63412 (or 0xC63412) is known color: Harley Davidson Orange. HEX triplet: C6, 34 and 12. RGB value is (198,52,18). Sum of RGB (Red+Green+Blue) = 198+52+18=268 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.88% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 198 - color contains mainly: red. Hex color #C63412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C63412 is #39CBED. Grayscale: #5C5C5C. Windows color (decimal): -3787758 or 1193158. OLE color: 1193158.
HSL color Cylindrical-coordinate representation of color #C63412: hue angle of 11.33º degrees, saturation: 0.83, 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 #C63412 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 18 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.22 |
| HSL | 11.33º | 0.83% | 0.42% | - |
| HSV(B) | 11.33º | 0.91% | 0.78% | - |
| XYZ | 24.63 | 14.51 | 2.07 | - |
| YUV | 91.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 18 | 0 | 0.74 | 0.91 | 0.22 | 11.33 | 0.83 | 0.42 |
| Hex | C6 | 34 | 12 | 0 | 4A | 5B | 16 | B | 53 | 2A |
| Octal | 306 | 64 | 22 | 0 | 112 | 133 | 26 | 13 | 123 | 52 |
| Binary | 11000110 | 110100 | 10010 | 0 | 1001010 | 1011011 | 10110 | 1011 | 1010011 | 101010 |
Color Harmonies of #C63412
Complementary color
Monochromatic Colors of #C63412
Black with #C63412
Text Example
Text Example
White with #C63412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63412; }
p { color: rgb(198,52,18); }
H1.HeaderClassName
{
color: #C63412;
}
.AnyTagClassName
{
color: #C63412;
}
</style>
background-color css
<style>
a { background-color: #C63412; }
a { background-color: rgb(198,52,18); }
div.DivClassName
{
background-color: #C63412;
}
.BgClassName
{
background-color: #C63412;
}
</style>
border-color css
<style>
span { border-color: #C63412; }
span { border-color: rgb(198,52,18); }
td.TdClassName
{
border-color: #C63412;
}
.TagClassName
{
border-color: #C63412;
}
</style>