Html Css Color HEX #802326 Flame Red

📋 copy color: '#802326'

red 128 ◦ green 35 ◦ blue 38

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

Shades of Flame Red #802326

Tints of Flame Red #802326

RGB

 RED value IS 128 (50.39% from 255) = 63.68%

 GREEN value IS 35 (14.06% from 255) = 17.41%

 BLUE value IS 38 (15.23% from 255) = 18.91%

R = 63.68%
G = 17.41%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.50

RGB Variations

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

Color information

#802326 (or 0x802326) is known color: Flame Red. HEX triplet: 80, 23 and 26. RGB value is (128,35,38). Sum of RGB (Red+Green+Blue) = 128+35+38=201 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.68% from 201); Green value is 35 (14.06% from 255 or 17.41% from 201); Blue value is 38 (15.23% from 255 or 18.91% from 201); Max value from RGB is 128 - color contains mainly: red. Hex color #802326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802326 is #7FDCD9. Grayscale: #3F3F3F. Windows color (decimal): -8379610 or 2499456. OLE color: 2499456.

HSL color Cylindrical-coordinate representation of color #802326: hue angle of 358.06º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #802326 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 38 -
CMYK 0 0.73 0.70 0.50
HSL 358.06º 0.57% 0.32% -
HSV(B) 358.06º 0.73% 0.5% -
XYZ 9.85 5.93 2.46 -
YUV 63.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 128 35 38 0 0.73 0.70 0.50 358.06 0.57 0.32
Hex 80 23 26 0 49 46 32 166 39 20
Octal 200 43 46 0 111 106 62 546 71 40
Binary 10000000 100011 100110 0 1001001 1000110 110010 101100110 111001 100000

Color Harmonies of #802326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802326

Black with #802326

Text Example


Text Example

White with #802326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802326; }

 p { color: rgb(128,35,38); }

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

background-color css

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

 a { background-color: rgb(128,35,38); }

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

border-color css

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

 span { border-color: rgb(128,35,38); }

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