Html Css Color HEX #991735 Bright Red

📋 copy color: '#991735'

red 153 ◦ green 23 ◦ blue 53

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

Shades of Bright Red #991735

Tints of Bright Red #991735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.04%

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

R = 66.81%
G = 10.04%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.4

RGB Variations

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

Color information

#991735 (or 0x991735) is known color: Bright Red. HEX triplet: 99, 17 and 35. RGB value is (153,23,53). Sum of RGB (Red+Green+Blue) = 153+23+53=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #991735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991735 is #66E8CA. Grayscale: #414141. Windows color (decimal): -6744267 or 3479449. OLE color: 3479449.

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

Color convert

RGB 153 23 53 -
CMYK 0 0.85 0.65 0.4
HSL 346.15º 0.74% 0.35% -
HSV(B) 346.15º 0.85% 0.6% -
XYZ 14.09 7.64 4.1 -
YUV 65.29 121.07 190.56 -
System Red Green Blue C M Y K H S L
Decimal 153 23 53 0 0.85 0.65 0.4 346.15 0.74 0.35
Hex 99 17 35 0 55 41 28 15A 4A 23
Octal 231 27 65 0 125 101 50 532 112 43
Binary 10011001 10111 110101 0 1010101 1000001 101000 101011010 1001010 100011

Color Harmonies of #991735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991735

Black with #991735

Text Example


Text Example

White with #991735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991735; }

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

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

background-color css

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

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

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

border-color css

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

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

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