Html Css Color HEX #7C2530 Scarlett

📋 copy color: '#7C2530'

red 124 ◦ green 37 ◦ blue 48

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

Shades of Scarlett #7C2530

Tints of Scarlett #7C2530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 22.97%

R = 59.33%
G = 17.7%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.51

RGB Variations

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

Color information

#7C2530 (or 0x7C2530) is known color: Scarlett. HEX triplet: 7C, 25 and 30. RGB value is (124,37,48). Sum of RGB (Red+Green+Blue) = 124+37+48=209 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.33% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2530 is #83DACF. Grayscale: #404040. Windows color (decimal): -8641232 or 3155324. OLE color: 3155324.

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

Color convert

RGB 124 37 48 -
CMYK 0 0.70 0.61 0.51
HSL 352.41º 0.54% 0.32% -
HSV(B) 352.41º 0.7% 0.49% -
XYZ 9.51 5.82 3.42 -
YUV 64.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 124 37 48 0 0.70 0.61 0.51 352.41 0.54 0.32
Hex 7C 25 30 0 46 3D 33 160 36 20
Octal 174 45 60 0 106 75 63 540 66 40
Binary 1111100 100101 110000 0 1000110 111101 110011 101100000 110110 100000

Color Harmonies of #7C2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2530

Black with #7C2530

Text Example


Text Example

White with #7C2530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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