Html Css Color HEX #7C242D Scarlett

📋 copy color: '#7C242D'

red 124 ◦ green 36 ◦ blue 45

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

Shades of Scarlett #7C242D

Tints of Scarlett #7C242D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

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

R = 60.49%
G = 17.56%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.51

RGB Variations

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

Color information

#7C242D (or 0x7C242D) is known color: Scarlett. HEX triplet: 7C, 24 and 2D. RGB value is (124,36,45). Sum of RGB (Red+Green+Blue) = 124+36+45=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C242D is #83DBD2. Grayscale: #3F3F3F. Windows color (decimal): -8641491 or 2958460. OLE color: 2958460.

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

Color convert

RGB 124 36 45 -
CMYK 0 0.71 0.64 0.51
HSL 353.86º 0.55% 0.31% -
HSV(B) 353.86º 0.71% 0.49% -
XYZ 9.42 5.74 3.09 -
YUV 63.34 117.65 171.27 -
System Red Green Blue C M Y K H S L
Decimal 124 36 45 0 0.71 0.64 0.51 353.86 0.55 0.31
Hex 7C 24 2D 0 47 40 33 162 37 1F
Octal 174 44 55 0 107 100 63 542 67 37
Binary 1111100 100100 101101 0 1000111 1000000 110011 101100010 110111 11111

Color Harmonies of #7C242D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C242D

Black with #7C242D

Text Example


Text Example

White with #7C242D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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