Html Css Color HEX #83181D Flame Red

📋 copy color: '#83181D'

red 131 ◦ green 24 ◦ blue 29

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

Shades of Flame Red #83181D

Tints of Flame Red #83181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.04%

 BLUE value IS 29 (11.72% from 255) = 15.76%

R = 71.2%
G = 13.04%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#83181D (or 0x83181D) is known color: Flame Red. HEX triplet: 83, 18 and 1D. RGB value is (131,24,29). Sum of RGB (Red+Green+Blue) = 131+24+29=184 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.20% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 131 - color contains mainly: red. Hex color #83181D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83181D is #7CE7E2. Grayscale: #383838. Windows color (decimal): -8185827 or 1906819. OLE color: 1906819.

HSL color Cylindrical-coordinate representation of color #83181D: hue angle of 357.2º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83181D is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 24 29 -
CMYK 0 0.82 0.78 0.49
HSL 357.2º 0.69% 0.3% -
HSV(B) 357.2º 0.82% 0.51% -
XYZ 9.91 5.57 1.71 -
YUV 56.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 131 24 29 0 0.82 0.78 0.49 357.2 0.69 0.3
Hex 83 18 1D 0 52 4E 31 165 45 1E
Octal 203 30 35 0 122 116 61 545 105 36
Binary 10000011 11000 11101 0 1010010 1001110 110001 101100101 1000101 11110

Color Harmonies of #83181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83181D

Black with #83181D

Text Example


Text Example

White with #83181D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,24,29); }

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

background-color css

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

 a { background-color: rgb(131,24,29); }

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

border-color css

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

 span { border-color: rgb(131,24,29); }

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