Html Css Color HEX #8C252E Flame Red

📋 copy color: '#8C252E'

red 140 ◦ green 37 ◦ blue 46

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

Shades of Flame Red #8C252E

Tints of Flame Red #8C252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

 BLUE value IS 46 (18.36% from 255) = 20.63%

R = 62.78%
G = 16.59%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C252E (or 0x8C252E) is known color: Flame Red. HEX triplet: 8C, 25 and 2E. RGB value is (140,37,46). Sum of RGB (Red+Green+Blue) = 140+37+46=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C252E is #73DAD1. Grayscale: #444444. Windows color (decimal): -7592658 or 3024268. OLE color: 3024268.

HSL color Cylindrical-coordinate representation of color #8C252E: hue angle of 354.76º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8C252E is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 37 46 -
CMYK 0 0.74 0.67 0.45
HSL 354.76º 0.58% 0.35% -
HSV(B) 354.76º 0.74% 0.55% -
XYZ 11.97 7.1 3.32 -
YUV 68.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 140 37 46 0 0.74 0.67 0.45 354.76 0.58 0.35
Hex 8C 25 2E 0 4A 43 2D 163 3A 23
Octal 214 45 56 0 112 103 55 543 72 43
Binary 10001100 100101 101110 0 1001010 1000011 101101 101100011 111010 100011

Color Harmonies of #8C252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C252E

Black with #8C252E

Text Example


Text Example

White with #8C252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,37,46); }

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

background-color css

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

 a { background-color: rgb(140,37,46); }

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

border-color css

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

 span { border-color: rgb(140,37,46); }

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