Html Css Color HEX #871826 Flame Red

📋 copy color: '#871826'

red 135 ◦ green 24 ◦ blue 38

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

Shades of Flame Red #871826

Tints of Flame Red #871826

RGB

 RED value IS 135 (53.13% from 255) = 68.53%

 GREEN value IS 24 (9.77% from 255) = 12.18%

 BLUE value IS 38 (15.23% from 255) = 19.29%

R = 68.53%
G = 12.18%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#871826 (or 0x871826) is known color: Flame Red. HEX triplet: 87, 18 and 26. RGB value is (135,24,38). Sum of RGB (Red+Green+Blue) = 135+24+38=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 38 (15.23% from 255 or 19.29% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #871826 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871826 is #78E7D9. Grayscale: #3A3A3A. Windows color (decimal): -7923674 or 2496647. OLE color: 2496647.

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

Color convert

RGB 135 24 38 -
CMYK 0 0.82 0.72 0.47
HSL 352.43º 0.7% 0.31% -
HSV(B) 352.43º 0.82% 0.53% -
XYZ 10.67 5.94 2.42 -
YUV 58.79 116.27 182.36 -
System Red Green Blue C M Y K H S L
Decimal 135 24 38 0 0.82 0.72 0.47 352.43 0.7 0.31
Hex 87 18 26 0 52 48 2F 160 46 1F
Octal 207 30 46 0 122 110 57 540 106 37
Binary 10000111 11000 100110 0 1010010 1001000 101111 101100000 1000110 11111

Color Harmonies of #871826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871826

Black with #871826

Text Example


Text Example

White with #871826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871826; }

 p { color: rgb(135,24,38); }

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

background-color css

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

 a { background-color: rgb(135,24,38); }

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

border-color css

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

 span { border-color: rgb(135,24,38); }

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