Html Css Color HEX #C82619 Harley Davidson Orange
📋 copy color: '#C82619'red 200 ◦ green 38 ◦ blue 25
Shades of Harley Davidson Orange #C82619
Tints of Harley Davidson Orange #C82619
RGB
CMYK
RGB Variations
Color information
#C82619 (or 0xC82619) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 19. RGB value is (200,38,25). Sum of RGB (Red+Green+Blue) = 200+38+25=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C82619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82619 is #37D9E6. Grayscale: #555555. Windows color (decimal): -3660263 or 1648328. OLE color: 1648328.
HSL color Cylindrical-coordinate representation of color #C82619: hue angle of 4.46º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C82619 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 38 | 25 | - |
| CMYK | 0 | 0.81 | 0.88 | 0.22 |
| HSL | 4.46º | 0.78% | 0.44% | - |
| HSV(B) | 4.46º | 0.88% | 0.78% | - |
| XYZ | 24.69 | 13.74 | 2.27 | - |
| YUV | 84.96 | 94.17 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 38 | 25 | 0 | 0.81 | 0.88 | 0.22 | 4.46 | 0.78 | 0.44 |
| Hex | C8 | 26 | 19 | 0 | 51 | 58 | 16 | 4 | 4E | 2C |
| Octal | 310 | 46 | 31 | 0 | 121 | 130 | 26 | 4 | 116 | 54 |
| Binary | 11001000 | 100110 | 11001 | 0 | 1010001 | 1011000 | 10110 | 100 | 1001110 | 101100 |
Color Harmonies of #C82619
Complementary color
Monochromatic Colors of #C82619
Black with #C82619
Text Example
Text Example
White with #C82619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82619; }
p { color: rgb(200,38,25); }
H1.HeaderClassName
{
color: #C82619;
}
.AnyTagClassName
{
color: #C82619;
}
</style>
background-color css
<style>
a { background-color: #C82619; }
a { background-color: rgb(200,38,25); }
div.DivClassName
{
background-color: #C82619;
}
.BgClassName
{
background-color: #C82619;
}
</style>
border-color css
<style>
span { border-color: #C82619; }
span { border-color: rgb(200,38,25); }
td.TdClassName
{
border-color: #C82619;
}
.TagClassName
{
border-color: #C82619;
}
</style>