Html Css Color HEX #852029 Flame Red

📋 copy color: '#852029'

red 133 ◦ green 32 ◦ blue 41

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

Shades of Flame Red #852029

Tints of Flame Red #852029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 19.9%

R = 64.56%
G = 15.53%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#852029 (or 0x852029) is known color: Flame Red. HEX triplet: 85, 20 and 29. RGB value is (133,32,41). Sum of RGB (Red+Green+Blue) = 133+32+41=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 41 (16.41% from 255 or 19.90% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852029 is #7ADFD6. Grayscale: #3F3F3F. Windows color (decimal): -8052695 or 2695301. OLE color: 2695301.

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

Color convert

RGB 133 32 41 -
CMYK 0 0.76 0.69 0.48
HSL 354.65º 0.61% 0.32% -
HSV(B) 354.65º 0.76% 0.52% -
XYZ 10.59 6.18 2.73 -
YUV 63.23 115.46 177.77 -
System Red Green Blue C M Y K H S L
Decimal 133 32 41 0 0.76 0.69 0.48 354.65 0.61 0.32
Hex 85 20 29 0 4C 45 30 163 3D 20
Octal 205 40 51 0 114 105 60 543 75 40
Binary 10000101 100000 101001 0 1001100 1000101 110000 101100011 111101 100000

Color Harmonies of #852029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852029

Black with #852029

Text Example


Text Example

White with #852029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852029; }

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

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

background-color css

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

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

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

border-color css

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

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

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