Html Css Color HEX #8C1A23 Flame Red

📋 copy color: '#8C1A23'

red 140 ◦ green 26 ◦ blue 35

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

Shades of Flame Red #8C1A23

Tints of Flame Red #8C1A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.94%

 BLUE value IS 35 (14.06% from 255) = 17.41%

R = 69.65%
G = 12.94%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C1A23 (or 0x8C1A23) is known color: Flame Red. HEX triplet: 8C, 1A and 23. RGB value is (140,26,35). Sum of RGB (Red+Green+Blue) = 140+26+35=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 35 (14.06% from 255 or 17.41% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1A23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1A23 is #73E5DC. Grayscale: #3D3D3D. Windows color (decimal): -7595485 or 2300556. OLE color: 2300556.

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

Color convert

RGB 140 26 35 -
CMYK 0 0.81 0.75 0.45
HSL 355.26º 0.69% 0.33% -
HSV(B) 355.26º 0.81% 0.55% -
XYZ 11.49 6.44 2.23 -
YUV 61.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 140 26 35 0 0.81 0.75 0.45 355.26 0.69 0.33
Hex 8C 1A 23 0 51 4B 2D 163 45 21
Octal 214 32 43 0 121 113 55 543 105 41
Binary 10001100 11010 100011 0 1010001 1001011 101101 101100011 1000101 100001

Color Harmonies of #8C1A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1A23

Black with #8C1A23

Text Example


Text Example

White with #8C1A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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