#9D222F

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

Shades of Bright Red #9D222F

Tints of Bright Red #9D222F

Color information

#9D222F (or 0x9D222F) is unknown color: approx Bright Red. HEX triplet: 9D, 22 and 2F. RGB value is (157,34,47). Sum of RGB (Red+Green+Blue) = 157+34+47=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D222F is #62DDD0. Grayscale: #484848. Windows color (decimal): -6479313 or 3089053. OLE color: 3089053.

HSL color Cylindrical-coordinate representation of color #9D222F: hue angle of 353.66º 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 #9D222F is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1573447-
CMYK00.780.700.38
HSL353.66º64.4%37.45%-
HSV(B)353.66º78.34%61.57%-
XYZ14.998.523.54-
YUV72.26113.75188.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 65.97%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 47 (18.75% from 255) = 19.75%
R=65.97%
G=14.29%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157344700.780.700.38353.6664.437.45
Hex9D222F04E46261624025
Octal235425701161064654210045
Binary100111011000101011110100111010001101001101011000101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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