#9E202A

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

Shades of Bright Red #9E202A

Tints of Bright Red #9E202A

Color information

#9E202A (or 0x9E202A) is unknown color: approx Bright Red. HEX triplet: 9E, 20 and 2A. RGB value is (158,32,42). Sum of RGB (Red+Green+Blue) = 158+32+42=232 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.10% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 158 - color contains mainly: red. Hex color #9E202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E202A is #61DFD5. Grayscale: #464646. Windows color (decimal): -6414294 or 2760862. OLE color: 2760862.

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

Color convert

RGB1583242-
CMYK00.800.730.38
HSL355.24º66.32%37.25%-
HSV(B)355.24º79.75%61.96%-
XYZ15.038.473.03-
YUV70.81111.74190.19-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 68.10%
GREEN value IS 32 (12.89% from 255) = 13.79%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=68.10%
G=13.79%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158324200.800.730.38355.2466.3237.25
Hex9E202A05049261634225
Octal236405201201114654310245
Binary100111101000001010100101000010010011001101011000111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,32,42); }

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

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

 a { background-color: rgb(158,32,42); }

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

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

 span { border-color: rgb(158,32,42); }

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