Html Css Color HEX #7C212D Scarlett

📋 copy color: '#7C212D'

red 124 ◦ green 33 ◦ blue 45

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

Shades of Scarlett #7C212D

Tints of Scarlett #7C212D

RGB

 RED value IS 124 (48.83% from 255) = 61.39%

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

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

R = 61.39%
G = 16.34%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7C212D (or 0x7C212D) is known color: Scarlett. HEX triplet: 7C, 21 and 2D. RGB value is (124,33,45). Sum of RGB (Red+Green+Blue) = 124+33+45=202 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.39% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 124 - color contains mainly: red. Hex color #7C212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C212D is #83DED2. Grayscale: #3D3D3D. Windows color (decimal): -8642259 or 2957692. OLE color: 2957692.

HSL color Cylindrical-coordinate representation of color #7C212D: hue angle of 352.09º degrees, saturation: 0.58, 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 #7C212D is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 33 45 -
CMYK 0 0.73 0.64 0.51
HSL 352.09º 0.58% 0.31% -
HSV(B) 352.09º 0.73% 0.49% -
XYZ 9.33 5.56 3.06 -
YUV 61.58 118.65 172.52 -
System Red Green Blue C M Y K H S L
Decimal 124 33 45 0 0.73 0.64 0.51 352.09 0.58 0.31
Hex 7C 21 2D 0 49 40 33 160 3A 1F
Octal 174 41 55 0 111 100 63 540 72 37
Binary 1111100 100001 101101 0 1001001 1000000 110011 101100000 111010 11111

Color Harmonies of #7C212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C212D

Black with #7C212D

Text Example


Text Example

White with #7C212D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,33,45); }

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

background-color css

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

 a { background-color: rgb(124,33,45); }

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

border-color css

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

 span { border-color: rgb(124,33,45); }

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