Html Css Color HEX #991C1D Bright Red

📋 copy color: '#991C1D'

red 153 ◦ green 28 ◦ blue 29

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

Shades of Bright Red #991C1D

Tints of Bright Red #991C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

 BLUE value IS 29 (11.72% from 255) = 13.81%

R = 72.86%
G = 13.33%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#991C1D (or 0x991C1D) is known color: Bright Red. HEX triplet: 99, 1C and 1D. RGB value is (153,28,29). Sum of RGB (Red+Green+Blue) = 153+28+29=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #991C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991C1D is #66E3E2. Grayscale: #414141. Windows color (decimal): -6743011 or 1907865. OLE color: 1907865.

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

Color convert

RGB 153 28 29 -
CMYK 0 0.82 0.81 0.4
HSL 359.52º 0.69% 0.35% -
HSV(B) 359.52º 0.82% 0.6% -
XYZ 13.77 7.69 1.92 -
YUV 65.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 153 28 29 0 0.82 0.81 0.4 359.52 0.69 0.35
Hex 99 1C 1D 0 52 51 28 168 45 23
Octal 231 34 35 0 122 121 50 550 105 43
Binary 10011001 11100 11101 0 1010010 1010001 101000 101101000 1000101 100011

Color Harmonies of #991C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C1D

Black with #991C1D

Text Example


Text Example

White with #991C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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