Html Css Color HEX #8C2C34 Bright Red

📋 copy color: '#8C2C34'

red 140 ◦ green 44 ◦ blue 52

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

Shades of Bright Red #8C2C34

Tints of Bright Red #8C2C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.64%

 BLUE value IS 52 (20.7% from 255) = 22.03%

R = 59.32%
G = 18.64%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8C2C34 (or 0x8C2C34) is known color: Bright Red. HEX triplet: 8C, 2C and 34. RGB value is (140,44,52). Sum of RGB (Red+Green+Blue) = 140+44+52=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2C34 is #73D3CB. Grayscale: #494949. Windows color (decimal): -7590860 or 3419276. OLE color: 3419276.

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

Color convert

RGB 140 44 52 -
CMYK 0 0.69 0.63 0.45
HSL 355º 0.52% 0.36% -
HSV(B) 355º 0.69% 0.55% -
XYZ 12.34 7.62 4.07 -
YUV 73.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 140 44 52 0 0.69 0.63 0.45 355 0.52 0.36
Hex 8C 2C 34 0 45 3F 2D 163 34 24
Octal 214 54 64 0 105 77 55 543 64 44
Binary 10001100 101100 110100 0 1000101 111111 101101 101100011 110100 100100

Color Harmonies of #8C2C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2C34

Black with #8C2C34

Text Example


Text Example

White with #8C2C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,44,52); }

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

background-color css

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

 a { background-color: rgb(140,44,52); }

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

border-color css

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

 span { border-color: rgb(140,44,52); }

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