Html Css Color HEX #911C1D Flame Red

📋 copy color: '#911C1D'

red 145 ◦ green 28 ◦ blue 29

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

Shades of Flame Red #911C1D

Tints of Flame Red #911C1D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.86%

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

R = 71.78%
G = 13.86%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.8

 K value IS 0.43

RGB Variations

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

Color information

#911C1D (or 0x911C1D) is known color: Flame Red. HEX triplet: 91, 1C and 1D. RGB value is (145,28,29). Sum of RGB (Red+Green+Blue) = 145+28+29=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #911C1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #911C1D is #6EE3E2. Grayscale: #3F3F3F. Windows color (decimal): -7267299 or 1907857. OLE color: 1907857.

HSL color Cylindrical-coordinate representation of color #911C1D: hue angle of 359.49º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #911C1D is Cyan = 0, Magento = 0.81, Yellow = 0.8 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 28 29 -
CMYK 0 0.81 0.8 0.43
HSL 359.49º 0.68% 0.34% -
HSV(B) 359.49º 0.81% 0.57% -
XYZ 12.31 6.94 1.85 -
YUV 63.1 108.76 186.42 -
System Red Green Blue C M Y K H S L
Decimal 145 28 29 0 0.81 0.8 0.43 359.49 0.68 0.34
Hex 91 1C 1D 0 51 50 2B 167 44 22
Octal 221 34 35 0 121 120 53 547 104 42
Binary 10010001 11100 11101 0 1010001 1010000 101011 101100111 1000100 100010

Color Harmonies of #911C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #911C1D

Black with #911C1D

Text Example


Text Example

White with #911C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #911C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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