Html Css Color HEX #852123 Flame Red

📋 copy color: '#852123'

red 133 ◦ green 33 ◦ blue 35

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

Shades of Flame Red #852123

Tints of Flame Red #852123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 66.17%
G = 16.42%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#852123 (or 0x852123) is known color: Flame Red. HEX triplet: 85, 21 and 23. RGB value is (133,33,35). Sum of RGB (Red+Green+Blue) = 133+33+35=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #852123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852123 is #7ADEDC. Grayscale: #3F3F3F. Windows color (decimal): -8052445 or 2302341. OLE color: 2302341.

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

Color convert

RGB 133 33 35 -
CMYK 0 0.75 0.74 0.48
HSL 358.8º 0.6% 0.33% -
HSV(B) 358.8º 0.75% 0.52% -
XYZ 10.52 6.2 2.23 -
YUV 63.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 133 33 35 0 0.75 0.74 0.48 358.8 0.6 0.33
Hex 85 21 23 0 4B 4A 30 167 3C 21
Octal 205 41 43 0 113 112 60 547 74 41
Binary 10000101 100001 100011 0 1001011 1001010 110000 101100111 111100 100001

Color Harmonies of #852123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852123

Black with #852123

Text Example


Text Example

White with #852123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852123; }

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

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

background-color css

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

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

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

border-color css

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

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

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