Html Css Color HEX #7D242F Scarlett

📋 copy color: '#7D242F'

red 125 ◦ green 36 ◦ blue 47

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

Shades of Scarlett #7D242F

Tints of Scarlett #7D242F

RGB

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

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

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

R = 60.1%
G = 17.31%
B = 22.6%

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

#7D242F (or 0x7D242F) is known color: Scarlett. HEX triplet: 7D, 24 and 2F. RGB value is (125,36,47). Sum of RGB (Red+Green+Blue) = 125+36+47=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D242F is #82DBD0. Grayscale: #3F3F3F. Windows color (decimal): -8575953 or 3089533. OLE color: 3089533.

HSL color Cylindrical-coordinate representation of color #7D242F: hue angle of 352.58º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D242F is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 36 47 -
CMYK 0 0.71 0.62 0.51
HSL 352.58º 0.55% 0.32% -
HSV(B) 352.58º 0.71% 0.49% -
XYZ 9.6 5.83 3.31 -
YUV 63.87 118.49 171.61 -
System Red Green Blue C M Y K H S L
Decimal 125 36 47 0 0.71 0.62 0.51 352.58 0.55 0.32
Hex 7D 24 2F 0 47 3E 33 161 37 20
Octal 175 44 57 0 107 76 63 541 67 40
Binary 1111101 100100 101111 0 1000111 111110 110011 101100001 110111 100000

Color Harmonies of #7D242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D242F

Black with #7D242F

Text Example


Text Example

White with #7D242F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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