Html Css Color HEX #881C1E Flame Red

📋 copy color: '#881C1E'

red 136 ◦ green 28 ◦ blue 30

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

Shades of Flame Red #881C1E

Tints of Flame Red #881C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.43%

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

R = 70.1%
G = 14.43%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.47

RGB Variations

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

Color information

#881C1E (or 0x881C1E) is known color: Flame Red. HEX triplet: 88, 1C and 1E. RGB value is (136,28,30). Sum of RGB (Red+Green+Blue) = 136+28+30=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #881C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #881C1E is #77E3E1. Grayscale: #3C3C3C. Windows color (decimal): -7857122 or 1973384. OLE color: 1973384.

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

Color convert

RGB 136 28 30 -
CMYK 0 0.79 0.78 0.47
HSL 358.89º 0.66% 0.32% -
HSV(B) 358.89º 0.79% 0.53% -
XYZ 10.8 6.16 1.85 -
YUV 60.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 136 28 30 0 0.79 0.78 0.47 358.89 0.66 0.32
Hex 88 1C 1E 0 4F 4E 2F 167 42 20
Octal 210 34 36 0 117 116 57 547 102 40
Binary 10001000 11100 11110 0 1001111 1001110 101111 101100111 1000010 100000

Color Harmonies of #881C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881C1E

Black with #881C1E

Text Example


Text Example

White with #881C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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