Html Css Color HEX #C83819 Harley Davidson Orange
📋 copy color: '#C83819'red 200 ◦ green 56 ◦ blue 25
Shades of Harley Davidson Orange #C83819
Tints of Harley Davidson Orange #C83819
RGB
CMYK
RGB Variations
Color information
#C83819 (or 0xC83819) is known color: Harley Davidson Orange. HEX triplet: C8, 38 and 19. RGB value is (200,56,25). Sum of RGB (Red+Green+Blue) = 200+56+25=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C83819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83819 is #37C7E6. Grayscale: #5F5F5F. Windows color (decimal): -3655655 or 1652936. OLE color: 1652936.
HSL color Cylindrical-coordinate representation of color #C83819: hue angle of 10.63º 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 #C83819 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 25 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.22 |
| HSL | 10.63º | 0.78% | 0.44% | - |
| HSV(B) | 10.63º | 0.88% | 0.78% | - |
| XYZ | 25.41 | 15.18 | 2.51 | - |
| YUV | 95.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 25 | 0 | 0.72 | 0.88 | 0.22 | 10.63 | 0.78 | 0.44 |
| Hex | C8 | 38 | 19 | 0 | 48 | 58 | 16 | B | 4E | 2C |
| Octal | 310 | 70 | 31 | 0 | 110 | 130 | 26 | 13 | 116 | 54 |
| Binary | 11001000 | 111000 | 11001 | 0 | 1001000 | 1011000 | 10110 | 1011 | 1001110 | 101100 |
Color Harmonies of #C83819
Complementary color
Monochromatic Colors of #C83819
Black with #C83819
Text Example
Text Example
White with #C83819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83819; }
p { color: rgb(200,56,25); }
H1.HeaderClassName
{
color: #C83819;
}
.AnyTagClassName
{
color: #C83819;
}
</style>
background-color css
<style>
a { background-color: #C83819; }
a { background-color: rgb(200,56,25); }
div.DivClassName
{
background-color: #C83819;
}
.BgClassName
{
background-color: #C83819;
}
</style>
border-color css
<style>
span { border-color: #C83819; }
span { border-color: rgb(200,56,25); }
td.TdClassName
{
border-color: #C83819;
}
.TagClassName
{
border-color: #C83819;
}
</style>