Html Css Color HEX #991135 Bright Red

📋 copy color: '#991135'

red 153 ◦ green 17 ◦ blue 53

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

Shades of Bright Red #991135

Tints of Bright Red #991135

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.62%

 BLUE value IS 53 (21.09% from 255) = 23.77%

R = 68.61%
G = 7.62%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#991135 (or 0x991135) is known color: Bright Red. HEX triplet: 99, 11 and 35. RGB value is (153,17,53). Sum of RGB (Red+Green+Blue) = 153+17+53=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #991135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991135 is #66EECA. Grayscale: #3D3D3D. Windows color (decimal): -6745803 or 3477913. OLE color: 3477913.

HSL color Cylindrical-coordinate representation of color #991135: hue angle of 344.12º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991135 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 17 53 -
CMYK 0 0.89 0.65 0.4
HSL 344.12º 0.8% 0.33% -
HSV(B) 344.12º 0.89% 0.6% -
XYZ 13.98 7.43 4.07 -
YUV 61.77 123.06 193.07 -
System Red Green Blue C M Y K H S L
Decimal 153 17 53 0 0.89 0.65 0.4 344.12 0.8 0.33
Hex 99 11 35 0 59 41 28 158 50 21
Octal 231 21 65 0 131 101 50 530 120 41
Binary 10011001 10001 110101 0 1011001 1000001 101000 101011000 1010000 100001

Color Harmonies of #991135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991135

Black with #991135

Text Example


Text Example

White with #991135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991135; }

 p { color: rgb(153,17,53); }

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

background-color css

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

 a { background-color: rgb(153,17,53); }

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

border-color css

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

 span { border-color: rgb(153,17,53); }

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