Html Css Color HEX #892223 Flame Red

📋 copy color: '#892223'

red 137 ◦ green 34 ◦ blue 35

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

Shades of Flame Red #892223

Tints of Flame Red #892223

RGB

 RED value IS 137 (53.91% from 255) = 66.5%

 GREEN value IS 34 (13.67% from 255) = 16.5%

 BLUE value IS 35 (14.06% from 255) = 16.99%

R = 66.5%
G = 16.5%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#892223 (or 0x892223) is known color: Flame Red. HEX triplet: 89, 22 and 23. RGB value is (137,34,35). Sum of RGB (Red+Green+Blue) = 137+34+35=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 34 (13.67% from 255 or 16.50% from 206); Blue value is 35 (14.06% from 255 or 16.99% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #892223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892223 is #76DDDC. Grayscale: #414141. Windows color (decimal): -7790045 or 2302601. OLE color: 2302601.

HSL color Cylindrical-coordinate representation of color #892223: hue angle of 359.42º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #892223 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 34 35 -
CMYK 0 0.75 0.74 0.46
HSL 359.42º 0.6% 0.34% -
HSV(B) 359.42º 0.75% 0.54% -
XYZ 11.19 6.58 2.27 -
YUV 64.91 111.12 179.42 -
System Red Green Blue C M Y K H S L
Decimal 137 34 35 0 0.75 0.74 0.46 359.42 0.6 0.34
Hex 89 22 23 0 4B 4A 2E 167 3C 22
Octal 211 42 43 0 113 112 56 547 74 42
Binary 10001001 100010 100011 0 1001011 1001010 101110 101100111 111100 100010

Color Harmonies of #892223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892223

Black with #892223

Text Example


Text Example

White with #892223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892223; }

 p { color: rgb(137,34,35); }

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

background-color css

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

 a { background-color: rgb(137,34,35); }

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

border-color css

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

 span { border-color: rgb(137,34,35); }

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