Html Css Color HEX #83242A Flame Red

📋 copy color: '#83242A'

red 131 ◦ green 36 ◦ blue 42

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

Shades of Flame Red #83242A

Tints of Flame Red #83242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

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

R = 62.68%
G = 17.22%
B = 20.1%

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

#83242A (or 0x83242A) is known color: Flame Red. HEX triplet: 83, 24 and 2A. RGB value is (131,36,42). Sum of RGB (Red+Green+Blue) = 131+36+42=209 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.68% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 131 - color contains mainly: red. Hex color #83242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83242A is #7CDBD5. Grayscale: #414141. Windows color (decimal): -8182742 or 2761859. OLE color: 2761859.

HSL color Cylindrical-coordinate representation of color #83242A: hue angle of 356.21º degrees, saturation: 0.57, 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 #83242A is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 42 -
CMYK 0 0.73 0.68 0.49
HSL 356.21º 0.57% 0.33% -
HSV(B) 356.21º 0.73% 0.51% -
XYZ 10.41 6.25 2.85 -
YUV 65.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 131 36 42 0 0.73 0.68 0.49 356.21 0.57 0.33
Hex 83 24 2A 0 49 44 31 164 39 21
Octal 203 44 52 0 111 104 61 544 71 41
Binary 10000011 100100 101010 0 1001001 1000100 110001 101100100 111001 100001

Color Harmonies of #83242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83242A

Black with #83242A

Text Example


Text Example

White with #83242A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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