Html Css Color HEX #912021 Flame Red

📋 copy color: '#912021'

red 145 ◦ green 32 ◦ blue 33

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

Shades of Flame Red #912021

Tints of Flame Red #912021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 69.05%
G = 15.24%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#912021 (or 0x912021) is known color: Flame Red. HEX triplet: 91, 20 and 21. RGB value is (145,32,33). Sum of RGB (Red+Green+Blue) = 145+32+33=210 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.05% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 145 - color contains mainly: red. Hex color #912021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912021 is #6EDFDE. Grayscale: #424242. Windows color (decimal): -7266271 or 2171025. OLE color: 2171025.

HSL color Cylindrical-coordinate representation of color #912021: hue angle of 359.47º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #912021 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 32 33 -
CMYK 0 0.78 0.77 0.43
HSL 359.47º 0.64% 0.35% -
HSV(B) 359.47º 0.78% 0.57% -
XYZ 12.47 7.16 2.16 -
YUV 65.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 145 32 33 0 0.78 0.77 0.43 359.47 0.64 0.35
Hex 91 20 21 0 4E 4D 2B 167 40 23
Octal 221 40 41 0 116 115 53 547 100 43
Binary 10010001 100000 100001 0 1001110 1001101 101011 101100111 1000000 100011

Color Harmonies of #912021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912021

Black with #912021

Text Example


Text Example

White with #912021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912021; }

 p { color: rgb(145,32,33); }

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

background-color css

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

 a { background-color: rgb(145,32,33); }

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

border-color css

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

 span { border-color: rgb(145,32,33); }

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