Html Css Color HEX #87242F Flame Red

📋 copy color: '#87242F'

red 135 ◦ green 36 ◦ blue 47

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

Shades of Flame Red #87242F

Tints of Flame Red #87242F

RGB

 RED value IS 135 (53.13% from 255) = 61.93%

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 61.93%
G = 16.51%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#87242F (or 0x87242F) is known color: Flame Red. HEX triplet: 87, 24 and 2F. RGB value is (135,36,47). Sum of RGB (Red+Green+Blue) = 135+36+47=218 (28% of max value = 765). Red value is 135 (53.12% from 255 or 61.93% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 135 - color contains mainly: red. Hex color #87242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87242F is #78DBD0. Grayscale: #424242. Windows color (decimal): -7920593 or 3089543. OLE color: 3089543.

HSL color Cylindrical-coordinate representation of color #87242F: hue angle of 353.33º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #87242F is Cyan = 0, Magento = 0.73, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 36 47 -
CMYK 0 0.73 0.65 0.47
HSL 353.33º 0.58% 0.34% -
HSV(B) 353.33º 0.73% 0.53% -
XYZ 11.14 6.62 3.38 -
YUV 66.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 135 36 47 0 0.73 0.65 0.47 353.33 0.58 0.34
Hex 87 24 2F 0 49 41 2F 161 3A 22
Octal 207 44 57 0 111 101 57 541 72 42
Binary 10000111 100100 101111 0 1001001 1000001 101111 101100001 111010 100010

Color Harmonies of #87242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87242F

Black with #87242F

Text Example


Text Example

White with #87242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,36,47); }

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

background-color css

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

 a { background-color: rgb(135,36,47); }

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

border-color css

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

 span { border-color: rgb(135,36,47); }

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