Html Css Color HEX #C82719 Harley Davidson Orange
📋 copy color: '#C82719'red 200 ◦ green 39 ◦ blue 25
Shades of Harley Davidson Orange #C82719
Tints of Harley Davidson Orange #C82719
RGB
CMYK
RGB Variations
Color information
#C82719 (or 0xC82719) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 19. RGB value is (200,39,25). Sum of RGB (Red+Green+Blue) = 200+39+25=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 25 (10.16% from 255 or 9.47% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C82719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82719 is #37D8E6. Grayscale: #555555. Windows color (decimal): -3660007 or 1648584. OLE color: 1648584.
HSL color Cylindrical-coordinate representation of color #C82719: hue angle of 4.8º 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 #C82719 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 39 | 25 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.22 |
| HSL | 4.8º | 0.78% | 0.44% | - |
| HSV(B) | 4.8º | 0.88% | 0.78% | - |
| XYZ | 24.72 | 13.8 | 2.28 | - |
| YUV | 85.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 39 | 25 | 0 | 0.80 | 0.88 | 0.22 | 4.8 | 0.78 | 0.44 |
| Hex | C8 | 27 | 19 | 0 | 50 | 58 | 16 | 5 | 4E | 2C |
| Octal | 310 | 47 | 31 | 0 | 120 | 130 | 26 | 5 | 116 | 54 |
| Binary | 11001000 | 100111 | 11001 | 0 | 1010000 | 1011000 | 10110 | 101 | 1001110 | 101100 |
Color Harmonies of #C82719
Complementary color
Monochromatic Colors of #C82719
Black with #C82719
Text Example
Text Example
White with #C82719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82719; }
p { color: rgb(200,39,25); }
H1.HeaderClassName
{
color: #C82719;
}
.AnyTagClassName
{
color: #C82719;
}
</style>
background-color css
<style>
a { background-color: #C82719; }
a { background-color: rgb(200,39,25); }
div.DivClassName
{
background-color: #C82719;
}
.BgClassName
{
background-color: #C82719;
}
</style>
border-color css
<style>
span { border-color: #C82719; }
span { border-color: rgb(200,39,25); }
td.TdClassName
{
border-color: #C82719;
}
.TagClassName
{
border-color: #C82719;
}
</style>