Html Css Color HEX #852128 Flame Red

📋 copy color: '#852128'

red 133 ◦ green 33 ◦ blue 40

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

Shades of Flame Red #852128

Tints of Flame Red #852128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 19.42%

R = 64.56%
G = 16.02%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#852128 (or 0x852128) is known color: Flame Red. HEX triplet: 85, 21 and 28. RGB value is (133,33,40). Sum of RGB (Red+Green+Blue) = 133+33+40=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #852128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852128 is #7ADED7. Grayscale: #3F3F3F. Windows color (decimal): -8052440 or 2630021. OLE color: 2630021.

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

Color convert

RGB 133 33 40 -
CMYK 0 0.75 0.70 0.48
HSL 355.8º 0.6% 0.33% -
HSV(B) 355.8º 0.75% 0.52% -
XYZ 10.6 6.23 2.65 -
YUV 63.7 114.63 177.43 -
System Red Green Blue C M Y K H S L
Decimal 133 33 40 0 0.75 0.70 0.48 355.8 0.6 0.33
Hex 85 21 28 0 4B 46 30 164 3C 21
Octal 205 41 50 0 113 106 60 544 74 41
Binary 10000101 100001 101000 0 1001011 1000110 110000 101100100 111100 100001

Color Harmonies of #852128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852128

Black with #852128

Text Example


Text Example

White with #852128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852128; }

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

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

background-color css

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

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

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

border-color css

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

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

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