Html Css Color HEX #9D1E35 Bright Red

📋 copy color: '#9D1E35'

red 157 ◦ green 30 ◦ blue 53

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

Shades of Bright Red #9D1E35

Tints of Bright Red #9D1E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

 BLUE value IS 53 (21.09% from 255) = 22.08%

R = 65.42%
G = 12.5%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9D1E35 (or 0x9D1E35) is known color: Bright Red. HEX triplet: 9D, 1E and 35. RGB value is (157,30,53). Sum of RGB (Red+Green+Blue) = 157+30+53=240 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.42% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1E35 is #62E1CA. Grayscale: #464646. Windows color (decimal): -6480331 or 3481245. OLE color: 3481245.

HSL color Cylindrical-coordinate representation of color #9D1E35: hue angle of 349.13º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E35 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 30 53 -
CMYK 0 0.81 0.66 0.38
HSL 349.13º 0.68% 0.37% -
HSV(B) 349.13º 0.81% 0.62% -
XYZ 15.01 8.35 4.19 -
YUV 70.6 118.08 189.63 -
System Red Green Blue C M Y K H S L
Decimal 157 30 53 0 0.81 0.66 0.38 349.13 0.68 0.37
Hex 9D 1E 35 0 51 42 26 15D 44 25
Octal 235 36 65 0 121 102 46 535 104 45
Binary 10011101 11110 110101 0 1010001 1000010 100110 101011101 1000100 100101

Color Harmonies of #9D1E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1E35

Black with #9D1E35

Text Example


Text Example

White with #9D1E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,30,53); }

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

background-color css

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

 a { background-color: rgb(157,30,53); }

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

border-color css

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

 span { border-color: rgb(157,30,53); }

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