Html Css Color HEX #8C232A Flame Red

📋 copy color: '#8C232A'

red 140 ◦ green 35 ◦ blue 42

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

Shades of Flame Red #8C232A

Tints of Flame Red #8C232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.35%

R = 64.52%
G = 16.13%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C232A (or 0x8C232A) is known color: Flame Red. HEX triplet: 8C, 23 and 2A. RGB value is (140,35,42). Sum of RGB (Red+Green+Blue) = 140+35+42=217 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.52% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 140 - color contains mainly: red. Hex color #8C232A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C232A is #73DCD5. Grayscale: #434343. Windows color (decimal): -7593174 or 2761612. OLE color: 2761612.

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

Color convert

RGB 140 35 42 -
CMYK 0 0.75 0.7 0.45
HSL 356º 0.6% 0.34% -
HSV(B) 356º 0.75% 0.55% -
XYZ 11.83 6.94 2.91 -
YUV 67.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 140 35 42 0 0.75 0.7 0.45 356 0.6 0.34
Hex 8C 23 2A 0 4B 46 2D 164 3C 22
Octal 214 43 52 0 113 106 55 544 74 42
Binary 10001100 100011 101010 0 1001011 1000110 101101 101100100 111100 100010

Color Harmonies of #8C232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C232A

Black with #8C232A

Text Example


Text Example

White with #8C232A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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