Html Css Color HEX #7D212F Scarlett

📋 copy color: '#7D212F'

red 125 ◦ green 33 ◦ blue 47

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

Shades of Scarlett #7D212F

Tints of Scarlett #7D212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.93%

R = 60.98%
G = 16.1%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7D212F (or 0x7D212F) is known color: Scarlett. HEX triplet: 7D, 21 and 2F. RGB value is (125,33,47). Sum of RGB (Red+Green+Blue) = 125+33+47=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D212F is #82DED0. Grayscale: #3E3E3E. Windows color (decimal): -8576721 or 3088765. OLE color: 3088765.

HSL color Cylindrical-coordinate representation of color #7D212F: hue angle of 350.87º 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 #7D212F is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 33 47 -
CMYK 0 0.74 0.62 0.51
HSL 350.87º 0.58% 0.31% -
HSV(B) 350.87º 0.74% 0.49% -
XYZ 9.51 5.65 3.28 -
YUV 62.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 125 33 47 0 0.74 0.62 0.51 350.87 0.58 0.31
Hex 7D 21 2F 0 4A 3E 33 15F 3A 1F
Octal 175 41 57 0 112 76 63 537 72 37
Binary 1111101 100001 101111 0 1001010 111110 110011 101011111 111010 11111

Color Harmonies of #7D212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D212F

Black with #7D212F

Text Example


Text Example

White with #7D212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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