Html Css Color HEX #85262A Flame Red

📋 copy color: '#85262A'

red 133 ◦ green 38 ◦ blue 42

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

Shades of Flame Red #85262A

Tints of Flame Red #85262A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.84%

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

R = 62.44%
G = 17.84%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#85262A (or 0x85262A) is known color: Flame Red. HEX triplet: 85, 26 and 2A. RGB value is (133,38,42). Sum of RGB (Red+Green+Blue) = 133+38+42=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #85262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85262A is #7AD9D5. Grayscale: #424242. Windows color (decimal): -8051158 or 2762373. OLE color: 2762373.

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

Color convert

RGB 133 38 42 -
CMYK 0 0.71 0.68 0.48
HSL 357.47º 0.56% 0.34% -
HSV(B) 357.47º 0.71% 0.52% -
XYZ 10.78 6.54 2.88 -
YUV 66.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 133 38 42 0 0.71 0.68 0.48 357.47 0.56 0.34
Hex 85 26 2A 0 47 44 30 165 38 22
Octal 205 46 52 0 107 104 60 545 70 42
Binary 10000101 100110 101010 0 1000111 1000100 110000 101100101 111000 100010

Color Harmonies of #85262A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85262A

Black with #85262A

Text Example


Text Example

White with #85262A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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