Html Css Color HEX #8E1728 Flame Red

📋 copy color: '#8E1728'

red 142 ◦ green 23 ◦ blue 40

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

Shades of Flame Red #8E1728

Tints of Flame Red #8E1728

RGB

 RED value IS 142 (55.86% from 255) = 69.27%

 GREEN value IS 23 (9.38% from 255) = 11.22%

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

R = 69.27%
G = 11.22%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#8E1728 (or 0x8E1728) is known color: Flame Red. HEX triplet: 8E, 17 and 28. RGB value is (142,23,40). Sum of RGB (Red+Green+Blue) = 142+23+40=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1728 is #71E8D7. Grayscale: #3C3C3C. Windows color (decimal): -7465176 or 2627470. OLE color: 2627470.

HSL color Cylindrical-coordinate representation of color #8E1728: hue angle of 351.43º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E1728 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 23 40 -
CMYK 0 0.84 0.72 0.44
HSL 351.43º 0.72% 0.32% -
HSV(B) 351.43º 0.84% 0.56% -
XYZ 11.84 6.52 2.64 -
YUV 60.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 142 23 40 0 0.84 0.72 0.44 351.43 0.72 0.32
Hex 8E 17 28 0 54 48 2C 15F 48 20
Octal 216 27 50 0 124 110 54 537 110 40
Binary 10001110 10111 101000 0 1010100 1001000 101100 101011111 1001000 100000

Color Harmonies of #8E1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1728

Black with #8E1728

Text Example


Text Example

White with #8E1728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E1728; }

 p { color: rgb(142,23,40); }

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

background-color css

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

 a { background-color: rgb(142,23,40); }

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

border-color css

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

 span { border-color: rgb(142,23,40); }

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