Html Css Color HEX #991A25 Bright Red

📋 copy color: '#991A25'

red 153 ◦ green 26 ◦ blue 37

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

Shades of Bright Red #991A25

Tints of Bright Red #991A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.04%

 BLUE value IS 37 (14.84% from 255) = 17.13%

R = 70.83%
G = 12.04%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#991A25 (or 0x991A25) is known color: Bright Red. HEX triplet: 99, 1A and 25. RGB value is (153,26,37). Sum of RGB (Red+Green+Blue) = 153+26+37=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 37 (14.84% from 255 or 17.13% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #991A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991A25 is #66E5DA. Grayscale: #414141. Windows color (decimal): -6743515 or 2431641. OLE color: 2431641.

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

Color convert

RGB 153 26 37 -
CMYK 0 0.83 0.76 0.4
HSL 354.8º 0.71% 0.35% -
HSV(B) 354.8º 0.83% 0.6% -
XYZ 13.84 7.64 2.5 -
YUV 65.23 112.08 190.61 -
System Red Green Blue C M Y K H S L
Decimal 153 26 37 0 0.83 0.76 0.4 354.8 0.71 0.35
Hex 99 1A 25 0 53 4C 28 163 47 23
Octal 231 32 45 0 123 114 50 543 107 43
Binary 10011001 11010 100101 0 1010011 1001100 101000 101100011 1000111 100011

Color Harmonies of #991A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991A25

Black with #991A25

Text Example


Text Example

White with #991A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,26,37); }

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

background-color css

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

 a { background-color: rgb(153,26,37); }

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

border-color css

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

 span { border-color: rgb(153,26,37); }

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