Html Css Color HEX #7C2325 Scarlett

📋 copy color: '#7C2325'

red 124 ◦ green 35 ◦ blue 37

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

Shades of Scarlett #7C2325

Tints of Scarlett #7C2325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.86%

 BLUE value IS 37 (14.84% from 255) = 18.88%

R = 63.27%
G = 17.86%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7C2325 (or 0x7C2325) is known color: Scarlett. HEX triplet: 7C, 23 and 25. RGB value is (124,35,37). Sum of RGB (Red+Green+Blue) = 124+35+37=196 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.27% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2325 is #83DCDA. Grayscale: #3D3D3D. Windows color (decimal): -8641755 or 2433916. OLE color: 2433916.

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

Color convert

RGB 124 35 37 -
CMYK 0 0.72 0.70 0.51
HSL 358.65º 0.56% 0.31% -
HSV(B) 358.65º 0.72% 0.49% -
XYZ 9.25 5.62 2.35 -
YUV 61.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 124 35 37 0 0.72 0.70 0.51 358.65 0.56 0.31
Hex 7C 23 25 0 48 46 33 167 38 1F
Octal 174 43 45 0 110 106 63 547 70 37
Binary 1111100 100011 100101 0 1001000 1000110 110011 101100111 111000 11111

Color Harmonies of #7C2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2325

Black with #7C2325

Text Example


Text Example

White with #7C2325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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