Html Css Color HEX #C62D1C Harley Davidson Orange
📋 copy color: '#C62D1C'red 198 ◦ green 45 ◦ blue 28
Shades of Harley Davidson Orange #C62D1C
Tints of Harley Davidson Orange #C62D1C
RGB
CMYK
RGB Variations
Color information
#C62D1C (or 0xC62D1C) is known color: Harley Davidson Orange. HEX triplet: C6, 2D and 1C. RGB value is (198,45,28). Sum of RGB (Red+Green+Blue) = 198+45+28=271 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.06% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62D1C is #39D2E3. Grayscale: #595959. Windows color (decimal): -3789540 or 1846726. OLE color: 1846726.
HSL color Cylindrical-coordinate representation of color #C62D1C: hue angle of 6º 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 #C62D1C is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 45 | 28 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.22 |
| HSL | 6º | 0.75% | 0.44% | - |
| HSV(B) | 6º | 0.86% | 0.78% | - |
| XYZ | 24.44 | 13.97 | 2.51 | - |
| YUV | 88.81 | 93.69 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 45 | 28 | 0 | 0.77 | 0.86 | 0.22 | 6 | 0.75 | 0.44 |
| Hex | C6 | 2D | 1C | 0 | 4D | 56 | 16 | 6 | 4B | 2C |
| Octal | 306 | 55 | 34 | 0 | 115 | 126 | 26 | 6 | 113 | 54 |
| Binary | 11000110 | 101101 | 11100 | 0 | 1001101 | 1010110 | 10110 | 110 | 1001011 | 101100 |
Color Harmonies of #C62D1C
Complementary color
Monochromatic Colors of #C62D1C
Black with #C62D1C
Text Example
Text Example
White with #C62D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62D1C; }
p { color: rgb(198,45,28); }
H1.HeaderClassName
{
color: #C62D1C;
}
.AnyTagClassName
{
color: #C62D1C;
}
</style>
background-color css
<style>
a { background-color: #C62D1C; }
a { background-color: rgb(198,45,28); }
div.DivClassName
{
background-color: #C62D1C;
}
.BgClassName
{
background-color: #C62D1C;
}
</style>
border-color css
<style>
span { border-color: #C62D1C; }
span { border-color: rgb(198,45,28); }
td.TdClassName
{
border-color: #C62D1C;
}
.TagClassName
{
border-color: #C62D1C;
}
</style>