Html Css Color HEX #822128 Flame Red

📋 copy color: '#822128'

red 130 ◦ green 33 ◦ blue 40

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

Shades of Flame Red #822128

Tints of Flame Red #822128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.7%

R = 64.04%
G = 16.26%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#822128 (or 0x822128) is known color: Flame Red. HEX triplet: 82, 21 and 28. RGB value is (130,33,40). Sum of RGB (Red+Green+Blue) = 130+33+40=203 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.04% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 130 - color contains mainly: red. Hex color #822128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822128 is #7DDED7. Grayscale: #3E3E3E. Windows color (decimal): -8249048 or 2630018. OLE color: 2630018.

HSL color Cylindrical-coordinate representation of color #822128: hue angle of 355.67º 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 #822128 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 33 40 -
CMYK 0 0.75 0.69 0.49
HSL 355.67º 0.6% 0.32% -
HSV(B) 355.67º 0.75% 0.51% -
XYZ 10.13 5.99 2.63 -
YUV 62.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 130 33 40 0 0.75 0.69 0.49 355.67 0.6 0.32
Hex 82 21 28 0 4B 45 31 164 3C 20
Octal 202 41 50 0 113 105 61 544 74 40
Binary 10000010 100001 101000 0 1001011 1000101 110001 101100100 111100 100000

Color Harmonies of #822128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822128

Black with #822128

Text Example


Text Example

White with #822128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822128; }

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

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

background-color css

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

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

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

border-color css

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

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

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