Html Css Color HEX #8C152B Scarlett

📋 copy color: '#8C152B'

red 140 ◦ green 21 ◦ blue 43

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

Shades of Scarlett #8C152B

Tints of Scarlett #8C152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.29%

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

R = 68.63%
G = 10.29%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C152B (or 0x8C152B) is known color: Scarlett. HEX triplet: 8C, 15 and 2B. RGB value is (140,21,43). Sum of RGB (Red+Green+Blue) = 140+21+43=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 21 (8.59% from 255 or 10.29% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C152B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C152B is #73EAD4. Grayscale: #3B3B3B. Windows color (decimal): -7596757 or 2823564. OLE color: 2823564.

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

Color convert

RGB 140 21 43 -
CMYK 0 0.85 0.69 0.45
HSL 348.91º 0.74% 0.32% -
HSV(B) 348.91º 0.85% 0.55% -
XYZ 11.52 6.29 2.89 -
YUV 59.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 140 21 43 0 0.85 0.69 0.45 348.91 0.74 0.32
Hex 8C 15 2B 0 55 45 2D 15D 4A 20
Octal 214 25 53 0 125 105 55 535 112 40
Binary 10001100 10101 101011 0 1010101 1000101 101101 101011101 1001010 100000

Color Harmonies of #8C152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C152B

Black with #8C152B

Text Example


Text Example

White with #8C152B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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