Html Css Color HEX #7D252B Scarlett

📋 copy color: '#7D252B'

red 125 ◦ green 37 ◦ blue 43

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

Shades of Scarlett #7D252B

Tints of Scarlett #7D252B

RGB

 RED value IS 125 (49.22% from 255) = 60.98%

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

 BLUE value IS 43 (17.19% from 255) = 20.98%

R = 60.98%
G = 18.05%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.51

RGB Variations

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

Color information

#7D252B (or 0x7D252B) is known color: Scarlett. HEX triplet: 7D, 25 and 2B. RGB value is (125,37,43). Sum of RGB (Red+Green+Blue) = 125+37+43=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D252B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D252B is #82DAD4. Grayscale: #404040. Windows color (decimal): -8575701 or 2827645. OLE color: 2827645.

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

Color convert

RGB 125 37 43 -
CMYK 0 0.70 0.66 0.51
HSL 355.91º 0.54% 0.32% -
HSV(B) 355.91º 0.7% 0.49% -
XYZ 9.56 5.86 2.91 -
YUV 64 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 125 37 43 0 0.70 0.66 0.51 355.91 0.54 0.32
Hex 7D 25 2B 0 46 42 33 164 36 20
Octal 175 45 53 0 106 102 63 544 66 40
Binary 1111101 100101 101011 0 1000110 1000010 110011 101100100 110110 100000

Color Harmonies of #7D252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D252B

Black with #7D252B

Text Example


Text Example

White with #7D252B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,37,43); }

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

background-color css

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

 a { background-color: rgb(125,37,43); }

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

border-color css

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

 span { border-color: rgb(125,37,43); }

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