Html Css Color HEX #9D133D Bright Red

📋 copy color: '#9D133D'

red 157 ◦ green 19 ◦ blue 61

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

Shades of Bright Red #9D133D

Tints of Bright Red #9D133D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.74%

R = 66.24%
G = 8.02%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#9D133D (or 0x9D133D) is known color: Bright Red. HEX triplet: 9D, 13 and 3D. RGB value is (157,19,61). Sum of RGB (Red+Green+Blue) = 157+19+61=237 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.24% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 157 - color contains mainly: red. Hex color #9D133D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D133D is #62ECC2. Grayscale: #414141. Windows color (decimal): -6483139 or 4002717. OLE color: 4002717.

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

Color convert

RGB 157 19 61 -
CMYK 0 0.88 0.61 0.38
HSL 341.74º 0.78% 0.35% -
HSV(B) 341.74º 0.88% 0.62% -
XYZ 14.98 7.97 5.16 -
YUV 65.05 125.72 193.58 -
System Red Green Blue C M Y K H S L
Decimal 157 19 61 0 0.88 0.61 0.38 341.74 0.78 0.35
Hex 9D 13 3D 0 58 3D 26 156 4E 23
Octal 235 23 75 0 130 75 46 526 116 43
Binary 10011101 10011 111101 0 1011000 111101 100110 101010110 1001110 100011

Color Harmonies of #9D133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D133D

Black with #9D133D

Text Example


Text Example

White with #9D133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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