Html Css Color HEX #852326 Flame Red

📋 copy color: '#852326'

red 133 ◦ green 35 ◦ blue 38

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

Shades of Flame Red #852326

Tints of Flame Red #852326

RGB

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

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

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

R = 64.56%
G = 16.99%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#852326 (or 0x852326) is known color: Flame Red. HEX triplet: 85, 23 and 26. RGB value is (133,35,38). Sum of RGB (Red+Green+Blue) = 133+35+38=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 38 (15.23% from 255 or 18.45% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852326 is #7ADCD9. Grayscale: #404040. Windows color (decimal): -8051930 or 2499461. OLE color: 2499461.

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

Color convert

RGB 133 35 38 -
CMYK 0 0.74 0.71 0.48
HSL 358.16º 0.58% 0.33% -
HSV(B) 358.16º 0.74% 0.52% -
XYZ 10.62 6.33 2.5 -
YUV 64.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 133 35 38 0 0.74 0.71 0.48 358.16 0.58 0.33
Hex 85 23 26 0 4A 47 30 166 3A 21
Octal 205 43 46 0 112 107 60 546 72 41
Binary 10000101 100011 100110 0 1001010 1000111 110000 101100110 111010 100001

Color Harmonies of #852326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852326

Black with #852326

Text Example


Text Example

White with #852326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852326; }

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

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

background-color css

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

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

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

border-color css

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

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

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