Html Css Color HEX #8C1623 Flame Red

📋 copy color: '#8C1623'

red 140 ◦ green 22 ◦ blue 35

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

Shades of Flame Red #8C1623

Tints of Flame Red #8C1623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.17%

 BLUE value IS 35 (14.06% from 255) = 17.77%

R = 71.07%
G = 11.17%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C1623 (or 0x8C1623) is known color: Flame Red. HEX triplet: 8C, 16 and 23. RGB value is (140,22,35). Sum of RGB (Red+Green+Blue) = 140+22+35=197 (26% of max value = 765). Red value is 140 (55.08% from 255 or 71.07% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 35 (14.06% from 255 or 17.77% from 197); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1623 is #73E9DC. Grayscale: #3A3A3A. Windows color (decimal): -7596509 or 2299532. OLE color: 2299532.

HSL color Cylindrical-coordinate representation of color #8C1623: hue angle of 353.39º degrees, saturation: 0.73, 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 #8C1623 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 22 35 -
CMYK 0 0.84 0.75 0.45
HSL 353.39º 0.73% 0.32% -
HSV(B) 353.39º 0.84% 0.55% -
XYZ 11.41 6.27 2.2 -
YUV 58.76 114.59 185.94 -
System Red Green Blue C M Y K H S L
Decimal 140 22 35 0 0.84 0.75 0.45 353.39 0.73 0.32
Hex 8C 16 23 0 54 4B 2D 161 49 20
Octal 214 26 43 0 124 113 55 541 111 40
Binary 10001100 10110 100011 0 1010100 1001011 101101 101100001 1001001 100000

Color Harmonies of #8C1623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1623

Black with #8C1623

Text Example


Text Example

White with #8C1623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,22,35); }

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

background-color css

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

 a { background-color: rgb(140,22,35); }

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

border-color css

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

 span { border-color: rgb(140,22,35); }

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