Html Css Color HEX #85242A Flame Red

📋 copy color: '#85242A'

red 133 ◦ green 36 ◦ blue 42

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

Shades of Flame Red #85242A

Tints of Flame Red #85242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 63.03%
G = 17.06%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85242A (or 0x85242A) is known color: Flame Red. HEX triplet: 85, 24 and 2A. RGB value is (133,36,42). Sum of RGB (Red+Green+Blue) = 133+36+42=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85242A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85242A is #7ADBD5. Grayscale: #414141. Windows color (decimal): -8051670 or 2761861. OLE color: 2761861.

HSL color Cylindrical-coordinate representation of color #85242A: hue angle of 356.29º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85242A is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 36 42 -
CMYK 0 0.73 0.68 0.48
HSL 356.29º 0.57% 0.33% -
HSV(B) 356.29º 0.73% 0.52% -
XYZ 10.72 6.42 2.86 -
YUV 65.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 133 36 42 0 0.73 0.68 0.48 356.29 0.57 0.33
Hex 85 24 2A 0 49 44 30 164 39 21
Octal 205 44 52 0 111 104 60 544 71 41
Binary 10000101 100100 101010 0 1001001 1000100 110000 101100100 111001 100001

Color Harmonies of #85242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85242A

Black with #85242A

Text Example


Text Example

White with #85242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85242A; }

 p { color: rgb(133,36,42); }

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

background-color css

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

 a { background-color: rgb(133,36,42); }

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

border-color css

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

 span { border-color: rgb(133,36,42); }

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