Html Css Color HEX #88282A Flame Red

📋 copy color: '#88282A'

red 136 ◦ green 40 ◦ blue 42

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

Shades of Flame Red #88282A

Tints of Flame Red #88282A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.27%

R = 62.39%
G = 18.35%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#88282A (or 0x88282A) is known color: Flame Red. HEX triplet: 88, 28 and 2A. RGB value is (136,40,42). Sum of RGB (Red+Green+Blue) = 136+40+42=218 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.39% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 42 (16.80% from 255 or 19.27% from 218); Max value from RGB is 136 - color contains mainly: red. Hex color #88282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88282A is #77D7D5. Grayscale: #454545. Windows color (decimal): -7854038 or 2762888. OLE color: 2762888.

HSL color Cylindrical-coordinate representation of color #88282A: hue angle of 358.75º 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 #88282A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 40 42 -
CMYK 0 0.71 0.69 0.47
HSL 358.75º 0.55% 0.35% -
HSV(B) 358.75º 0.71% 0.53% -
XYZ 11.33 6.92 2.93 -
YUV 68.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 136 40 42 0 0.71 0.69 0.47 358.75 0.55 0.35
Hex 88 28 2A 0 47 45 2F 167 37 23
Octal 210 50 52 0 107 105 57 547 67 43
Binary 10001000 101000 101010 0 1000111 1000101 101111 101100111 110111 100011

Color Harmonies of #88282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88282A

Black with #88282A

Text Example


Text Example

White with #88282A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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