Html Css Color HEX #991528 Bright Red

📋 copy color: '#991528'

red 153 ◦ green 21 ◦ blue 40

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

Shades of Bright Red #991528

Tints of Bright Red #991528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.69%

R = 71.5%
G = 9.81%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.74

 K value IS 0.4

RGB Variations

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

Color information

#991528 (or 0x991528) is known color: Bright Red. HEX triplet: 99, 15 and 28. RGB value is (153,21,40). Sum of RGB (Red+Green+Blue) = 153+21+40=214 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.50% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 153 - color contains mainly: red. Hex color #991528 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991528 is #66EAD7. Grayscale: #3E3E3E. Windows color (decimal): -6744792 or 2626969. OLE color: 2626969.

HSL color Cylindrical-coordinate representation of color #991528: hue angle of 351.36º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991528 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 40 -
CMYK 0 0.86 0.74 0.4
HSL 351.36º 0.76% 0.34% -
HSV(B) 351.36º 0.86% 0.6% -
XYZ 13.79 7.46 2.72 -
YUV 62.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 153 21 40 0 0.86 0.74 0.4 351.36 0.76 0.34
Hex 99 15 28 0 56 4A 28 15F 4C 22
Octal 231 25 50 0 126 112 50 537 114 42
Binary 10011001 10101 101000 0 1010110 1001010 101000 101011111 1001100 100010

Color Harmonies of #991528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991528

Black with #991528

Text Example


Text Example

White with #991528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991528; }

 p { color: rgb(153,21,40); }

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

background-color css

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

 a { background-color: rgb(153,21,40); }

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

border-color css

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

 span { border-color: rgb(153,21,40); }

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