Html Css Color HEX #9D1534 Bright Red

📋 copy color: '#9D1534'

red 157 ◦ green 21 ◦ blue 52

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

Shades of Bright Red #9D1534

Tints of Bright Red #9D1534

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.13%

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

R = 68.26%
G = 9.13%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9D1534 (or 0x9D1534) is known color: Bright Red. HEX triplet: 9D, 15 and 34. RGB value is (157,21,52). Sum of RGB (Red+Green+Blue) = 157+21+52=230 (30% of max value = 765). Red value is 157 (61.72% from 255 or 68.26% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1534 is #62EACB. Grayscale: #414141. Windows color (decimal): -6482636 or 3413405. OLE color: 3413405.

HSL color Cylindrical-coordinate representation of color #9D1534: hue angle of 346.32º degrees, saturation: 0.76, 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 #9D1534 is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 21 52 -
CMYK 0 0.87 0.67 0.38
HSL 346.32º 0.76% 0.35% -
HSV(B) 346.32º 0.87% 0.62% -
XYZ 14.79 7.95 4 -
YUV 65.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 157 21 52 0 0.87 0.67 0.38 346.32 0.76 0.35
Hex 9D 15 34 0 57 43 26 15A 4C 23
Octal 235 25 64 0 127 103 46 532 114 43
Binary 10011101 10101 110100 0 1010111 1000011 100110 101011010 1001100 100011

Color Harmonies of #9D1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D1534

Black with #9D1534

Text Example


Text Example

White with #9D1534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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