Html Css Color HEX #7D213A Scarlett

📋 copy color: '#7D213A'

red 125 ◦ green 33 ◦ blue 58

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

Shades of Scarlett #7D213A

Tints of Scarlett #7D213A

RGB

 RED value IS 125 (49.22% from 255) = 57.87%

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 58 (23.05% from 255) = 26.85%

R = 57.87%
G = 15.28%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7D213A (or 0x7D213A) is known color: Scarlett. HEX triplet: 7D, 21 and 3A. RGB value is (125,33,58). Sum of RGB (Red+Green+Blue) = 125+33+58=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D213A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D213A is #82DEC5. Grayscale: #3F3F3F. Windows color (decimal): -8576710 or 3809661. OLE color: 3809661.

HSL color Cylindrical-coordinate representation of color #7D213A: hue angle of 343.7º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D213A is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 33 58 -
CMYK 0 0.74 0.54 0.51
HSL 343.7º 0.58% 0.31% -
HSV(B) 343.7º 0.74% 0.49% -
XYZ 9.77 5.75 4.6 -
YUV 63.36 124.98 171.97 -
System Red Green Blue C M Y K H S L
Decimal 125 33 58 0 0.74 0.54 0.51 343.7 0.58 0.31
Hex 7D 21 3A 0 4A 36 33 158 3A 1F
Octal 175 41 72 0 112 66 63 530 72 37
Binary 1111101 100001 111010 0 1001010 110110 110011 101011000 111010 11111

Color Harmonies of #7D213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D213A

Black with #7D213A

Text Example


Text Example

White with #7D213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D213A; }

 p { color: rgb(125,33,58); }

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

background-color css

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

 a { background-color: rgb(125,33,58); }

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

border-color css

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

 span { border-color: rgb(125,33,58); }

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