Html Css Color HEX #882123 Flame Red

📋 copy color: '#882123'

red 136 ◦ green 33 ◦ blue 35

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

Shades of Flame Red #882123

Tints of Flame Red #882123

RGB

 RED value IS 136 (53.52% from 255) = 66.67%

 GREEN value IS 33 (13.28% from 255) = 16.18%

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

R = 66.67%
G = 16.18%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#882123 (or 0x882123) is known color: Flame Red. HEX triplet: 88, 21 and 23. RGB value is (136,33,35). Sum of RGB (Red+Green+Blue) = 136+33+35=204 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.67% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 136 - color contains mainly: red. Hex color #882123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882123 is #77DEDC. Grayscale: #404040. Windows color (decimal): -7855837 or 2302344. OLE color: 2302344.

HSL color Cylindrical-coordinate representation of color #882123: hue angle of 358.83º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #882123 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 33 35 -
CMYK 0 0.76 0.74 0.47
HSL 358.84º 0.61% 0.33% -
HSV(B) 358.84º 0.76% 0.53% -
XYZ 11 6.44 2.25 -
YUV 64.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 136 33 35 0 0.76 0.74 0.47 358.84 0.61 0.33
Hex 88 21 23 0 4C 4A 2F 167 3D 21
Octal 210 41 43 0 114 112 57 547 75 41
Binary 10001000 100001 100011 0 1001100 1001010 101111 101100111 111101 100001

Color Harmonies of #882123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882123

Black with #882123

Text Example


Text Example

White with #882123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882123; }

 p { color: rgb(136,33,35); }

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

background-color css

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

 a { background-color: rgb(136,33,35); }

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

border-color css

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

 span { border-color: rgb(136,33,35); }

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