Html Css Color HEX #831E26 Flame Red

📋 copy color: '#831E26'

red 131 ◦ green 30 ◦ blue 38

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

Shades of Flame Red #831E26

Tints of Flame Red #831E26

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.08%

 BLUE value IS 38 (15.23% from 255) = 19.1%

R = 65.83%
G = 15.08%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#831E26 (or 0x831E26) is known color: Flame Red. HEX triplet: 83, 1E and 26. RGB value is (131,30,38). Sum of RGB (Red+Green+Blue) = 131+30+38=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 30 (12.11% from 255 or 15.08% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #831E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831E26 is #7CE1D9. Grayscale: #3D3D3D. Windows color (decimal): -8184282 or 2498179. OLE color: 2498179.

HSL color Cylindrical-coordinate representation of color #831E26: hue angle of 355.25º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #831E26 is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 30 38 -
CMYK 0 0.77 0.71 0.49
HSL 355.25º 0.63% 0.32% -
HSV(B) 355.25º 0.77% 0.51% -
XYZ 10.17 5.89 2.44 -
YUV 61.11 114.96 177.85 -
System Red Green Blue C M Y K H S L
Decimal 131 30 38 0 0.77 0.71 0.49 355.25 0.63 0.32
Hex 83 1E 26 0 4D 47 31 163 3F 20
Octal 203 36 46 0 115 107 61 543 77 40
Binary 10000011 11110 100110 0 1001101 1000111 110001 101100011 111111 100000

Color Harmonies of #831E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831E26

Black with #831E26

Text Example


Text Example

White with #831E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831E26; }

 p { color: rgb(131,30,38); }

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

background-color css

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

 a { background-color: rgb(131,30,38); }

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

border-color css

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

 span { border-color: rgb(131,30,38); }

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