#C9311C

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

Shades of Harley Davidson Orange #C9311C

Tints of Harley Davidson Orange #C9311C

Color information

#C9311C (or 0xC9311C) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 31 and 1C. RGB value is (201,49,28). Sum of RGB (Red+Green+Blue) = 201+49+28=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C9311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9311C is #36CEE3. Grayscale: #5C5C5C. Windows color (decimal): -3591908 or 1847753. OLE color: 1847753.

HSL color Cylindrical-coordinate representation of color #C9311C: hue angle of 7.28º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C9311C is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB2014928-
CMYK00.760.860.21
HSL7.28º75.55%44.9%-
HSV(B)7.28º86.07%78.82%-
XYZ25.414.72.6-
YUV92.0591.86205.71-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 72.30%
GREEN value IS 49 (19.53% from 255) = 17.63%
BLUE value IS 28 (11.33% from 255) = 10.07%
R=72.30%
G=17.63%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201492800.760.860.217.2875.5544.9
HexC9311C04C561574c2d
Octal3116134011412625711455
Binary1100100111000111100010011001010110101011111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9311C; }

 p { color: rgb(201,49,28); }

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

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

 a { background-color: rgb(201,49,28); }

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

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

 span { border-color: rgb(201,49,28); }

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