Html Css Color HEX #8C2930 Bright Red

📋 copy color: '#8C2930'

red 140 ◦ green 41 ◦ blue 48

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

Shades of Bright Red #8C2930

Tints of Bright Red #8C2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

 BLUE value IS 48 (19.14% from 255) = 20.96%

R = 61.14%
G = 17.9%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.45

RGB Variations

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

Color information

#8C2930 (or 0x8C2930) is known color: Bright Red. HEX triplet: 8C, 29 and 30. RGB value is (140,41,48). Sum of RGB (Red+Green+Blue) = 140+41+48=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2930 is #73D6CF. Grayscale: #474747. Windows color (decimal): -7591632 or 3156364. OLE color: 3156364.

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

Color convert

RGB 140 41 48 -
CMYK 0 0.71 0.66 0.45
HSL 355.76º 0.55% 0.35% -
HSV(B) 355.76º 0.71% 0.55% -
XYZ 12.14 7.37 3.58 -
YUV 71.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 140 41 48 0 0.71 0.66 0.45 355.76 0.55 0.35
Hex 8C 29 30 0 47 42 2D 164 37 23
Octal 214 51 60 0 107 102 55 544 67 43
Binary 10001100 101001 110000 0 1000111 1000010 101101 101100100 110111 100011

Color Harmonies of #8C2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2930

Black with #8C2930

Text Example


Text Example

White with #8C2930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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