Html Css Color HEX #9D1D34 Bright Red

📋 copy color: '#9D1D34'

red 157 ◦ green 29 ◦ blue 52

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

Shades of Bright Red #9D1D34

Tints of Bright Red #9D1D34

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.18%

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 65.97%
G = 12.18%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9D1D34 (or 0x9D1D34) is known color: Bright Red. HEX triplet: 9D, 1D and 34. RGB value is (157,29,52). Sum of RGB (Red+Green+Blue) = 157+29+52=238 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.97% from 238); Green value is 29 (11.72% from 255 or 12.18% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1D34 is #62E2CB. Grayscale: #454545. Windows color (decimal): -6480588 or 3415453. OLE color: 3415453.

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

Color convert

RGB 157 29 52 -
CMYK 0 0.82 0.67 0.38
HSL 349.22º 0.69% 0.36% -
HSV(B) 349.22º 0.82% 0.62% -
XYZ 14.96 8.29 4.06 -
YUV 69.89 117.91 190.13 -
System Red Green Blue C M Y K H S L
Decimal 157 29 52 0 0.82 0.67 0.38 349.22 0.69 0.36
Hex 9D 1D 34 0 52 43 26 15D 45 24
Octal 235 35 64 0 122 103 46 535 105 44
Binary 10011101 11101 110100 0 1010010 1000011 100110 101011101 1000101 100100

Color Harmonies of #9D1D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1D34

Black with #9D1D34

Text Example


Text Example

White with #9D1D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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