#9E253C

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

Shades of Bright Red #9E253C

Tints of Bright Red #9E253C

Color information

#9E253C (or 0x9E253C) is unknown color: approx Bright Red. HEX triplet: 9E, 25 and 3C. RGB value is (158,37,60). Sum of RGB (Red+Green+Blue) = 158+37+60=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E253C is #61DAC3. Grayscale: #4B4B4B. Windows color (decimal): -6412996 or 3941790. OLE color: 3941790.

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

Color convert

RGB1583760-
CMYK00.770.620.38
HSL348.6º62.05%38.24%-
HSV(B)348.6º76.58%61.96%-
XYZ15.588.925.18-
YUV75.8119.09186.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.96%
GREEN value IS 37 (14.84% from 255) = 14.51%
BLUE value IS 60 (23.83% from 255) = 23.53%
R=61.96%
G=14.51%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158376000.770.620.38348.662.0538.24
Hex9E253C04D3E2615d3e26
Octal2364574011576465357646
Binary1001111010010111110001001101111110100110101011101111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,37,60); }

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

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

 a { background-color: rgb(158,37,60); }

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

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

 span { border-color: rgb(158,37,60); }

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