Html Css Color HEX #842023 Flame Red

📋 copy color: '#842023'

red 132 ◦ green 32 ◦ blue 35

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

Shades of Flame Red #842023

Tints of Flame Red #842023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.08%

 BLUE value IS 35 (14.06% from 255) = 17.59%

R = 66.33%
G = 16.08%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#842023 (or 0x842023) is known color: Flame Red. HEX triplet: 84, 20 and 23. RGB value is (132,32,35). Sum of RGB (Red+Green+Blue) = 132+32+35=199 (26% of max value = 765). Red value is 132 (51.95% from 255 or 66.33% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 132 - color contains mainly: red. Hex color #842023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842023 is #7BDFDC. Grayscale: #3E3E3E. Windows color (decimal): -8118237 or 2302084. OLE color: 2302084.

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

Color convert

RGB 132 32 35 -
CMYK 0 0.76 0.73 0.48
HSL 358.2º 0.61% 0.32% -
HSV(B) 358.2º 0.76% 0.52% -
XYZ 10.34 6.06 2.22 -
YUV 62.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 132 32 35 0 0.76 0.73 0.48 358.2 0.61 0.32
Hex 84 20 23 0 4C 49 30 166 3D 20
Octal 204 40 43 0 114 111 60 546 75 40
Binary 10000100 100000 100011 0 1001100 1001001 110000 101100110 111101 100000

Color Harmonies of #842023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842023

Black with #842023

Text Example


Text Example

White with #842023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842023; }

 p { color: rgb(132,32,35); }

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

background-color css

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

 a { background-color: rgb(132,32,35); }

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

border-color css

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

 span { border-color: rgb(132,32,35); }

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