#9D263E

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

Shades of Bright Red #9D263E

Tints of Bright Red #9D263E

Color information

#9D263E (or 0x9D263E) is unknown color: approx Bright Red. HEX triplet: 9D, 26 and 3E. RGB value is (157,38,62). Sum of RGB (Red+Green+Blue) = 157+38+62=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 38 (15.23% from 255 or 14.79% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D263E is #62D9C1. Grayscale: #4C4C4C. Windows color (decimal): -6478274 or 4073117. OLE color: 4073117.

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

Color convert

RGB1573862-
CMYK00.760.610.38
HSL347.9º61.03%38.24%-
HSV(B)347.9º75.8%61.57%-
XYZ15.478.95.46-
YUV76.32119.92185.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 38 (15.23% from 255) = 14.79%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=61.09%
G=14.79%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157386200.760.610.38347.961.0338.24
Hex9D263E04C3D2615c3d26
Octal2354676011475465347546
Binary1001110110011011111001001100111101100110101011100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,38,62); }

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

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

 a { background-color: rgb(157,38,62); }

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

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

 span { border-color: rgb(157,38,62); }

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