#9E1D38

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

Shades of Bright Red #9E1D38

Tints of Bright Red #9E1D38

Color information

#9E1D38 (or 0x9E1D38) is unknown color: approx Bright Red. HEX triplet: 9E, 1D and 38. RGB value is (158,29,56). Sum of RGB (Red+Green+Blue) = 158+29+56=243 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.02% from 243); Green value is 29 (11.72% from 255 or 11.93% from 243); Blue value is 56 (22.27% from 255 or 23.05% from 243); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E1D38 is #61E2C7. Grayscale: #464646. Windows color (decimal): -6415048 or 3677598. OLE color: 3677598.

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

Color convert

RGB1582956-
CMYK00.820.650.38
HSL347.44º68.98%36.67%-
HSV(B)347.44º81.65%61.96%-
XYZ15.258.434.57-
YUV70.65119.74190.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.02%
GREEN value IS 29 (11.72% from 255) = 11.93%
BLUE value IS 56 (22.27% from 255) = 23.05%
R=65.02%
G=11.93%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158295600.820.650.38347.4468.9836.67
Hex9E1D38052412615b4525
Octal236357001221014653310545
Binary10011110111011110000101001010000011001101010110111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,29,56); }

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

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

 a { background-color: rgb(158,29,56); }

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

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

 span { border-color: rgb(158,29,56); }

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