#852023

Color #852023 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #852023

Tints of Flame Red #852023

Color information

#852023 (or 0x852023) is unknown color: approx Flame Red. HEX triplet: 85, 20 and 23. RGB value is (133,32,35). Sum of RGB (Red+Green+Blue) = 133+32+35=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #852023 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852023 is #7ADFDC. Grayscale: #3E3E3E. Windows color (decimal): -8052701 or 2302085. OLE color: 2302085.

HSL color Cylindrical-coordinate representation of color #852023: hue angle of 358.22º 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 #852023 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB1333235-
CMYK00.760.740.48
HSL358.22º61.21%32.35%-
HSV(B)358.22º75.94%52.16%-
XYZ10.496.142.22-
YUV62.54112.46178.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.5%
GREEN value IS 32 (12.89% from 255) = 16%
BLUE value IS 35 (14.06% from 255) = 17.5%
R=66.5%
G=16%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133323500.760.740.48358.2261.2132.35
Hex85202304C4A301663d20
Octal20540430114112605467540
Binary10000101100000100011010011001001010110000101100110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852023; }

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

 H1.HeaderClassName
 {
   color: #852023;
 }
 .AnyTagClassName
 {
   color: #852023;
 }
</style>
background-color css

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

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

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

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

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

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