Html Css Color HEX #7D1B28 Scarlett

📋 copy color: '#7D1B28'

red 125 ◦ green 27 ◦ blue 40

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

Shades of Scarlett #7D1B28

Tints of Scarlett #7D1B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.06%

 BLUE value IS 40 (16.02% from 255) = 20.83%

R = 65.1%
G = 14.06%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D1B28 (or 0x7D1B28) is known color: Scarlett. HEX triplet: 7D, 1B and 28. RGB value is (125,27,40). Sum of RGB (Red+Green+Blue) = 125+27+40=192 (25% of max value = 765). Red value is 125 (49.22% from 255 or 65.10% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1B28 is #82E4D7. Grayscale: #393939. Windows color (decimal): -8578264 or 2628477. OLE color: 2628477.

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

Color convert

RGB 125 27 40 -
CMYK 0 0.78 0.68 0.51
HSL 352.04º 0.64% 0.3% -
HSV(B) 352.04º 0.78% 0.49% -
XYZ 9.23 5.3 2.54 -
YUV 57.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 125 27 40 0 0.78 0.68 0.51 352.04 0.64 0.3
Hex 7D 1B 28 0 4E 44 33 160 40 1E
Octal 175 33 50 0 116 104 63 540 100 36
Binary 1111101 11011 101000 0 1001110 1000100 110011 101100000 1000000 11110

Color Harmonies of #7D1B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1B28

Black with #7D1B28

Text Example


Text Example

White with #7D1B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,27,40); }

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

background-color css

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

 a { background-color: rgb(125,27,40); }

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

border-color css

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

 span { border-color: rgb(125,27,40); }

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