Html Css Color HEX #8C232B Flame Red

📋 copy color: '#8C232B'

red 140 ◦ green 35 ◦ blue 43

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

Shades of Flame Red #8C232B

Tints of Flame Red #8C232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

 BLUE value IS 43 (17.19% from 255) = 19.72%

R = 64.22%
G = 16.06%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C232B (or 0x8C232B) is known color: Flame Red. HEX triplet: 8C, 23 and 2B. RGB value is (140,35,43). Sum of RGB (Red+Green+Blue) = 140+35+43=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C232B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C232B is #73DCD4. Grayscale: #434343. Windows color (decimal): -7593173 or 2827148. OLE color: 2827148.

HSL color Cylindrical-coordinate representation of color #8C232B: hue angle of 355.43º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C232B is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 35 43 -
CMYK 0 0.75 0.69 0.45
HSL 355.43º 0.6% 0.34% -
HSV(B) 355.43º 0.75% 0.55% -
XYZ 11.85 6.95 3 -
YUV 67.31 114.29 179.85 -
System Red Green Blue C M Y K H S L
Decimal 140 35 43 0 0.75 0.69 0.45 355.43 0.6 0.34
Hex 8C 23 2B 0 4B 45 2D 163 3C 22
Octal 214 43 53 0 113 105 55 543 74 42
Binary 10001100 100011 101011 0 1001011 1000101 101101 101100011 111100 100010

Color Harmonies of #8C232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C232B

Black with #8C232B

Text Example


Text Example

White with #8C232B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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