Html Css Color HEX #88142C Scarlett

📋 copy color: '#88142C'

red 136 ◦ green 20 ◦ blue 44

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

Shades of Scarlett #88142C

Tints of Scarlett #88142C

RGB

 RED value IS 136 (53.52% from 255) = 68%

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

 BLUE value IS 44 (17.58% from 255) = 22%

R = 68%
G = 10%
B = 22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.47

RGB Variations

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

Color information

#88142C (or 0x88142C) is known color: Scarlett. HEX triplet: 88, 14 and 2C. RGB value is (136,20,44). Sum of RGB (Red+Green+Blue) = 136+20+44=200 (26% of max value = 765). Red value is 136 (53.52% from 255 or 68% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 136 - color contains mainly: red. Hex color #88142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88142C is #77EBD3. Grayscale: #393939. Windows color (decimal): -7859156 or 2888840. OLE color: 2888840.

HSL color Cylindrical-coordinate representation of color #88142C: hue angle of 347.59º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88142C is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 44 -
CMYK 0 0.85 0.68 0.47
HSL 347.59º 0.74% 0.31% -
HSV(B) 347.59º 0.85% 0.53% -
XYZ 10.86 5.92 2.95 -
YUV 57.42 120.43 184.05 -
System Red Green Blue C M Y K H S L
Decimal 136 20 44 0 0.85 0.68 0.47 347.59 0.74 0.31
Hex 88 14 2C 0 55 44 2F 15C 4A 1F
Octal 210 24 54 0 125 104 57 534 112 37
Binary 10001000 10100 101100 0 1010101 1000100 101111 101011100 1001010 11111

Color Harmonies of #88142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88142C

Black with #88142C

Text Example


Text Example

White with #88142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88142C; }

 p { color: rgb(136,20,44); }

 H1.HeaderClassName
 {
   color: #88142C;
 }
 .AnyTagClassName
 {
   color: #88142C;
 }
</style>

background-color css

<style>
 a { background-color: #88142C; }

 a { background-color: rgb(136,20,44); }

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

border-color css

<style>
 span { border-color: #88142C; }

 span { border-color: rgb(136,20,44); }

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