Html Css Color HEX #83232A Flame Red

📋 copy color: '#83232A'

red 131 ◦ green 35 ◦ blue 42

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

Shades of Flame Red #83232A

Tints of Flame Red #83232A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

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

R = 62.98%
G = 16.83%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83232A (or 0x83232A) is known color: Flame Red. HEX triplet: 83, 23 and 2A. RGB value is (131,35,42). Sum of RGB (Red+Green+Blue) = 131+35+42=208 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.98% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 131 - color contains mainly: red. Hex color #83232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83232A is #7CDCD5. Grayscale: #404040. Windows color (decimal): -8182998 or 2761603. OLE color: 2761603.

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

Color convert

RGB 131 35 42 -
CMYK 0 0.73 0.68 0.49
HSL 355.63º 0.58% 0.33% -
HSV(B) 355.63º 0.73% 0.51% -
XYZ 10.38 6.19 2.84 -
YUV 64.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 131 35 42 0 0.73 0.68 0.49 355.63 0.58 0.33
Hex 83 23 2A 0 49 44 31 164 3A 21
Octal 203 43 52 0 111 104 61 544 72 41
Binary 10000011 100011 101010 0 1001001 1000100 110001 101100100 111010 100001

Color Harmonies of #83232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83232A

Black with #83232A

Text Example


Text Example

White with #83232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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