Html Css Color HEX #8C152A Flame Red

📋 copy color: '#8C152A'

red 140 ◦ green 21 ◦ blue 42

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

Shades of Flame Red #8C152A

Tints of Flame Red #8C152A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.34%

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

R = 68.97%
G = 10.34%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C152A (or 0x8C152A) is known color: Flame Red. HEX triplet: 8C, 15 and 2A. RGB value is (140,21,42). Sum of RGB (Red+Green+Blue) = 140+21+42=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C152A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C152A is #73EAD5. Grayscale: #3B3B3B. Windows color (decimal): -7596758 or 2758028. OLE color: 2758028.

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

Color convert

RGB 140 21 42 -
CMYK 0 0.85 0.7 0.45
HSL 349.41º 0.74% 0.32% -
HSV(B) 349.41º 0.85% 0.55% -
XYZ 11.5 6.28 2.8 -
YUV 58.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 140 21 42 0 0.85 0.7 0.45 349.41 0.74 0.32
Hex 8C 15 2A 0 55 46 2D 15D 4A 20
Octal 214 25 52 0 125 106 55 535 112 40
Binary 10001100 10101 101010 0 1010101 1000110 101101 101011101 1001010 100000

Color Harmonies of #8C152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C152A

Black with #8C152A

Text Example


Text Example

White with #8C152A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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