Html Css Color HEX #7D222C Scarlett

📋 copy color: '#7D222C'

red 125 ◦ green 34 ◦ blue 44

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

Shades of Scarlett #7D222C

Tints of Scarlett #7D222C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

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

R = 61.58%
G = 16.75%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.51

RGB Variations

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

Color information

#7D222C (or 0x7D222C) is known color: Scarlett. HEX triplet: 7D, 22 and 2C. RGB value is (125,34,44). Sum of RGB (Red+Green+Blue) = 125+34+44=203 (26% of max value = 765). Red value is 125 (49.22% from 255 or 61.58% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 125 - color contains mainly: red. Hex color #7D222C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D222C is #82DDD3. Grayscale: #3E3E3E. Windows color (decimal): -8576468 or 2892413. OLE color: 2892413.

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

Color convert

RGB 125 34 44 -
CMYK 0 0.73 0.65 0.51
HSL 353.41º 0.57% 0.31% -
HSV(B) 353.41º 0.73% 0.49% -
XYZ 9.48 5.69 2.98 -
YUV 62.35 117.65 172.69 -
System Red Green Blue C M Y K H S L
Decimal 125 34 44 0 0.73 0.65 0.51 353.41 0.57 0.31
Hex 7D 22 2C 0 49 41 33 161 39 1F
Octal 175 42 54 0 111 101 63 541 71 37
Binary 1111101 100010 101100 0 1001001 1000001 110011 101100001 111001 11111

Color Harmonies of #7D222C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D222C

Black with #7D222C

Text Example


Text Example

White with #7D222C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,34,44); }

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

background-color css

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

 a { background-color: rgb(125,34,44); }

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

border-color css

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

 span { border-color: rgb(125,34,44); }

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