Html Css Color HEX #8C1821 Flame Red

📋 copy color: '#8C1821'

red 140 ◦ green 24 ◦ blue 33

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

Shades of Flame Red #8C1821

Tints of Flame Red #8C1821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.75%

R = 71.07%
G = 12.18%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8C1821 (or 0x8C1821) is known color: Flame Red. HEX triplet: 8C, 18 and 21. RGB value is (140,24,33). Sum of RGB (Red+Green+Blue) = 140+24+33=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1821 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1821 is #73E7DE. Grayscale: #3B3B3B. Windows color (decimal): -7595999 or 2168972. OLE color: 2168972.

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

Color convert

RGB 140 24 33 -
CMYK 0 0.83 0.76 0.45
HSL 355.34º 0.71% 0.32% -
HSV(B) 355.34º 0.83% 0.55% -
XYZ 11.42 6.34 2.06 -
YUV 59.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 140 24 33 0 0.83 0.76 0.45 355.34 0.71 0.32
Hex 8C 18 21 0 53 4C 2D 163 47 20
Octal 214 30 41 0 123 114 55 543 107 40
Binary 10001100 11000 100001 0 1010011 1001100 101101 101100011 1000111 100000

Color Harmonies of #8C1821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1821

Black with #8C1821

Text Example


Text Example

White with #8C1821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,24,33); }

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

background-color css

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

 a { background-color: rgb(140,24,33); }

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

border-color css

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

 span { border-color: rgb(140,24,33); }

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