Html Css Color HEX #8C1B29 Flame Red

📋 copy color: '#8C1B29'

red 140 ◦ green 27 ◦ blue 41

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

Shades of Flame Red #8C1B29

Tints of Flame Red #8C1B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.98%

 BLUE value IS 41 (16.41% from 255) = 19.71%

R = 67.31%
G = 12.98%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.71

 K value IS 0.45

RGB Variations

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

Color information

#8C1B29 (or 0x8C1B29) is known color: Flame Red. HEX triplet: 8C, 1B and 29. RGB value is (140,27,41). Sum of RGB (Red+Green+Blue) = 140+27+41=208 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.31% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1B29 is #73E4D6. Grayscale: #3E3E3E. Windows color (decimal): -7595223 or 2694028. OLE color: 2694028.

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

Color convert

RGB 140 27 41 -
CMYK 0 0.81 0.71 0.45
HSL 352.57º 0.68% 0.33% -
HSV(B) 352.57º 0.81% 0.55% -
XYZ 11.61 6.52 2.74 -
YUV 62.38 115.94 183.36 -
System Red Green Blue C M Y K H S L
Decimal 140 27 41 0 0.81 0.71 0.45 352.57 0.68 0.33
Hex 8C 1B 29 0 51 47 2D 161 44 21
Octal 214 33 51 0 121 107 55 541 104 41
Binary 10001100 11011 101001 0 1010001 1000111 101101 101100001 1000100 100001

Color Harmonies of #8C1B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1B29

Black with #8C1B29

Text Example


Text Example

White with #8C1B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,27,41); }

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

background-color css

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

 a { background-color: rgb(140,27,41); }

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

border-color css

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

 span { border-color: rgb(140,27,41); }

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