Html Css Color HEX #9D191D Bright Red

📋 copy color: '#9D191D'

red 157 ◦ green 25 ◦ blue 29

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

Shades of Bright Red #9D191D

Tints of Bright Red #9D191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 74.41%
G = 11.85%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9D191D (or 0x9D191D) is known color: Bright Red. HEX triplet: 9D, 19 and 1D. RGB value is (157,25,29). Sum of RGB (Red+Green+Blue) = 157+25+29=211 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.41% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 157 - color contains mainly: red. Hex color #9D191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D191D is #62E6E2. Grayscale: #414141. Windows color (decimal): -6481635 or 1907101. OLE color: 1907101.

HSL color Cylindrical-coordinate representation of color #9D191D: hue angle of 358.18º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D191D is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 25 29 -
CMYK 0 0.84 0.82 0.38
HSL 358.18º 0.73% 0.36% -
HSV(B) 358.18º 0.84% 0.62% -
XYZ 14.47 7.95 1.93 -
YUV 64.92 107.73 193.67 -
System Red Green Blue C M Y K H S L
Decimal 157 25 29 0 0.84 0.82 0.38 358.18 0.73 0.36
Hex 9D 19 1D 0 54 52 26 166 49 24
Octal 235 31 35 0 124 122 46 546 111 44
Binary 10011101 11001 11101 0 1010100 1010010 100110 101100110 1001001 100100

Color Harmonies of #9D191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D191D

Black with #9D191D

Text Example


Text Example

White with #9D191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,25,29); }

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

background-color css

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

 a { background-color: rgb(157,25,29); }

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

border-color css

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

 span { border-color: rgb(157,25,29); }

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