#C8321F

Color #C8321F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C8321F

Tints of Harley Davidson Orange #C8321F

Color information

#C8321F (or 0xC8321F) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 32 and 1F. RGB value is (200,50,31). Sum of RGB (Red+Green+Blue) = 200+50+31=281 (37% of max value = 765). Red value is 200 (78.52% from 255 or 71.17% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 200 - color contains mainly: red. Hex color #C8321F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8321F is #37CDE0. Grayscale: #5C5C5C. Windows color (decimal): -3657185 or 2044616. OLE color: 2044616.

HSL color Cylindrical-coordinate representation of color #C8321F: hue angle of 6.75º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8321F is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2005031-
CMYK00.750.840.22
HSL6.75º73.16%45.29%-
HSV(B)6.75º84.5%78.43%-
XYZ25.2114.662.8-
YUV92.6893.2204.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 200 (78.52% from 255) = 71.17%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 31 (12.5% from 255) = 11.03%
R=71.17%
G=17.79%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200503100.750.840.226.7573.1645.29
HexC8321F04B54167492d
Octal3106237011312426711155
Binary1100100011001011111010010111010100101101111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8321F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8321F; }

 p { color: rgb(200,50,31); }

 H1.HeaderClassName
 {
   color: #C8321F;
 }
 .AnyTagClassName
 {
   color: #C8321F;
 }
</style>
background-color css

<style>
 a { background-color: #C8321F; }

 a { background-color: rgb(200,50,31); }

 div.DivClassName
 {
   background-color: #C8321F;
 }
 .BgClassName
 {
   background-color: #C8321F;
 }
</style>
border-color css

<style>
 span { border-color: #C8321F; }

 span { border-color: rgb(200,50,31); }

 td.TdClassName
 {
   border-color: #C8321F;
 }
 .TagClassName
 {
   border-color: #C8321F;
 }
</style>