Html Css Color HEX #8C1928 Flame Red

📋 copy color: '#8C1928'

red 140 ◦ green 25 ◦ blue 40

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

Shades of Flame Red #8C1928

Tints of Flame Red #8C1928

RGB

 RED value IS 140 (55.08% from 255) = 68.29%

 GREEN value IS 25 (10.16% from 255) = 12.2%

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

R = 68.29%
G = 12.2%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C1928 (or 0x8C1928) is known color: Flame Red. HEX triplet: 8C, 19 and 28. RGB value is (140,25,40). Sum of RGB (Red+Green+Blue) = 140+25+40=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1928 is #73E6D7. Grayscale: #3D3D3D. Windows color (decimal): -7595736 or 2627980. OLE color: 2627980.

HSL color Cylindrical-coordinate representation of color #8C1928: hue angle of 352.17º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C1928 is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 25 40 -
CMYK 0 0.82 0.71 0.45
HSL 352.17º 0.7% 0.32% -
HSV(B) 352.17º 0.82% 0.55% -
XYZ 11.55 6.42 2.64 -
YUV 61.1 116.1 184.28 -
System Red Green Blue C M Y K H S L
Decimal 140 25 40 0 0.82 0.71 0.45 352.17 0.7 0.32
Hex 8C 19 28 0 52 47 2D 160 46 20
Octal 214 31 50 0 122 107 55 540 106 40
Binary 10001100 11001 101000 0 1010010 1000111 101101 101100000 1000110 100000

Color Harmonies of #8C1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1928

Black with #8C1928

Text Example


Text Example

White with #8C1928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,25,40); }

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

background-color css

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

 a { background-color: rgb(140,25,40); }

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

border-color css

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

 span { border-color: rgb(140,25,40); }

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