Html Css Color HEX #83282F Flame Red

📋 copy color: '#83282F'

red 131 ◦ green 40 ◦ blue 47

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

Shades of Flame Red #83282F

Tints of Flame Red #83282F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.35%

 BLUE value IS 47 (18.75% from 255) = 21.56%

R = 60.09%
G = 18.35%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#83282F (or 0x83282F) is known color: Flame Red. HEX triplet: 83, 28 and 2F. RGB value is (131,40,47). Sum of RGB (Red+Green+Blue) = 131+40+47=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 40 (16.02% from 255 or 18.35% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #83282F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83282F is #7CD7D0. Grayscale: #444444. Windows color (decimal): -8181713 or 3090563. OLE color: 3090563.

HSL color Cylindrical-coordinate representation of color #83282F: hue angle of 355.38º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83282F is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 40 47 -
CMYK 0 0.69 0.64 0.49
HSL 355.38º 0.53% 0.34% -
HSV(B) 355.38º 0.69% 0.51% -
XYZ 10.63 6.55 3.39 -
YUV 68.01 116.15 172.93 -
System Red Green Blue C M Y K H S L
Decimal 131 40 47 0 0.69 0.64 0.49 355.38 0.53 0.34
Hex 83 28 2F 0 45 40 31 163 35 22
Octal 203 50 57 0 105 100 61 543 65 42
Binary 10000011 101000 101111 0 1000101 1000000 110001 101100011 110101 100010

Color Harmonies of #83282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83282F

Black with #83282F

Text Example


Text Example

White with #83282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83282F; }

 p { color: rgb(131,40,47); }

 H1.HeaderClassName
 {
   color: #83282F;
 }
 .AnyTagClassName
 {
   color: #83282F;
 }
</style>

background-color css

<style>
 a { background-color: #83282F; }

 a { background-color: rgb(131,40,47); }

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

border-color css

<style>
 span { border-color: #83282F; }

 span { border-color: rgb(131,40,47); }

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