Html Css Color HEX #9D1332 Bright Red

📋 copy color: '#9D1332'

red 157 ◦ green 19 ◦ blue 50

#9D1332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #9D1332

Tints of Bright Red #9D1332

RGB

 RED value IS 157 (61.72% from 255) = 69.47%

 GREEN value IS 19 (7.81% from 255) = 8.41%

 BLUE value IS 50 (19.92% from 255) = 22.12%

R = 69.47%
G = 8.41%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9D1332 (or 0x9D1332) is known color: Bright Red. HEX triplet: 9D, 13 and 32. RGB value is (157,19,50). Sum of RGB (Red+Green+Blue) = 157+19+50=226 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.47% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1332 is #62ECCD. Grayscale: #3F3F3F. Windows color (decimal): -6483150 or 3281821. OLE color: 3281821.

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

Color convert

RGB 157 19 50 -
CMYK 0 0.88 0.68 0.38
HSL 346.52º 0.78% 0.35% -
HSV(B) 346.52º 0.88% 0.62% -
XYZ 14.71 7.86 3.76 -
YUV 63.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 157 19 50 0 0.88 0.68 0.38 346.52 0.78 0.35
Hex 9D 13 32 0 58 44 26 15B 4E 23
Octal 235 23 62 0 130 104 46 533 116 43
Binary 10011101 10011 110010 0 1011000 1000100 100110 101011011 1001110 100011

Color Harmonies of #9D1332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1332

Black with #9D1332

Text Example


Text Example

White with #9D1332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,19,50); }

 H1.HeaderClassName
 {
   color: #9D1332;
 }
 .AnyTagClassName
 {
   color: #9D1332;
 }
</style>

background-color css

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

 a { background-color: rgb(157,19,50); }

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

border-color css

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

 span { border-color: rgb(157,19,50); }

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