Html Css Color HEX #C8251A Harley Davidson Orange
📋 copy color: '#C8251A'red 200 ◦ green 37 ◦ blue 26
Shades of Harley Davidson Orange #C8251A
Tints of Harley Davidson Orange #C8251A
RGB
CMYK
RGB Variations
Color information
#C8251A (or 0xC8251A) is known color: Harley Davidson Orange. HEX triplet: C8, 25 and 1A. RGB value is (200,37,26). Sum of RGB (Red+Green+Blue) = 200+37+26=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8251A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8251A is #37DAE5. Grayscale: #545454. Windows color (decimal): -3660518 or 1713608. OLE color: 1713608.
HSL color Cylindrical-coordinate representation of color #C8251A: hue angle of 3.79º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8251A is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 37 | 26 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.22 |
| HSL | 3.79º | 0.77% | 0.44% | - |
| HSV(B) | 3.79º | 0.87% | 0.78% | - |
| XYZ | 24.67 | 13.68 | 2.32 | - |
| YUV | 84.48 | 95 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 37 | 26 | 0 | 0.82 | 0.87 | 0.22 | 3.79 | 0.77 | 0.44 |
| Hex | C8 | 25 | 1A | 0 | 52 | 57 | 16 | 4 | 4D | 2C |
| Octal | 310 | 45 | 32 | 0 | 122 | 127 | 26 | 4 | 115 | 54 |
| Binary | 11001000 | 100101 | 11010 | 0 | 1010010 | 1010111 | 10110 | 100 | 1001101 | 101100 |
Color Harmonies of #C8251A
Complementary color
Monochromatic Colors of #C8251A
Black with #C8251A
Text Example
Text Example
White with #C8251A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8251A; }
p { color: rgb(200,37,26); }
H1.HeaderClassName
{
color: #C8251A;
}
.AnyTagClassName
{
color: #C8251A;
}
</style>
background-color css
<style>
a { background-color: #C8251A; }
a { background-color: rgb(200,37,26); }
div.DivClassName
{
background-color: #C8251A;
}
.BgClassName
{
background-color: #C8251A;
}
</style>
border-color css
<style>
span { border-color: #C8251A; }
span { border-color: rgb(200,37,26); }
td.TdClassName
{
border-color: #C8251A;
}
.TagClassName
{
border-color: #C8251A;
}
</style>