Html Css Color HEX #852129 Flame Red

📋 copy color: '#852129'

red 133 ◦ green 33 ◦ blue 41

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

Shades of Flame Red #852129

Tints of Flame Red #852129

RGB

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

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

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

R = 64.25%
G = 15.94%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#852129 (or 0x852129) is known color: Flame Red. HEX triplet: 85, 21 and 29. RGB value is (133,33,41). Sum of RGB (Red+Green+Blue) = 133+33+41=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #852129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852129 is #7ADED6. Grayscale: #3F3F3F. Windows color (decimal): -8052439 or 2695557. OLE color: 2695557.

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

Color convert

RGB 133 33 41 -
CMYK 0 0.75 0.69 0.48
HSL 355.2º 0.6% 0.33% -
HSV(B) 355.2º 0.75% 0.52% -
XYZ 10.62 6.23 2.74 -
YUV 63.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 133 33 41 0 0.75 0.69 0.48 355.2 0.6 0.33
Hex 85 21 29 0 4B 45 30 163 3C 21
Octal 205 41 51 0 113 105 60 543 74 41
Binary 10000101 100001 101001 0 1001011 1000101 110000 101100011 111100 100001

Color Harmonies of #852129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852129

Black with #852129

Text Example


Text Example

White with #852129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852129; }

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

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

background-color css

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

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

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

border-color css

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

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

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