#9E1C2D

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

Shades of Bright Red #9E1C2D

Tints of Bright Red #9E1C2D

Color information

#9E1C2D (or 0x9E1C2D) is unknown color: approx Bright Red. HEX triplet: 9E, 1C and 2D. RGB value is (158,28,45). Sum of RGB (Red+Green+Blue) = 158+28+45=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1C2D is #61E3D2. Grayscale: #444444. Windows color (decimal): -6415315 or 2956446. OLE color: 2956446.

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

Color convert

RGB1582845-
CMYK00.820.720.38
HSL352.15º69.89%36.47%-
HSV(B)352.15º82.28%61.96%-
XYZ14.998.293.29-
YUV68.81114.57191.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.40%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 45 (17.97% from 255) = 19.48%
R=68.40%
G=12.12%
B=19.48%

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
Decimal158284500.820.720.38352.1569.8936.47
Hex9E1C2D05248261604624
Octal236345501221104654010644
Binary10011110111001011010101001010010001001101011000001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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