Html Css Color HEX #7C252D Scarlett

📋 copy color: '#7C252D'

red 124 ◦ green 37 ◦ blue 45

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

Shades of Scarlett #7C252D

Tints of Scarlett #7C252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.96%

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

R = 60.19%
G = 17.96%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7C252D (or 0x7C252D) is known color: Scarlett. HEX triplet: 7C, 25 and 2D. RGB value is (124,37,45). Sum of RGB (Red+Green+Blue) = 124+37+45=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C252D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C252D is #83DAD2. Grayscale: #3F3F3F. Windows color (decimal): -8641235 or 2958716. OLE color: 2958716.

HSL color Cylindrical-coordinate representation of color #7C252D: hue angle of 354.48º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7C252D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 37 45 -
CMYK 0 0.70 0.64 0.51
HSL 354.48º 0.54% 0.32% -
HSV(B) 354.48º 0.7% 0.49% -
XYZ 9.45 5.8 3.1 -
YUV 63.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 124 37 45 0 0.70 0.64 0.51 354.48 0.54 0.32
Hex 7C 25 2D 0 46 40 33 162 36 20
Octal 174 45 55 0 106 100 63 542 66 40
Binary 1111100 100101 101101 0 1000110 1000000 110011 101100010 110110 100000

Color Harmonies of #7C252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C252D

Black with #7C252D

Text Example


Text Example

White with #7C252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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