Html Css Color HEX #991D2A Bright Red

📋 copy color: '#991D2A'

red 153 ◦ green 29 ◦ blue 42

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

Shades of Bright Red #991D2A

Tints of Bright Red #991D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.75%

R = 68.3%
G = 12.95%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#991D2A (or 0x991D2A) is known color: Bright Red. HEX triplet: 99, 1D and 2A. RGB value is (153,29,42). Sum of RGB (Red+Green+Blue) = 153+29+42=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 42 (16.80% from 255 or 18.75% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #991D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D2A is #66E2D5. Grayscale: #434343. Windows color (decimal): -6742742 or 2760089. OLE color: 2760089.

HSL color Cylindrical-coordinate representation of color #991D2A: hue angle of 353.71º 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 #991D2A is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 29 42 -
CMYK 0 0.81 0.73 0.4
HSL 353.71º 0.68% 0.36% -
HSV(B) 353.71º 0.81% 0.6% -
XYZ 13.99 7.82 2.96 -
YUV 67.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 153 29 42 0 0.81 0.73 0.4 353.71 0.68 0.36
Hex 99 1D 2A 0 51 49 28 162 44 24
Octal 231 35 52 0 121 111 50 542 104 44
Binary 10011001 11101 101010 0 1010001 1001001 101000 101100010 1000100 100100

Color Harmonies of #991D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D2A

Black with #991D2A

Text Example


Text Example

White with #991D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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