Html Css Color HEX #88282B Flame Red

📋 copy color: '#88282B'

red 136 ◦ green 40 ◦ blue 43

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

Shades of Flame Red #88282B

Tints of Flame Red #88282B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

 BLUE value IS 43 (17.19% from 255) = 19.63%

R = 62.1%
G = 18.26%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88282B (or 0x88282B) is known color: Flame Red. HEX triplet: 88, 28 and 2B. RGB value is (136,40,43). Sum of RGB (Red+Green+Blue) = 136+40+43=219 (29% of max value = 765). Red value is 136 (53.52% from 255 or 62.10% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 136 - color contains mainly: red. Hex color #88282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88282B is #77D7D4. Grayscale: #454545. Windows color (decimal): -7854037 or 2828424. OLE color: 2828424.

HSL color Cylindrical-coordinate representation of color #88282B: hue angle of 358.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #88282B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 43 -
CMYK 0 0.71 0.68 0.47
HSL 358.13º 0.55% 0.35% -
HSV(B) 358.13º 0.71% 0.53% -
XYZ 11.35 6.93 3.02 -
YUV 69.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 136 40 43 0 0.71 0.68 0.47 358.13 0.55 0.35
Hex 88 28 2B 0 47 44 2F 166 37 23
Octal 210 50 53 0 107 104 57 546 67 43
Binary 10001000 101000 101011 0 1000111 1000100 101111 101100110 110111 100011

Color Harmonies of #88282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88282B

Black with #88282B

Text Example


Text Example

White with #88282B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88282B; }

 p { color: rgb(136,40,43); }

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

background-color css

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

 a { background-color: rgb(136,40,43); }

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

border-color css

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

 span { border-color: rgb(136,40,43); }

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