Html Css Color HEX #852026 Flame Red

📋 copy color: '#852026'

red 133 ◦ green 32 ◦ blue 38

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

Shades of Flame Red #852026

Tints of Flame Red #852026

RGB

 RED value IS 133 (52.34% from 255) = 65.52%

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

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

R = 65.52%
G = 15.76%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#852026 (or 0x852026) is known color: Flame Red. HEX triplet: 85, 20 and 26. RGB value is (133,32,38). Sum of RGB (Red+Green+Blue) = 133+32+38=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #852026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852026 is #7ADFD9. Grayscale: #3E3E3E. Windows color (decimal): -8052698 or 2498693. OLE color: 2498693.

HSL color Cylindrical-coordinate representation of color #852026: hue angle of 356.44º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852026 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 38 -
CMYK 0 0.76 0.71 0.48
HSL 356.44º 0.61% 0.32% -
HSV(B) 356.44º 0.76% 0.52% -
XYZ 10.54 6.16 2.47 -
YUV 62.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 133 32 38 0 0.76 0.71 0.48 356.44 0.61 0.32
Hex 85 20 26 0 4C 47 30 164 3D 20
Octal 205 40 46 0 114 107 60 544 75 40
Binary 10000101 100000 100110 0 1001100 1000111 110000 101100100 111101 100000

Color Harmonies of #852026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852026

Black with #852026

Text Example


Text Example

White with #852026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852026; }

 p { color: rgb(133,32,38); }

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

background-color css

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

 a { background-color: rgb(133,32,38); }

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

border-color css

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

 span { border-color: rgb(133,32,38); }

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