#9E2130

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

Shades of Bright Red #9E2130

Tints of Bright Red #9E2130

Color information

#9E2130 (or 0x9E2130) is unknown color: approx Bright Red. HEX triplet: 9E, 21 and 30. RGB value is (158,33,48). Sum of RGB (Red+Green+Blue) = 158+33+48=239 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.11% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2130 is #61DECF. Grayscale: #484848. Windows color (decimal): -6414032 or 3154334. OLE color: 3154334.

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

Color convert

RGB1583348-
CMYK00.790.700.38
HSL352.8º65.45%37.45%-
HSV(B)352.8º79.11%61.96%-
XYZ15.188.573.65-
YUV72.08114.41189.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.11%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=66.11%
G=13.81%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158334800.790.700.38352.865.4537.45
Hex9E213004F46261614125
Octal236416001171064654110145
Binary100111101000011100000100111110001101001101011000011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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