Html Css Color HEX #C62212 Harley Davidson Orange
📋 copy color: '#C62212'red 198 ◦ green 34 ◦ blue 18
Shades of Harley Davidson Orange #C62212
Tints of Harley Davidson Orange #C62212
RGB
CMYK
RGB Variations
Color information
#C62212 (or 0xC62212) is known color: Harley Davidson Orange. HEX triplet: C6, 22 and 12. RGB value is (198,34,18). Sum of RGB (Red+Green+Blue) = 198+34+18=250 (33% of max value = 765). Red value is 198 (77.73% from 255 or 79.2% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 198 - color contains mainly: red. Hex color #C62212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62212 is #39DDED. Grayscale: #515151. Windows color (decimal): -3792366 or 1188550. OLE color: 1188550.
HSL color Cylindrical-coordinate representation of color #C62212: hue angle of 5.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 #C62212 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.22 |
| HSL | 5.33º | 0.83% | 0.42% | - |
| HSV(B) | 5.33º | 0.91% | 0.78% | - |
| XYZ | 23.97 | 13.19 | 1.86 | - |
| YUV | 81.21 | 92.33 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 18 | 0 | 0.83 | 0.91 | 0.22 | 5.33 | 0.83 | 0.42 |
| Hex | C6 | 22 | 12 | 0 | 53 | 5B | 16 | 5 | 53 | 2A |
| Octal | 306 | 42 | 22 | 0 | 123 | 133 | 26 | 5 | 123 | 52 |
| Binary | 11000110 | 100010 | 10010 | 0 | 1010011 | 1011011 | 10110 | 101 | 1010011 | 101010 |
Color Harmonies of #C62212
Complementary color
Monochromatic Colors of #C62212
Black with #C62212
Text Example
Text Example
White with #C62212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62212; }
p { color: rgb(198,34,18); }
H1.HeaderClassName
{
color: #C62212;
}
.AnyTagClassName
{
color: #C62212;
}
</style>
background-color css
<style>
a { background-color: #C62212; }
a { background-color: rgb(198,34,18); }
div.DivClassName
{
background-color: #C62212;
}
.BgClassName
{
background-color: #C62212;
}
</style>
border-color css
<style>
span { border-color: #C62212; }
span { border-color: rgb(198,34,18); }
td.TdClassName
{
border-color: #C62212;
}
.TagClassName
{
border-color: #C62212;
}
</style>