#9D223A

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

Shades of Bright Red #9D223A

Tints of Bright Red #9D223A

Color information

#9D223A (or 0x9D223A) is unknown color: approx Bright Red. HEX triplet: 9D, 22 and 3A. RGB value is (157,34,58). Sum of RGB (Red+Green+Blue) = 157+34+58=249 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.05% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 157 - color contains mainly: red. Hex color #9D223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D223A is #62DDC5. Grayscale: #494949. Windows color (decimal): -6479302 or 3809949. OLE color: 3809949.

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

Color convert

RGB1573458-
CMYK00.780.630.38
HSL348.29º64.4%37.45%-
HSV(B)348.29º78.34%61.57%-
XYZ15.248.624.86-
YUV73.51119.25187.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 63.05%
GREEN value IS 34 (13.67% from 255) = 13.65%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=63.05%
G=13.65%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157345800.780.630.38348.2964.437.45
Hex9D223A04E3F2615c4025
Octal23542720116774653410045
Binary10011101100010111010010011101111111001101010111001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,34,58); }

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

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

 a { background-color: rgb(157,34,58); }

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

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

 span { border-color: rgb(157,34,58); }

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