Html Css Color HEX #822123 Flame Red

📋 copy color: '#822123'

red 130 ◦ green 33 ◦ blue 35

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

Shades of Flame Red #822123

Tints of Flame Red #822123

RGB

 RED value IS 130 (51.17% from 255) = 65.66%

 GREEN value IS 33 (13.28% from 255) = 16.67%

 BLUE value IS 35 (14.06% from 255) = 17.68%

R = 65.66%
G = 16.67%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#822123 (or 0x822123) is known color: Flame Red. HEX triplet: 82, 21 and 23. RGB value is (130,33,35). Sum of RGB (Red+Green+Blue) = 130+33+35=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 35 (14.06% from 255 or 17.68% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #822123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822123 is #7DDEDC. Grayscale: #3E3E3E. Windows color (decimal): -8249053 or 2302338. OLE color: 2302338.

HSL color Cylindrical-coordinate representation of color #822123: hue angle of 358.76º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #822123 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 33 35 -
CMYK 0 0.75 0.73 0.49
HSL 358.76º 0.6% 0.32% -
HSV(B) 358.76º 0.75% 0.51% -
XYZ 10.05 5.95 2.21 -
YUV 62.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 130 33 35 0 0.75 0.73 0.49 358.76 0.6 0.32
Hex 82 21 23 0 4B 49 31 167 3C 20
Octal 202 41 43 0 113 111 61 547 74 40
Binary 10000010 100001 100011 0 1001011 1001001 110001 101100111 111100 100000

Color Harmonies of #822123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822123

Black with #822123

Text Example


Text Example

White with #822123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822123; }

 p { color: rgb(130,33,35); }

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

background-color css

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

 a { background-color: rgb(130,33,35); }

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

border-color css

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

 span { border-color: rgb(130,33,35); }

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