Html Css Color HEX #8C142A Scarlett

📋 copy color: '#8C142A'

red 140 ◦ green 20 ◦ blue 42

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

Shades of Scarlett #8C142A

Tints of Scarlett #8C142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20.79%

R = 69.31%
G = 9.9%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.7

 K value IS 0.45

RGB Variations

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

Color information

#8C142A (or 0x8C142A) is known color: Scarlett. HEX triplet: 8C, 14 and 2A. RGB value is (140,20,42). Sum of RGB (Red+Green+Blue) = 140+20+42=202 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.31% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 140 - color contains mainly: red. Hex color #8C142A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C142A is #73EBD5. Grayscale: #3A3A3A. Windows color (decimal): -7597014 or 2757772. OLE color: 2757772.

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

Color convert

RGB 140 20 42 -
CMYK 0 0.86 0.7 0.45
HSL 349º 0.75% 0.31% -
HSV(B) 349º 0.86% 0.55% -
XYZ 11.48 6.24 2.79 -
YUV 58.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 140 20 42 0 0.86 0.7 0.45 349 0.75 0.31
Hex 8C 14 2A 0 56 46 2D 15D 4B 1F
Octal 214 24 52 0 126 106 55 535 113 37
Binary 10001100 10100 101010 0 1010110 1000110 101101 101011101 1001011 11111

Color Harmonies of #8C142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C142A

Black with #8C142A

Text Example


Text Example

White with #8C142A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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