#9D273D

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

Shades of Bright Red #9D273D

Tints of Bright Red #9D273D

Color information

#9D273D (or 0x9D273D) is unknown color: approx Bright Red. HEX triplet: 9D, 27 and 3D. RGB value is (157,39,61). Sum of RGB (Red+Green+Blue) = 157+39+61=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D273D is #62D8C2. Grayscale: #4C4C4C. Windows color (decimal): -6478019 or 4007837. OLE color: 4007837.

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

Color convert

RGB1573961-
CMYK00.750.610.38
HSL348.81º60.2%38.43%-
HSV(B)348.81º75.16%61.57%-
XYZ15.478.965.33-
YUV76.79119.09185.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 39 (15.62% from 255) = 15.18%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=61.09%
G=15.18%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157396100.750.610.38348.8160.238.43
Hex9D273D04B3D2615d3c26
Octal2354775011375465357446
Binary1001110110011111110101001011111101100110101011101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D273D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,39,61); }

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

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

 a { background-color: rgb(157,39,61); }

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

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

 span { border-color: rgb(157,39,61); }

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