Html Css Color HEX #84262F Flame Red

📋 copy color: '#84262F'

red 132 ◦ green 38 ◦ blue 47

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

Shades of Flame Red #84262F

Tints of Flame Red #84262F

RGB

 RED value IS 132 (51.95% from 255) = 60.83%

 GREEN value IS 38 (15.23% from 255) = 17.51%

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

R = 60.83%
G = 17.51%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84262F (or 0x84262F) is known color: Flame Red. HEX triplet: 84, 26 and 2F. RGB value is (132,38,47). Sum of RGB (Red+Green+Blue) = 132+38+47=217 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.83% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 132 - color contains mainly: red. Hex color #84262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84262F is #7BD9D0. Grayscale: #434343. Windows color (decimal): -8116689 or 3090052. OLE color: 3090052.

HSL color Cylindrical-coordinate representation of color #84262F: hue angle of 354.26º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84262F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 38 47 -
CMYK 0 0.71 0.64 0.48
HSL 354.26º 0.55% 0.33% -
HSV(B) 354.26º 0.71% 0.52% -
XYZ 10.72 6.5 3.38 -
YUV 67.13 116.64 174.27 -
System Red Green Blue C M Y K H S L
Decimal 132 38 47 0 0.71 0.64 0.48 354.26 0.55 0.33
Hex 84 26 2F 0 47 40 30 162 37 21
Octal 204 46 57 0 107 100 60 542 67 41
Binary 10000100 100110 101111 0 1000111 1000000 110000 101100010 110111 100001

Color Harmonies of #84262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84262F

Black with #84262F

Text Example


Text Example

White with #84262F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,38,47); }

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

background-color css

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

 a { background-color: rgb(132,38,47); }

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

border-color css

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

 span { border-color: rgb(132,38,47); }

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