Html Css Color HEX #C62C1C Harley Davidson Orange
📋 copy color: '#C62C1C'red 198 ◦ green 44 ◦ blue 28
Shades of Harley Davidson Orange #C62C1C
Tints of Harley Davidson Orange #C62C1C
RGB
CMYK
RGB Variations
Color information
#C62C1C (or 0xC62C1C) is known color: Harley Davidson Orange. HEX triplet: C6, 2C and 1C. RGB value is (198,44,28). Sum of RGB (Red+Green+Blue) = 198+44+28=270 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.33% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 28 (11.33% from 255 or 10.37% from 270); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62C1C is #39D3E3. Grayscale: #585858. Windows color (decimal): -3789796 or 1846470. OLE color: 1846470.
HSL color Cylindrical-coordinate representation of color #C62C1C: hue angle of 5.65º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C62C1C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 44 | 28 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.22 |
| HSL | 5.65º | 0.75% | 0.44% | - |
| HSV(B) | 5.65º | 0.86% | 0.78% | - |
| XYZ | 24.4 | 13.89 | 2.49 | - |
| YUV | 88.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 28 | 0 | 0.78 | 0.86 | 0.22 | 5.65 | 0.75 | 0.44 |
| Hex | C6 | 2C | 1C | 0 | 4E | 56 | 16 | 6 | 4B | 2C |
| Octal | 306 | 54 | 34 | 0 | 116 | 126 | 26 | 6 | 113 | 54 |
| Binary | 11000110 | 101100 | 11100 | 0 | 1001110 | 1010110 | 10110 | 110 | 1001011 | 101100 |
Color Harmonies of #C62C1C
Complementary color
Monochromatic Colors of #C62C1C
Black with #C62C1C
Text Example
Text Example
White with #C62C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62C1C; }
p { color: rgb(198,44,28); }
H1.HeaderClassName
{
color: #C62C1C;
}
.AnyTagClassName
{
color: #C62C1C;
}
</style>
background-color css
<style>
a { background-color: #C62C1C; }
a { background-color: rgb(198,44,28); }
div.DivClassName
{
background-color: #C62C1C;
}
.BgClassName
{
background-color: #C62C1C;
}
</style>
border-color css
<style>
span { border-color: #C62C1C; }
span { border-color: rgb(198,44,28); }
td.TdClassName
{
border-color: #C62C1C;
}
.TagClassName
{
border-color: #C62C1C;
}
</style>