Html Css Color HEX #8C142D Scarlett

📋 copy color: '#8C142D'

red 140 ◦ green 20 ◦ blue 45

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

Shades of Scarlett #8C142D

Tints of Scarlett #8C142D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.95%

R = 68.29%
G = 9.76%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C142D (or 0x8C142D) is known color: Scarlett. HEX triplet: 8C, 14 and 2D. RGB value is (140,20,45). Sum of RGB (Red+Green+Blue) = 140+20+45=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C142D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C142D is #73EBD2. Grayscale: #3A3A3A. Windows color (decimal): -7597011 or 2954380. OLE color: 2954380.

HSL color Cylindrical-coordinate representation of color #8C142D: hue angle of 347.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 #8C142D is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 20 45 -
CMYK 0 0.86 0.68 0.45
HSL 347.5º 0.75% 0.31% -
HSV(B) 347.5º 0.86% 0.55% -
XYZ 11.54 6.27 3.08 -
YUV 58.73 120.26 185.97 -
System Red Green Blue C M Y K H S L
Decimal 140 20 45 0 0.86 0.68 0.45 347.5 0.75 0.31
Hex 8C 14 2D 0 56 44 2D 15C 4B 1F
Octal 214 24 55 0 126 104 55 534 113 37
Binary 10001100 10100 101101 0 1010110 1000100 101101 101011100 1001011 11111

Color Harmonies of #8C142D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C142D

Black with #8C142D

Text Example


Text Example

White with #8C142D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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