Html Css Color HEX #C83119 Harley Davidson Orange
📋 copy color: '#C83119'red 200 ◦ green 49 ◦ blue 25
Shades of Harley Davidson Orange #C83119
Tints of Harley Davidson Orange #C83119
RGB
CMYK
RGB Variations
Color information
#C83119 (or 0xC83119) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 19. RGB value is (200,49,25). Sum of RGB (Red+Green+Blue) = 200+49+25=274 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.99% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 200 - color contains mainly: red. Hex color #C83119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83119 is #37CEE6. Grayscale: #5B5B5B. Windows color (decimal): -3657447 or 1651144. OLE color: 1651144.
HSL color Cylindrical-coordinate representation of color #C83119: hue angle of 8.23º 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 #C83119 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 25 | - |
| CMYK | 0 | 0.76 | 0.88 | 0.22 |
| HSL | 8.23º | 0.78% | 0.44% | - |
| HSV(B) | 8.23º | 0.88% | 0.78% | - |
| XYZ | 25.09 | 14.55 | 2.4 | - |
| YUV | 91.41 | 90.53 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 25 | 0 | 0.76 | 0.88 | 0.22 | 8.23 | 0.78 | 0.44 |
| Hex | C8 | 31 | 19 | 0 | 4C | 58 | 16 | 8 | 4E | 2C |
| Octal | 310 | 61 | 31 | 0 | 114 | 130 | 26 | 10 | 116 | 54 |
| Binary | 11001000 | 110001 | 11001 | 0 | 1001100 | 1011000 | 10110 | 1000 | 1001110 | 101100 |
Color Harmonies of #C83119
Complementary color
Monochromatic Colors of #C83119
Black with #C83119
Text Example
Text Example
White with #C83119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83119; }
p { color: rgb(200,49,25); }
H1.HeaderClassName
{
color: #C83119;
}
.AnyTagClassName
{
color: #C83119;
}
</style>
background-color css
<style>
a { background-color: #C83119; }
a { background-color: rgb(200,49,25); }
div.DivClassName
{
background-color: #C83119;
}
.BgClassName
{
background-color: #C83119;
}
</style>
border-color css
<style>
span { border-color: #C83119; }
span { border-color: rgb(200,49,25); }
td.TdClassName
{
border-color: #C83119;
}
.TagClassName
{
border-color: #C83119;
}
</style>