Html Css Color HEX #822023 Flame Red

📋 copy color: '#822023'

red 130 ◦ green 32 ◦ blue 35

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

Shades of Flame Red #822023

Tints of Flame Red #822023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

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

R = 65.99%
G = 16.24%
B = 17.77%

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

#822023 (or 0x822023) is known color: Flame Red. HEX triplet: 82, 20 and 23. RGB value is (130,32,35). Sum of RGB (Red+Green+Blue) = 130+32+35=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #822023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822023 is #7DDFDC. Grayscale: #3D3D3D. Windows color (decimal): -8249309 or 2302082. OLE color: 2302082.

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

Color convert

RGB 130 32 35 -
CMYK 0 0.75 0.73 0.49
HSL 358.16º 0.6% 0.32% -
HSV(B) 358.16º 0.75% 0.51% -
XYZ 10.03 5.9 2.2 -
YUV 61.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 130 32 35 0 0.75 0.73 0.49 358.16 0.6 0.32
Hex 82 20 23 0 4B 49 31 166 3C 20
Octal 202 40 43 0 113 111 61 546 74 40
Binary 10000010 100000 100011 0 1001011 1001001 110001 101100110 111100 100000

Color Harmonies of #822023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822023

Black with #822023

Text Example


Text Example

White with #822023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822023; }

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

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

background-color css

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

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

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

border-color css

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

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

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