Html Css Color HEX #7D1D28 Scarlett

📋 copy color: '#7D1D28'

red 125 ◦ green 29 ◦ blue 40

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

Shades of Scarlett #7D1D28

Tints of Scarlett #7D1D28

RGB

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

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

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

R = 64.43%
G = 14.95%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D1D28 (or 0x7D1D28) is known color: Scarlett. HEX triplet: 7D, 1D and 28. RGB value is (125,29,40). Sum of RGB (Red+Green+Blue) = 125+29+40=194 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.43% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D1D28 is #82E2D7. Grayscale: #3B3B3B. Windows color (decimal): -8577752 or 2628989. OLE color: 2628989.

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

Color convert

RGB 125 29 40 -
CMYK 0 0.77 0.68 0.51
HSL 353.13º 0.62% 0.3% -
HSV(B) 353.13º 0.77% 0.49% -
XYZ 9.28 5.39 2.56 -
YUV 58.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 125 29 40 0 0.77 0.68 0.51 353.13 0.62 0.3
Hex 7D 1D 28 0 4D 44 33 161 3E 1E
Octal 175 35 50 0 115 104 63 541 76 36
Binary 1111101 11101 101000 0 1001101 1000100 110011 101100001 111110 11110

Color Harmonies of #7D1D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1D28

Black with #7D1D28

Text Example


Text Example

White with #7D1D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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