#9E1330

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

Shades of Bright Red #9E1330

Tints of Bright Red #9E1330

Color information

#9E1330 (or 0x9E1330) is unknown color: approx Bright Red. HEX triplet: 9E, 13 and 30. RGB value is (158,19,48). Sum of RGB (Red+Green+Blue) = 158+19+48=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1330 is #61ECCF. Grayscale: #3F3F3F. Windows color (decimal): -6417616 or 3150750. OLE color: 3150750.

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

Color convert

RGB1581948-
CMYK00.880.700.38
HSL347.48º78.53%34.71%-
HSV(B)347.48º87.97%61.96%-
XYZ14.877.953.55-
YUV63.87119.05195.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.22%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=70.22%
G=8.44%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158194800.880.700.38347.4878.5334.71
Hex9E1330058462615b4f23
Octal236236001301064653311743
Binary10011110100111100000101100010001101001101010110111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,19,48); }

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

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

 a { background-color: rgb(158,19,48); }

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

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

 span { border-color: rgb(158,19,48); }

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