Html Css Color HEX #852C2F Flame Red

📋 copy color: '#852C2F'

red 133 ◦ green 44 ◦ blue 47

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

Shades of Flame Red #852C2F

Tints of Flame Red #852C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.64%

 BLUE value IS 47 (18.75% from 255) = 20.98%

R = 59.38%
G = 19.64%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#852C2F (or 0x852C2F) is known color: Flame Red. HEX triplet: 85, 2C and 2F. RGB value is (133,44,47). Sum of RGB (Red+Green+Blue) = 133+44+47=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #852C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C2F is #7AD3D0. Grayscale: #474747. Windows color (decimal): -8049617 or 3091589. OLE color: 3091589.

HSL color Cylindrical-coordinate representation of color #852C2F: hue angle of 357.98º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #852C2F is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 44 47 -
CMYK 0 0.67 0.65 0.48
HSL 357.98º 0.5% 0.35% -
HSV(B) 357.98º 0.67% 0.52% -
XYZ 11.09 6.99 3.45 -
YUV 70.95 114.49 172.26 -
System Red Green Blue C M Y K H S L
Decimal 133 44 47 0 0.67 0.65 0.48 357.98 0.5 0.35
Hex 85 2C 2F 0 43 41 30 166 32 23
Octal 205 54 57 0 103 101 60 546 62 43
Binary 10000101 101100 101111 0 1000011 1000001 110000 101100110 110010 100011

Color Harmonies of #852C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C2F

Black with #852C2F

Text Example


Text Example

White with #852C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852C2F; }

 p { color: rgb(133,44,47); }

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

background-color css

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

 a { background-color: rgb(133,44,47); }

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

border-color css

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

 span { border-color: rgb(133,44,47); }

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