Html Css Color HEX #83212A Flame Red

📋 copy color: '#83212A'

red 131 ◦ green 33 ◦ blue 42

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

Shades of Flame Red #83212A

Tints of Flame Red #83212A

RGB

 RED value IS 131 (51.56% from 255) = 63.59%

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

 BLUE value IS 42 (16.8% from 255) = 20.39%

R = 63.59%
G = 16.02%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83212A (or 0x83212A) is known color: Flame Red. HEX triplet: 83, 21 and 2A. RGB value is (131,33,42). Sum of RGB (Red+Green+Blue) = 131+33+42=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 42 (16.80% from 255 or 20.39% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #83212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83212A is #7CDED5. Grayscale: #3F3F3F. Windows color (decimal): -8183510 or 2761091. OLE color: 2761091.

HSL color Cylindrical-coordinate representation of color #83212A: hue angle of 354.49º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #83212A is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 33 42 -
CMYK 0 0.75 0.68 0.49
HSL 354.49º 0.6% 0.32% -
HSV(B) 354.49º 0.75% 0.51% -
XYZ 10.32 6.08 2.82 -
YUV 63.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 131 33 42 0 0.75 0.68 0.49 354.49 0.6 0.32
Hex 83 21 2A 0 4B 44 31 162 3C 20
Octal 203 41 52 0 113 104 61 542 74 40
Binary 10000011 100001 101010 0 1001011 1000100 110001 101100010 111100 100000

Color Harmonies of #83212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83212A

Black with #83212A

Text Example


Text Example

White with #83212A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83212A; }

 p { color: rgb(131,33,42); }

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

background-color css

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

 a { background-color: rgb(131,33,42); }

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

border-color css

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

 span { border-color: rgb(131,33,42); }

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