Html Css Color HEX #881823 Flame Red

📋 copy color: '#881823'

red 136 ◦ green 24 ◦ blue 35

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

Shades of Flame Red #881823

Tints of Flame Red #881823

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

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

R = 69.74%
G = 12.31%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.47

RGB Variations

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

Color information

#881823 (or 0x881823) is known color: Flame Red. HEX triplet: 88, 18 and 23. RGB value is (136,24,35). Sum of RGB (Red+Green+Blue) = 136+24+35=195 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.74% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 35 (14.06% from 255 or 17.95% from 195); Max value from RGB is 136 - color contains mainly: red. Hex color #881823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881823 is #77E7DC. Grayscale: #3A3A3A. Windows color (decimal): -7858141 or 2300040. OLE color: 2300040.

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

Color convert

RGB 136 24 35 -
CMYK 0 0.82 0.74 0.47
HSL 354.11º 0.7% 0.31% -
HSV(B) 354.11º 0.82% 0.53% -
XYZ 10.78 6.01 2.18 -
YUV 58.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 136 24 35 0 0.82 0.74 0.47 354.11 0.7 0.31
Hex 88 18 23 0 52 4A 2F 162 46 1F
Octal 210 30 43 0 122 112 57 542 106 37
Binary 10001000 11000 100011 0 1010010 1001010 101111 101100010 1000110 11111

Color Harmonies of #881823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881823

Black with #881823

Text Example


Text Example

White with #881823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881823; }

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

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

background-color css

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

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

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

border-color css

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

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

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