#9E1C35

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

Shades of Bright Red #9E1C35

Tints of Bright Red #9E1C35

Color information

#9E1C35 (or 0x9E1C35) is unknown color: approx Bright Red. HEX triplet: 9E, 1C and 35. RGB value is (158,28,53). Sum of RGB (Red+Green+Blue) = 158+28+53=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 28 (11.33% from 255 or 11.72% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1C35 is #61E3CA. Grayscale: #454545. Windows color (decimal): -6415307 or 3480734. OLE color: 3480734.

HSL color Cylindrical-coordinate representation of color #9E1C35: hue angle of 348.46º 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 #9E1C35 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1582853-
CMYK00.820.660.38
HSL348.46º69.89%36.47%-
HSV(B)348.46º82.28%61.96%-
XYZ15.168.364.18-
YUV69.72118.57190.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.11%
GREEN value IS 28 (11.33% from 255) = 11.72%
BLUE value IS 53 (21.09% from 255) = 22.18%
R=66.11%
G=11.72%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158285300.820.660.38348.4669.8936.47
Hex9E1C35052422615c4624
Octal236346501221024653410644
Binary10011110111001101010101001010000101001101010111001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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