Html Css Color HEX #7D1C2D Scarlett

📋 copy color: '#7D1C2D'

red 125 ◦ green 28 ◦ blue 45

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

Shades of Scarlett #7D1C2D

Tints of Scarlett #7D1C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.14%

 BLUE value IS 45 (17.97% from 255) = 22.73%

R = 63.13%
G = 14.14%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7D1C2D (or 0x7D1C2D) is known color: Scarlett. HEX triplet: 7D, 1C and 2D. RGB value is (125,28,45). Sum of RGB (Red+Green+Blue) = 125+28+45=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 28 (11.33% from 255 or 14.14% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1C2D is #82E3D2. Grayscale: #3A3A3A. Windows color (decimal): -8578003 or 2956413. OLE color: 2956413.

HSL color Cylindrical-coordinate representation of color #7D1C2D: hue angle of 349.48º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7D1C2D is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 28 45 -
CMYK 0 0.78 0.64 0.51
HSL 349.48º 0.63% 0.3% -
HSV(B) 349.48º 0.78% 0.49% -
XYZ 9.35 5.38 3.03 -
YUV 58.94 120.14 175.12 -
System Red Green Blue C M Y K H S L
Decimal 125 28 45 0 0.78 0.64 0.51 349.48 0.63 0.3
Hex 7D 1C 2D 0 4E 40 33 15D 3F 1E
Octal 175 34 55 0 116 100 63 535 77 36
Binary 1111101 11100 101101 0 1001110 1000000 110011 101011101 111111 11110

Color Harmonies of #7D1C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1C2D

Black with #7D1C2D

Text Example


Text Example

White with #7D1C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,28,45); }

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

background-color css

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

 a { background-color: rgb(125,28,45); }

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

border-color css

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

 span { border-color: rgb(125,28,45); }

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