Html Css Color HEX #862528 Flame Red

📋 copy color: '#862528'

red 134 ◦ green 37 ◦ blue 40

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

Shades of Flame Red #862528

Tints of Flame Red #862528

RGB

 RED value IS 134 (52.73% from 255) = 63.51%

 GREEN value IS 37 (14.84% from 255) = 17.54%

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

R = 63.51%
G = 17.54%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#862528 (or 0x862528) is known color: Flame Red. HEX triplet: 86, 25 and 28. RGB value is (134,37,40). Sum of RGB (Red+Green+Blue) = 134+37+40=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #862528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862528 is #79DAD7. Grayscale: #424242. Windows color (decimal): -7985880 or 2631046. OLE color: 2631046.

HSL color Cylindrical-coordinate representation of color #862528: hue angle of 358.14º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862528 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 40 -
CMYK 0 0.72 0.70 0.47
HSL 358.14º 0.57% 0.34% -
HSV(B) 358.14º 0.72% 0.53% -
XYZ 10.88 6.54 2.7 -
YUV 66.35 113.14 176.26 -
System Red Green Blue C M Y K H S L
Decimal 134 37 40 0 0.72 0.70 0.47 358.14 0.57 0.34
Hex 86 25 28 0 48 46 2F 166 39 22
Octal 206 45 50 0 110 106 57 546 71 42
Binary 10000110 100101 101000 0 1001000 1000110 101111 101100110 111001 100010

Color Harmonies of #862528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862528

Black with #862528

Text Example


Text Example

White with #862528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862528; }

 p { color: rgb(134,37,40); }

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

background-color css

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

 a { background-color: rgb(134,37,40); }

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

border-color css

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

 span { border-color: rgb(134,37,40); }

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