#9E1C2C

Color #9E1C2C Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9E1C2C

Tints of Bright Red #9E1C2C

Color information

#9E1C2C (or 0x9E1C2C) is unknown color: approx Bright Red. HEX triplet: 9E, 1C and 2C. RGB value is (158,28,44). Sum of RGB (Red+Green+Blue) = 158+28+44=230 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.70% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1C2C is #61E3D3. Grayscale: #444444. Windows color (decimal): -6415316 or 2890910. OLE color: 2890910.

HSL color Cylindrical-coordinate representation of color #9E1C2C: hue angle of 352.62º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E1C2C is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB1582844-
CMYK00.820.720.38
HSL352.62º69.89%36.47%-
HSV(B)352.62º82.28%61.96%-
XYZ14.978.283.19-
YUV68.69114.07191.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.70%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 44 (17.58% from 255) = 19.13%
R=68.70%
G=12.17%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158284400.820.720.38352.6269.8936.47
Hex9E1C2C05248261614624
Octal236345401221104654110644
Binary10011110111001011000101001010010001001101011000011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E1C2C; }

 p { color: rgb(158,28,44); }

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

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

 a { background-color: rgb(158,28,44); }

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

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

 span { border-color: rgb(158,28,44); }

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