Html Css Color HEX #881B1E Flame Red

📋 copy color: '#881B1E'

red 136 ◦ green 27 ◦ blue 30

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

Shades of Flame Red #881B1E

Tints of Flame Red #881B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.99%

 BLUE value IS 30 (12.11% from 255) = 15.54%

R = 70.47%
G = 13.99%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#881B1E (or 0x881B1E) is known color: Flame Red. HEX triplet: 88, 1B and 1E. RGB value is (136,27,30). Sum of RGB (Red+Green+Blue) = 136+27+30=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 30 (12.11% from 255 or 15.54% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #881B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881B1E is #77E4E1. Grayscale: #3C3C3C. Windows color (decimal): -7857378 or 1973128. OLE color: 1973128.

HSL color Cylindrical-coordinate representation of color #881B1E: hue angle of 358.35º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #881B1E is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 27 30 -
CMYK 0 0.80 0.78 0.47
HSL 358.35º 0.67% 0.32% -
HSV(B) 358.35º 0.8% 0.53% -
XYZ 10.78 6.11 1.84 -
YUV 59.93 111.11 182.26 -
System Red Green Blue C M Y K H S L
Decimal 136 27 30 0 0.80 0.78 0.47 358.35 0.67 0.32
Hex 88 1B 1E 0 50 4E 2F 166 43 20
Octal 210 33 36 0 120 116 57 546 103 40
Binary 10001000 11011 11110 0 1010000 1001110 101111 101100110 1000011 100000

Color Harmonies of #881B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881B1E

Black with #881B1E

Text Example


Text Example

White with #881B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881B1E; }

 p { color: rgb(136,27,30); }

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

background-color css

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

 a { background-color: rgb(136,27,30); }

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

border-color css

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

 span { border-color: rgb(136,27,30); }

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