Html Css Color HEX #991D39 Bright Red

📋 copy color: '#991D39'

red 153 ◦ green 29 ◦ blue 57

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

Shades of Bright Red #991D39

Tints of Bright Red #991D39

RGB

 RED value IS 153 (60.16% from 255) = 64.02%

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

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 64.02%
G = 12.13%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#991D39 (or 0x991D39) is known color: Bright Red. HEX triplet: 99, 1D and 39. RGB value is (153,29,57). Sum of RGB (Red+Green+Blue) = 153+29+57=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 29 (11.72% from 255 or 12.13% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #991D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D39 is #66E2C6. Grayscale: #454545. Windows color (decimal): -6742727 or 3743129. OLE color: 3743129.

HSL color Cylindrical-coordinate representation of color #991D39: hue angle of 346.45º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D39 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 29 57 -
CMYK 0 0.81 0.63 0.4
HSL 346.45º 0.68% 0.36% -
HSV(B) 346.45º 0.81% 0.6% -
XYZ 14.31 7.95 4.65 -
YUV 69.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 153 29 57 0 0.81 0.63 0.4 346.45 0.68 0.36
Hex 99 1D 39 0 51 3F 28 15A 44 24
Octal 231 35 71 0 121 77 50 532 104 44
Binary 10011001 11101 111001 0 1010001 111111 101000 101011010 1000100 100100

Color Harmonies of #991D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D39

Black with #991D39

Text Example


Text Example

White with #991D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991D39; }

 p { color: rgb(153,29,57); }

 H1.HeaderClassName
 {
   color: #991D39;
 }
 .AnyTagClassName
 {
   color: #991D39;
 }
</style>

background-color css

<style>
 a { background-color: #991D39; }

 a { background-color: rgb(153,29,57); }

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

border-color css

<style>
 span { border-color: #991D39; }

 span { border-color: rgb(153,29,57); }

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