Html Css Color HEX #C8321A Harley Davidson Orange
📋 copy color: '#C8321A'red 200 ◦ green 50 ◦ blue 26
Shades of Harley Davidson Orange #C8321A
Tints of Harley Davidson Orange #C8321A
RGB
CMYK
RGB Variations
Color information
#C8321A (or 0xC8321A) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 1A. RGB value is (200,50,26). Sum of RGB (Red+Green+Blue) = 200+50+26=276 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.46% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 200 - color contains mainly: red. Hex color #C8321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8321A is #37CDE5. Grayscale: #5C5C5C. Windows color (decimal): -3657190 or 1716936. OLE color: 1716936.
HSL color Cylindrical-coordinate representation of color #C8321A: hue angle of 8.28º 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 #C8321A is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 26 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.22 |
| HSL | 8.28º | 0.77% | 0.44% | - |
| HSV(B) | 8.28º | 0.87% | 0.78% | - |
| XYZ | 25.15 | 14.64 | 2.48 | - |
| YUV | 92.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 26 | 0 | 0.75 | 0.87 | 0.22 | 8.28 | 0.77 | 0.44 |
| Hex | C8 | 32 | 1A | 0 | 4B | 57 | 16 | 8 | 4D | 2C |
| Octal | 310 | 62 | 32 | 0 | 113 | 127 | 26 | 10 | 115 | 54 |
| Binary | 11001000 | 110010 | 11010 | 0 | 1001011 | 1010111 | 10110 | 1000 | 1001101 | 101100 |
Color Harmonies of #C8321A
Complementary color
Monochromatic Colors of #C8321A
Black with #C8321A
Text Example
Text Example
White with #C8321A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8321A; }
p { color: rgb(200,50,26); }
H1.HeaderClassName
{
color: #C8321A;
}
.AnyTagClassName
{
color: #C8321A;
}
</style>
background-color css
<style>
a { background-color: #C8321A; }
a { background-color: rgb(200,50,26); }
div.DivClassName
{
background-color: #C8321A;
}
.BgClassName
{
background-color: #C8321A;
}
</style>
border-color css
<style>
span { border-color: #C8321A; }
span { border-color: rgb(200,50,26); }
td.TdClassName
{
border-color: #C8321A;
}
.TagClassName
{
border-color: #C8321A;
}
</style>