Html Css Color HEX #881425 Scarlett

📋 copy color: '#881425'

red 136 ◦ green 20 ◦ blue 37

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

Shades of Scarlett #881425

Tints of Scarlett #881425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 19.17%

R = 70.47%
G = 10.36%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#881425 (or 0x881425) is known color: Scarlett. HEX triplet: 88, 14 and 25. RGB value is (136,20,37). Sum of RGB (Red+Green+Blue) = 136+20+37=193 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.47% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 37 (14.84% from 255 or 19.17% from 193); Max value from RGB is 136 - color contains mainly: red. Hex color #881425 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #881425 is #77EBDA. Grayscale: #383838. Windows color (decimal): -7859163 or 2430088. OLE color: 2430088.

HSL color Cylindrical-coordinate representation of color #881425: hue angle of 351.21º 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 #881425 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 37 -
CMYK 0 0.85 0.73 0.47
HSL 351.21º 0.74% 0.31% -
HSV(B) 351.21º 0.85% 0.53% -
XYZ 10.74 5.87 2.32 -
YUV 56.62 116.93 184.62 -
System Red Green Blue C M Y K H S L
Decimal 136 20 37 0 0.85 0.73 0.47 351.21 0.74 0.31
Hex 88 14 25 0 55 49 2F 15F 4A 1F
Octal 210 24 45 0 125 111 57 537 112 37
Binary 10001000 10100 100101 0 1010101 1001001 101111 101011111 1001010 11111

Color Harmonies of #881425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881425

Black with #881425

Text Example


Text Example

White with #881425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881425; }

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

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

background-color css

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

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

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

border-color css

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

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

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