Html Css Color HEX #921A21 Flame Red

📋 copy color: '#921A21'

red 146 ◦ green 26 ◦ blue 33

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

Shades of Flame Red #921A21

Tints of Flame Red #921A21

RGB

 RED value IS 146 (57.42% from 255) = 71.22%

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

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

R = 71.22%
G = 12.68%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#921A21 (or 0x921A21) is known color: Flame Red. HEX triplet: 92, 1A and 21. RGB value is (146,26,33). Sum of RGB (Red+Green+Blue) = 146+26+33=205 (27% of max value = 765). Red value is 146 (57.42% from 255 or 71.22% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 146 - color contains mainly: red. Hex color #921A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #921A21 is #6DE5DE. Grayscale: #3E3E3E. Windows color (decimal): -7202271 or 2169490. OLE color: 2169490.

HSL color Cylindrical-coordinate representation of color #921A21: hue angle of 356.5º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #921A21 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 26 33 -
CMYK 0 0.82 0.77 0.43
HSL 356.5º 0.7% 0.34% -
HSV(B) 356.5º 0.82% 0.57% -
XYZ 12.5 6.96 2.12 -
YUV 62.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 146 26 33 0 0.82 0.77 0.43 356.5 0.7 0.34
Hex 92 1A 21 0 52 4D 2B 164 46 22
Octal 222 32 41 0 122 115 53 544 106 42
Binary 10010010 11010 100001 0 1010010 1001101 101011 101100100 1000110 100010

Color Harmonies of #921A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921A21

Black with #921A21

Text Example


Text Example

White with #921A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921A21; }

 p { color: rgb(146,26,33); }

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

background-color css

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

 a { background-color: rgb(146,26,33); }

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

border-color css

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

 span { border-color: rgb(146,26,33); }

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