Html Css Color HEX #7C212A Scarlett

📋 copy color: '#7C212A'

red 124 ◦ green 33 ◦ blue 42

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

Shades of Scarlett #7C212A

Tints of Scarlett #7C212A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.11%

R = 62.31%
G = 16.58%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7C212A (or 0x7C212A) is known color: Scarlett. HEX triplet: 7C, 21 and 2A. RGB value is (124,33,42). Sum of RGB (Red+Green+Blue) = 124+33+42=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C212A is #83DED5. Grayscale: #3D3D3D. Windows color (decimal): -8642262 or 2761084. OLE color: 2761084.

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

Color convert

RGB 124 33 42 -
CMYK 0 0.73 0.66 0.51
HSL 354.07º 0.58% 0.31% -
HSV(B) 354.07º 0.73% 0.49% -
XYZ 9.27 5.54 2.77 -
YUV 61.24 117.15 172.77 -
System Red Green Blue C M Y K H S L
Decimal 124 33 42 0 0.73 0.66 0.51 354.07 0.58 0.31
Hex 7C 21 2A 0 49 42 33 162 3A 1F
Octal 174 41 52 0 111 102 63 542 72 37
Binary 1111100 100001 101010 0 1001001 1000010 110011 101100010 111010 11111

Color Harmonies of #7C212A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C212A

Black with #7C212A

Text Example


Text Example

White with #7C212A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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