#C8291F

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

Shades of Harley Davidson Orange #C8291F

Tints of Harley Davidson Orange #C8291F

Color information

#C8291F (or 0xC8291F) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 29 and 1F. RGB value is (200,41,31). Sum of RGB (Red+Green+Blue) = 200+41+31=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C8291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8291F is #37D6E0. Grayscale: #575757. Windows color (decimal): -3659489 or 2042312. OLE color: 2042312.

HSL color Cylindrical-coordinate representation of color #C8291F: hue angle of 3.55º 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 #C8291F is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2004131-
CMYK00.800.840.22
HSL3.55º73.16%45.29%-
HSV(B)3.55º84.5%78.43%-
XYZ24.8613.962.68-
YUV87.496.18208.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 73.53%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 31 (12.5% from 255) = 11.40%
R=73.53%
G=15.07%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200413100.800.840.223.5573.1645.29
HexC8291F05054164492d
Octal3105137012012426411155
Binary1100100010100111111010100001010100101101001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8291F; }

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

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

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

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

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

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

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

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