Html Css Color HEX #9D1629 Bright Red

📋 copy color: '#9D1629'

red 157 ◦ green 22 ◦ blue 41

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

Shades of Bright Red #9D1629

Tints of Bright Red #9D1629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

 BLUE value IS 41 (16.41% from 255) = 18.64%

R = 71.36%
G = 10%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9D1629 (or 0x9D1629) is known color: Bright Red. HEX triplet: 9D, 16 and 29. RGB value is (157,22,41). Sum of RGB (Red+Green+Blue) = 157+22+41=220 (29% of max value = 765). Red value is 157 (61.72% from 255 or 71.36% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1629 is #62E9D6. Grayscale: #404040. Windows color (decimal): -6482391 or 2692765. OLE color: 2692765.

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

Color convert

RGB 157 22 41 -
CMYK 0 0.86 0.74 0.38
HSL 351.56º 0.75% 0.35% -
HSV(B) 351.56º 0.86% 0.62% -
XYZ 14.59 7.9 2.85 -
YUV 64.53 114.73 193.96 -
System Red Green Blue C M Y K H S L
Decimal 157 22 41 0 0.86 0.74 0.38 351.56 0.75 0.35
Hex 9D 16 29 0 56 4A 26 160 4B 23
Octal 235 26 51 0 126 112 46 540 113 43
Binary 10011101 10110 101001 0 1010110 1001010 100110 101100000 1001011 100011

Color Harmonies of #9D1629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1629

Black with #9D1629

Text Example


Text Example

White with #9D1629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,22,41); }

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

background-color css

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

 a { background-color: rgb(157,22,41); }

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

border-color css

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

 span { border-color: rgb(157,22,41); }

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