Html Css Color HEX #8C1728 Flame Red

📋 copy color: '#8C1728'

red 140 ◦ green 23 ◦ blue 40

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

Shades of Flame Red #8C1728

Tints of Flame Red #8C1728

RGB

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

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

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

R = 68.97%
G = 11.33%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C1728 (or 0x8C1728) is known color: Flame Red. HEX triplet: 8C, 17 and 28. RGB value is (140,23,40). Sum of RGB (Red+Green+Blue) = 140+23+40=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1728 is #73E8D7. Grayscale: #3B3B3B. Windows color (decimal): -7596248 or 2627468. OLE color: 2627468.

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

Color convert

RGB 140 23 40 -
CMYK 0 0.84 0.71 0.45
HSL 351.28º 0.72% 0.32% -
HSV(B) 351.28º 0.84% 0.55% -
XYZ 11.5 6.34 2.63 -
YUV 59.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 140 23 40 0 0.84 0.71 0.45 351.28 0.72 0.32
Hex 8C 17 28 0 54 47 2D 15F 48 20
Octal 214 27 50 0 124 107 55 537 110 40
Binary 10001100 10111 101000 0 1010100 1000111 101101 101011111 1001000 100000

Color Harmonies of #8C1728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1728

Black with #8C1728

Text Example


Text Example

White with #8C1728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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