#9E1F35

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

Shades of Bright Red #9E1F35

Tints of Bright Red #9E1F35

Color information

#9E1F35 (or 0x9E1F35) is unknown color: approx Bright Red. HEX triplet: 9E, 1F and 35. RGB value is (158,31,53). Sum of RGB (Red+Green+Blue) = 158+31+53=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1F35 is #61E0CA. Grayscale: #474747. Windows color (decimal): -6414539 or 3481502. OLE color: 3481502.

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

Color convert

RGB1583153-
CMYK00.800.660.38
HSL349.61º67.2%37.06%-
HSV(B)349.61º80.38%61.96%-
XYZ15.238.514.21-
YUV71.48117.58189.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.29%
GREEN value IS 31 (12.5% from 255) = 12.81%
BLUE value IS 53 (21.09% from 255) = 21.90%
R=65.29%
G=12.81%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158315300.800.660.38349.6167.237.06
Hex9E1F35050422615e4325
Octal236376501201024653610345
Binary10011110111111101010101000010000101001101010111101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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