Html Css Color HEX #842125 Flame Red

📋 copy color: '#842125'

red 132 ◦ green 33 ◦ blue 37

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

Shades of Flame Red #842125

Tints of Flame Red #842125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

 BLUE value IS 37 (14.84% from 255) = 18.32%

R = 65.35%
G = 16.34%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#842125 (or 0x842125) is known color: Flame Red. HEX triplet: 84, 21 and 25. RGB value is (132,33,37). Sum of RGB (Red+Green+Blue) = 132+33+37=202 (26% of max value = 765). Red value is 132 (51.95% from 255 or 65.35% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 37 (14.84% from 255 or 18.32% from 202); Max value from RGB is 132 - color contains mainly: red. Hex color #842125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842125 is #7BDEDA. Grayscale: #3F3F3F. Windows color (decimal): -8117979 or 2433412. OLE color: 2433412.

HSL color Cylindrical-coordinate representation of color #842125: hue angle of 357.58º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842125 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 33 37 -
CMYK 0 0.75 0.72 0.48
HSL 357.58º 0.6% 0.32% -
HSV(B) 357.58º 0.75% 0.52% -
XYZ 10.39 6.13 2.39 -
YUV 63.06 113.3 177.17 -
System Red Green Blue C M Y K H S L
Decimal 132 33 37 0 0.75 0.72 0.48 357.58 0.6 0.32
Hex 84 21 25 0 4B 48 30 166 3C 20
Octal 204 41 45 0 113 110 60 546 74 40
Binary 10000100 100001 100101 0 1001011 1001000 110000 101100110 111100 100000

Color Harmonies of #842125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842125

Black with #842125

Text Example


Text Example

White with #842125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842125; }

 p { color: rgb(132,33,37); }

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

background-color css

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

 a { background-color: rgb(132,33,37); }

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

border-color css

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

 span { border-color: rgb(132,33,37); }

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