Html Css Color HEX #91191D Flame Red

📋 copy color: '#91191D'

red 145 ◦ green 25 ◦ blue 29

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

Shades of Flame Red #91191D

Tints of Flame Red #91191D

RGB

 RED value IS 145 (57.03% from 255) = 72.86%

 GREEN value IS 25 (10.16% from 255) = 12.56%

 BLUE value IS 29 (11.72% from 255) = 14.57%

R = 72.86%
G = 12.56%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#91191D (or 0x91191D) is known color: Flame Red. HEX triplet: 91, 19 and 1D. RGB value is (145,25,29). Sum of RGB (Red+Green+Blue) = 145+25+29=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #91191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #91191D is #6EE6E2. Grayscale: #3D3D3D. Windows color (decimal): -7268067 or 1907089. OLE color: 1907089.

HSL color Cylindrical-coordinate representation of color #91191D: hue angle of 358º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #91191D is Cyan = 0, Magento = 0.83, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 25 29 -
CMYK 0 0.83 0.8 0.43
HSL 358º 0.71% 0.33% -
HSV(B) 358º 0.83% 0.57% -
XYZ 12.25 6.8 1.83 -
YUV 61.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 145 25 29 0 0.83 0.8 0.43 358 0.71 0.33
Hex 91 19 1D 0 53 50 2B 166 47 21
Octal 221 31 35 0 123 120 53 546 107 41
Binary 10010001 11001 11101 0 1010011 1010000 101011 101100110 1000111 100001

Color Harmonies of #91191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91191D

Black with #91191D

Text Example


Text Example

White with #91191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91191D; }

 p { color: rgb(145,25,29); }

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

background-color css

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

 a { background-color: rgb(145,25,29); }

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

border-color css

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

 span { border-color: rgb(145,25,29); }

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