Html Css Color HEX #7C252F Scarlett

📋 copy color: '#7C252F'

red 124 ◦ green 37 ◦ blue 47

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

Shades of Scarlett #7C252F

Tints of Scarlett #7C252F

RGB

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

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

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

R = 59.62%
G = 17.79%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.51

RGB Variations

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

Color information

#7C252F (or 0x7C252F) is known color: Scarlett. HEX triplet: 7C, 25 and 2F. RGB value is (124,37,47). Sum of RGB (Red+Green+Blue) = 124+37+47=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C252F is #83DAD0. Grayscale: #404040. Windows color (decimal): -8641233 or 3089788. OLE color: 3089788.

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

Color convert

RGB 124 37 47 -
CMYK 0 0.70 0.62 0.51
HSL 353.1º 0.54% 0.32% -
HSV(B) 353.1º 0.7% 0.49% -
XYZ 9.49 5.81 3.31 -
YUV 64.15 118.32 170.69 -
System Red Green Blue C M Y K H S L
Decimal 124 37 47 0 0.70 0.62 0.51 353.1 0.54 0.32
Hex 7C 25 2F 0 46 3E 33 161 36 20
Octal 174 45 57 0 106 76 63 541 66 40
Binary 1111100 100101 101111 0 1000110 111110 110011 101100001 110110 100000

Color Harmonies of #7C252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C252F

Black with #7C252F

Text Example


Text Example

White with #7C252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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