Html Css Color HEX #C83219 Harley Davidson Orange
📋 copy color: '#C83219'red 200 ◦ green 50 ◦ blue 25
Shades of Harley Davidson Orange #C83219
Tints of Harley Davidson Orange #C83219
RGB
CMYK
RGB Variations
Color information
#C83219 (or 0xC83219) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 19. RGB value is (200,50,25). Sum of RGB (Red+Green+Blue) = 200+50+25=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C83219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83219 is #37CDE6. Grayscale: #5C5C5C. Windows color (decimal): -3657191 or 1651400. OLE color: 1651400.
HSL color Cylindrical-coordinate representation of color #C83219: hue angle of 8.57º 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 #C83219 is Cyan = 0, Magento = 0.75, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 25 | - |
| CMYK | 0 | 0.75 | 0.88 | 0.22 |
| HSL | 8.57º | 0.78% | 0.44% | - |
| HSV(B) | 8.57º | 0.88% | 0.78% | - |
| XYZ | 25.14 | 14.63 | 2.42 | - |
| YUV | 92 | 90.2 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 25 | 0 | 0.75 | 0.88 | 0.22 | 8.57 | 0.78 | 0.44 |
| Hex | C8 | 32 | 19 | 0 | 4B | 58 | 16 | 9 | 4E | 2C |
| Octal | 310 | 62 | 31 | 0 | 113 | 130 | 26 | 11 | 116 | 54 |
| Binary | 11001000 | 110010 | 11001 | 0 | 1001011 | 1011000 | 10110 | 1001 | 1001110 | 101100 |
Color Harmonies of #C83219
Complementary color
Monochromatic Colors of #C83219
Black with #C83219
Text Example
Text Example
White with #C83219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83219; }
p { color: rgb(200,50,25); }
H1.HeaderClassName
{
color: #C83219;
}
.AnyTagClassName
{
color: #C83219;
}
</style>
background-color css
<style>
a { background-color: #C83219; }
a { background-color: rgb(200,50,25); }
div.DivClassName
{
background-color: #C83219;
}
.BgClassName
{
background-color: #C83219;
}
</style>
border-color css
<style>
span { border-color: #C83219; }
span { border-color: rgb(200,50,25); }
td.TdClassName
{
border-color: #C83219;
}
.TagClassName
{
border-color: #C83219;
}
</style>