Html Css Color HEX #8C2B2D Flame Red

📋 copy color: '#8C2B2D'

red 140 ◦ green 43 ◦ blue 45

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

Shades of Flame Red #8C2B2D

Tints of Flame Red #8C2B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.86%

 BLUE value IS 45 (17.97% from 255) = 19.74%

R = 61.4%
G = 18.86%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C2B2D (or 0x8C2B2D) is known color: Flame Red. HEX triplet: 8C, 2B and 2D. RGB value is (140,43,45). Sum of RGB (Red+Green+Blue) = 140+43+45=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2B2D is #73D4D2. Grayscale: #484848. Windows color (decimal): -7591123 or 2960268. OLE color: 2960268.

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

Color convert

RGB 140 43 45 -
CMYK 0 0.69 0.68 0.45
HSL 358.76º 0.53% 0.36% -
HSV(B) 358.76º 0.69% 0.55% -
XYZ 12.15 7.49 3.29 -
YUV 72.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 140 43 45 0 0.69 0.68 0.45 358.76 0.53 0.36
Hex 8C 2B 2D 0 45 44 2D 167 35 24
Octal 214 53 55 0 105 104 55 547 65 44
Binary 10001100 101011 101101 0 1000101 1000100 101101 101100111 110101 100100

Color Harmonies of #8C2B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2B2D

Black with #8C2B2D

Text Example


Text Example

White with #8C2B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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