Html Css Color HEX #C8321B Harley Davidson Orange
📋 copy color: '#C8321B'red 200 ◦ green 50 ◦ blue 27
Shades of Harley Davidson Orange #C8321B
Tints of Harley Davidson Orange #C8321B
RGB
CMYK
RGB Variations
Color information
#C8321B (or 0xC8321B) is known color: Harley Davidson Orange. HEX triplet: C8, 32 and 1B. RGB value is (200,50,27). Sum of RGB (Red+Green+Blue) = 200+50+27=277 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.20% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 200 - color contains mainly: red. Hex color #C8321B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8321B is #37CDE4. Grayscale: #5C5C5C. Windows color (decimal): -3657189 or 1782472. OLE color: 1782472.
HSL color Cylindrical-coordinate representation of color #C8321B: hue angle of 7.98º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8321B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 27 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.22 |
| HSL | 7.98º | 0.76% | 0.45% | - |
| HSV(B) | 7.98º | 0.87% | 0.78% | - |
| XYZ | 25.16 | 14.64 | 2.54 | - |
| YUV | 92.23 | 91.2 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 27 | 0 | 0.75 | 0.86 | 0.22 | 7.98 | 0.76 | 0.45 |
| Hex | C8 | 32 | 1B | 0 | 4B | 56 | 16 | 8 | 4C | 2D |
| Octal | 310 | 62 | 33 | 0 | 113 | 126 | 26 | 10 | 114 | 55 |
| Binary | 11001000 | 110010 | 11011 | 0 | 1001011 | 1010110 | 10110 | 1000 | 1001100 | 101101 |
Color Harmonies of #C8321B
Complementary color
Monochromatic Colors of #C8321B
Black with #C8321B
Text Example
Text Example
White with #C8321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8321B; }
p { color: rgb(200,50,27); }
H1.HeaderClassName
{
color: #C8321B;
}
.AnyTagClassName
{
color: #C8321B;
}
</style>
background-color css
<style>
a { background-color: #C8321B; }
a { background-color: rgb(200,50,27); }
div.DivClassName
{
background-color: #C8321B;
}
.BgClassName
{
background-color: #C8321B;
}
</style>
border-color css
<style>
span { border-color: #C8321B; }
span { border-color: rgb(200,50,27); }
td.TdClassName
{
border-color: #C8321B;
}
.TagClassName
{
border-color: #C8321B;
}
</style>