#9e213c

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

Shades of Bright Red #9E213C

Tints of Bright Red #9E213C

Color information

#9E213C (or 0x9E213C) is unknown color: approx Bright Red. HEX triplet: 9E, 21 and 3C. RGB value is (158,33,60). Sum of RGB (Red+Green+Blue) = 158+33+60=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E213C is #61DEC3. Grayscale: #494949. Windows color (decimal): -6414020 or 3940766. OLE color: 3940766.

HSL color Cylindrical-coordinate representation of color #9E213C: hue angle of 347.04º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E213C is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB1583360-
CMYK00.790.620.38
HSL347.04º65.45%37.45%-
HSV(B)347.04º79.11%61.96%-
XYZ15.468.685.14-
YUV73.45120.41188.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.95%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 60 (23.83% from 255) = 23.90%
R=62.95%
G=13.15%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158336000.790.620.38347.0465.4537.45
Hex9E213C04F3E2615b4125
Octal23641740117764653310145
Binary10011110100001111100010011111111101001101010110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e213c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,33,60); }

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

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

 a { background-color: rgb(158,33,60); }

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

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

 span { border-color: rgb(158,33,60); }

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