#9E212F

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

Shades of Bright Red #9E212F

Tints of Bright Red #9E212F

Color information

#9E212F (or 0x9E212F) is unknown color: approx Bright Red. HEX triplet: 9E, 21 and 2F. RGB value is (158,33,47). Sum of RGB (Red+Green+Blue) = 158+33+47=238 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.39% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 158 - color contains mainly: red. Hex color #9E212F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E212F is #61DED0. Grayscale: #484848. Windows color (decimal): -6414033 or 3088798. OLE color: 3088798.

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

Color convert

RGB1583347-
CMYK00.790.700.38
HSL353.28º65.45%37.45%-
HSV(B)353.28º79.11%61.96%-
XYZ15.168.563.54-
YUV71.97113.91189.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 66.39%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=66.39%
G=13.87%
B=19.75%

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
Decimal158334700.790.700.38353.2865.4537.45
Hex9E212F04F46261614125
Octal236415701171064654110145
Binary100111101000011011110100111110001101001101011000011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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