Html Css Color HEX #7C242F Scarlett

📋 copy color: '#7C242F'

red 124 ◦ green 36 ◦ blue 47

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

Shades of Scarlett #7C242F

Tints of Scarlett #7C242F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.71%

R = 59.9%
G = 17.39%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7C242F (or 0x7C242F) is known color: Scarlett. HEX triplet: 7C, 24 and 2F. RGB value is (124,36,47). Sum of RGB (Red+Green+Blue) = 124+36+47=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C242F is #83DBD0. Grayscale: #3F3F3F. Windows color (decimal): -8641489 or 3089532. OLE color: 3089532.

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

Color convert

RGB 124 36 47 -
CMYK 0 0.71 0.62 0.51
HSL 352.5º 0.55% 0.31% -
HSV(B) 352.5º 0.71% 0.49% -
XYZ 9.46 5.75 3.3 -
YUV 63.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 124 36 47 0 0.71 0.62 0.51 352.5 0.55 0.31
Hex 7C 24 2F 0 47 3E 33 160 37 1F
Octal 174 44 57 0 107 76 63 540 67 37
Binary 1111100 100100 101111 0 1000111 111110 110011 101100000 110111 11111

Color Harmonies of #7C242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C242F

Black with #7C242F

Text Example


Text Example

White with #7C242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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