Html Css Color HEX #83262D Flame Red

📋 copy color: '#83262D'

red 131 ◦ green 38 ◦ blue 45

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

Shades of Flame Red #83262D

Tints of Flame Red #83262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 61.21%
G = 17.76%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#83262D (or 0x83262D) is known color: Flame Red. HEX triplet: 83, 26 and 2D. RGB value is (131,38,45). Sum of RGB (Red+Green+Blue) = 131+38+45=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #83262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83262D is #7CD9D2. Grayscale: #424242. Windows color (decimal): -8182227 or 2958979. OLE color: 2958979.

HSL color Cylindrical-coordinate representation of color #83262D: hue angle of 355.48º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #83262D is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 38 45 -
CMYK 0 0.71 0.66 0.49
HSL 355.48º 0.55% 0.33% -
HSV(B) 355.48º 0.71% 0.51% -
XYZ 10.53 6.4 3.16 -
YUV 66.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 131 38 45 0 0.71 0.66 0.49 355.48 0.55 0.33
Hex 83 26 2D 0 47 42 31 163 37 21
Octal 203 46 55 0 107 102 61 543 67 41
Binary 10000011 100110 101101 0 1000111 1000010 110001 101100011 110111 100001

Color Harmonies of #83262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83262D

Black with #83262D

Text Example


Text Example

White with #83262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83262D; }

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

 H1.HeaderClassName
 {
   color: #83262D;
 }
 .AnyTagClassName
 {
   color: #83262D;
 }
</style>

background-color css

<style>
 a { background-color: #83262D; }

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

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

border-color css

<style>
 span { border-color: #83262D; }

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

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