Html Css Color HEX #9D191F Bright Red

📋 copy color: '#9D191F'

red 157 ◦ green 25 ◦ blue 31

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

Shades of Bright Red #9D191F

Tints of Bright Red #9D191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 14.55%

R = 73.71%
G = 11.74%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D191F (or 0x9D191F) is known color: Bright Red. HEX triplet: 9D, 19 and 1F. RGB value is (157,25,31). Sum of RGB (Red+Green+Blue) = 157+25+31=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 25 (10.16% from 255 or 11.74% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D191F is #62E6E0. Grayscale: #414141. Windows color (decimal): -6481633 or 2038173. OLE color: 2038173.

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

Color convert

RGB 157 25 31 -
CMYK 0 0.84 0.80 0.38
HSL 357.27º 0.73% 0.36% -
HSV(B) 357.27º 0.84% 0.62% -
XYZ 14.5 7.96 2.07 -
YUV 65.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 157 25 31 0 0.84 0.80 0.38 357.27 0.73 0.36
Hex 9D 19 1F 0 54 50 26 165 49 24
Octal 235 31 37 0 124 120 46 545 111 44
Binary 10011101 11001 11111 0 1010100 1010000 100110 101100101 1001001 100100

Color Harmonies of #9D191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D191F

Black with #9D191F

Text Example


Text Example

White with #9D191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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