Html Css Color HEX #9D143A Bright Red

📋 copy color: '#9D143A'

red 157 ◦ green 20 ◦ blue 58

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

Shades of Bright Red #9D143A

Tints of Bright Red #9D143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

 BLUE value IS 58 (23.05% from 255) = 24.68%

R = 66.81%
G = 8.51%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.38

RGB Variations

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

Color information

#9D143A (or 0x9D143A) is known color: Bright Red. HEX triplet: 9D, 14 and 3A. RGB value is (157,20,58). Sum of RGB (Red+Green+Blue) = 157+20+58=235 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.81% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 157 - color contains mainly: red. Hex color #9D143A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D143A is #62EBC5. Grayscale: #414141. Windows color (decimal): -6482886 or 3806365. OLE color: 3806365.

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

Color convert

RGB 157 20 58 -
CMYK 0 0.87 0.63 0.38
HSL 343.36º 0.77% 0.35% -
HSV(B) 343.36º 0.87% 0.62% -
XYZ 14.92 7.97 4.76 -
YUV 65.3 123.89 193.41 -
System Red Green Blue C M Y K H S L
Decimal 157 20 58 0 0.87 0.63 0.38 343.36 0.77 0.35
Hex 9D 14 3A 0 57 3F 26 157 4D 23
Octal 235 24 72 0 127 77 46 527 115 43
Binary 10011101 10100 111010 0 1010111 111111 100110 101010111 1001101 100011

Color Harmonies of #9D143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D143A

Black with #9D143A

Text Example


Text Example

White with #9D143A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,20,58); }

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

background-color css

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

 a { background-color: rgb(157,20,58); }

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

border-color css

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

 span { border-color: rgb(157,20,58); }

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