Html Css Color HEX #7D1D24 Red Berry

📋 copy color: '#7D1D24'

red 125 ◦ green 29 ◦ blue 36

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

Shades of Red Berry #7D1D24

Tints of Red Berry #7D1D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.26%

 BLUE value IS 36 (14.45% from 255) = 18.95%

R = 65.79%
G = 15.26%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7D1D24 (or 0x7D1D24) is known color: Red Berry. HEX triplet: 7D, 1D and 24. RGB value is (125,29,36). Sum of RGB (Red+Green+Blue) = 125+29+36=190 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.79% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 36 (14.45% from 255 or 18.95% from 190); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1D24 is #82E2DB. Grayscale: #3A3A3A. Windows color (decimal): -8577756 or 2366845. OLE color: 2366845.

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

Color convert

RGB 125 29 36 -
CMYK 0 0.77 0.71 0.51
HSL 355.63º 0.62% 0.3% -
HSV(B) 355.63º 0.77% 0.49% -
XYZ 9.22 5.37 2.22 -
YUV 58.5 115.3 175.43 -
System Red Green Blue C M Y K H S L
Decimal 125 29 36 0 0.77 0.71 0.51 355.63 0.62 0.3
Hex 7D 1D 24 0 4D 47 33 164 3E 1E
Octal 175 35 44 0 115 107 63 544 76 36
Binary 1111101 11101 100100 0 1001101 1000111 110011 101100100 111110 11110

Color Harmonies of #7D1D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1D24

Black with #7D1D24

Text Example


Text Example

White with #7D1D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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