Html Css Color HEX #85262B Flame Red

📋 copy color: '#85262B'

red 133 ◦ green 38 ◦ blue 43

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

Shades of Flame Red #85262B

Tints of Flame Red #85262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.09%

R = 62.15%
G = 17.76%
B = 20.09%

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

#85262B (or 0x85262B) is known color: Flame Red. HEX triplet: 85, 26 and 2B. RGB value is (133,38,43). Sum of RGB (Red+Green+Blue) = 133+38+43=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85262B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85262B is #7AD9D4. Grayscale: #434343. Windows color (decimal): -8051157 or 2827909. OLE color: 2827909.

HSL color Cylindrical-coordinate representation of color #85262B: hue angle of 356.84º 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 #85262B is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 43 -
CMYK 0 0.71 0.68 0.48
HSL 356.84º 0.56% 0.34% -
HSV(B) 356.84º 0.71% 0.52% -
XYZ 10.8 6.55 2.98 -
YUV 66.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 133 38 43 0 0.71 0.68 0.48 356.84 0.56 0.34
Hex 85 26 2B 0 47 44 30 165 38 22
Octal 205 46 53 0 107 104 60 545 70 42
Binary 10000101 100110 101011 0 1000111 1000100 110000 101100101 111000 100010

Color Harmonies of #85262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85262B

Black with #85262B

Text Example


Text Example

White with #85262B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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