Html Css Color HEX #88282F Flame Red

📋 copy color: '#88282F'

red 136 ◦ green 40 ◦ blue 47

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

Shades of Flame Red #88282F

Tints of Flame Red #88282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.08%

R = 60.99%
G = 17.94%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#88282F (or 0x88282F) is known color: Flame Red. HEX triplet: 88, 28 and 2F. RGB value is (136,40,47). Sum of RGB (Red+Green+Blue) = 136+40+47=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #88282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88282F is #77D7D0. Grayscale: #454545. Windows color (decimal): -7854033 or 3090568. OLE color: 3090568.

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

Color convert

RGB 136 40 47 -
CMYK 0 0.71 0.65 0.47
HSL 355.63º 0.55% 0.35% -
HSV(B) 355.63º 0.71% 0.53% -
XYZ 11.43 6.96 3.43 -
YUV 69.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 136 40 47 0 0.71 0.65 0.47 355.63 0.55 0.35
Hex 88 28 2F 0 47 41 2F 164 37 23
Octal 210 50 57 0 107 101 57 544 67 43
Binary 10001000 101000 101111 0 1000111 1000001 101111 101100100 110111 100011

Color Harmonies of #88282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88282F

Black with #88282F

Text Example


Text Example

White with #88282F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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