Html Css Color HEX #852125 Flame Red

📋 copy color: '#852125'

red 133 ◦ green 33 ◦ blue 37

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

Shades of Flame Red #852125

Tints of Flame Red #852125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 18.23%

R = 65.52%
G = 16.26%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#852125 (or 0x852125) is known color: Flame Red. HEX triplet: 85, 21 and 25. RGB value is (133,33,37). Sum of RGB (Red+Green+Blue) = 133+33+37=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #852125 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852125 is #7ADEDA. Grayscale: #3F3F3F. Windows color (decimal): -8052443 or 2433413. OLE color: 2433413.

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

Color convert

RGB 133 33 37 -
CMYK 0 0.75 0.72 0.48
HSL 357.6º 0.6% 0.33% -
HSV(B) 357.6º 0.75% 0.52% -
XYZ 10.55 6.21 2.39 -
YUV 63.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 133 33 37 0 0.75 0.72 0.48 357.6 0.6 0.33
Hex 85 21 25 0 4B 48 30 166 3C 21
Octal 205 41 45 0 113 110 60 546 74 41
Binary 10000101 100001 100101 0 1001011 1001000 110000 101100110 111100 100001

Color Harmonies of #852125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852125

Black with #852125

Text Example


Text Example

White with #852125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852125; }

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

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

background-color css

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

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

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

border-color css

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

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

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