Html Css Color HEX #8C142B Scarlett

📋 copy color: '#8C142B'

red 140 ◦ green 20 ◦ blue 43

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

Shades of Scarlett #8C142B

Tints of Scarlett #8C142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 68.97%
G = 9.85%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C142B (or 0x8C142B) is known color: Scarlett. HEX triplet: 8C, 14 and 2B. RGB value is (140,20,43). Sum of RGB (Red+Green+Blue) = 140+20+43=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C142B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C142B is #73EBD4. Grayscale: #3A3A3A. Windows color (decimal): -7597013 or 2823308. OLE color: 2823308.

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

Color convert

RGB 140 20 43 -
CMYK 0 0.86 0.69 0.45
HSL 348.5º 0.75% 0.31% -
HSV(B) 348.5º 0.86% 0.55% -
XYZ 11.5 6.25 2.89 -
YUV 58.5 119.26 186.13 -
System Red Green Blue C M Y K H S L
Decimal 140 20 43 0 0.86 0.69 0.45 348.5 0.75 0.31
Hex 8C 14 2B 0 56 45 2D 15C 4B 1F
Octal 214 24 53 0 126 105 55 534 113 37
Binary 10001100 10100 101011 0 1010110 1000101 101101 101011100 1001011 11111

Color Harmonies of #8C142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C142B

Black with #8C142B

Text Example


Text Example

White with #8C142B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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