Html Css Color HEX #83222B Flame Red

📋 copy color: '#83222B'

red 131 ◦ green 34 ◦ blue 43

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

Shades of Flame Red #83222B

Tints of Flame Red #83222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.35%

 BLUE value IS 43 (17.19% from 255) = 20.67%

R = 62.98%
G = 16.35%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83222B (or 0x83222B) is known color: Flame Red. HEX triplet: 83, 22 and 2B. RGB value is (131,34,43). Sum of RGB (Red+Green+Blue) = 131+34+43=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83222B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83222B is #7CDDD4. Grayscale: #404040. Windows color (decimal): -8183253 or 2826883. OLE color: 2826883.

HSL color Cylindrical-coordinate representation of color #83222B: hue angle of 354.43º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #83222B is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 34 43 -
CMYK 0 0.74 0.67 0.49
HSL 354.43º 0.59% 0.32% -
HSV(B) 354.43º 0.74% 0.51% -
XYZ 10.37 6.14 2.92 -
YUV 64.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 131 34 43 0 0.74 0.67 0.49 354.43 0.59 0.32
Hex 83 22 2B 0 4A 43 31 162 3B 20
Octal 203 42 53 0 112 103 61 542 73 40
Binary 10000011 100010 101011 0 1001010 1000011 110001 101100010 111011 100000

Color Harmonies of #83222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83222B

Black with #83222B

Text Example


Text Example

White with #83222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83222B; }

 p { color: rgb(131,34,43); }

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

background-color css

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

 a { background-color: rgb(131,34,43); }

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

border-color css

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

 span { border-color: rgb(131,34,43); }

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