Html Css Color HEX #7C2229 Scarlett

📋 copy color: '#7C2229'

red 124 ◦ green 34 ◦ blue 41

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

Shades of Scarlett #7C2229

Tints of Scarlett #7C2229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20.6%

R = 62.31%
G = 17.09%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.51

RGB Variations

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

Color information

#7C2229 (or 0x7C2229) is known color: Scarlett. HEX triplet: 7C, 22 and 29. RGB value is (124,34,41). Sum of RGB (Red+Green+Blue) = 124+34+41=199 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.31% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2229 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2229 is #83DDD6. Grayscale: #3D3D3D. Windows color (decimal): -8642007 or 2695804. OLE color: 2695804.

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

Color convert

RGB 124 34 41 -
CMYK 0 0.73 0.67 0.51
HSL 355.33º 0.57% 0.31% -
HSV(B) 355.33º 0.73% 0.49% -
XYZ 9.28 5.59 2.69 -
YUV 61.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 124 34 41 0 0.73 0.67 0.51 355.33 0.57 0.31
Hex 7C 22 29 0 49 43 33 163 39 1F
Octal 174 42 51 0 111 103 63 543 71 37
Binary 1111100 100010 101001 0 1001001 1000011 110011 101100011 111001 11111

Color Harmonies of #7C2229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2229

Black with #7C2229

Text Example


Text Example

White with #7C2229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,34,41); }

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

background-color css

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

 a { background-color: rgb(124,34,41); }

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

border-color css

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

 span { border-color: rgb(124,34,41); }

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