Html Css Color HEX #7D2428 Scarlett

📋 copy color: '#7D2428'

red 125 ◦ green 36 ◦ blue 40

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

Shades of Scarlett #7D2428

Tints of Scarlett #7D2428

RGB

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

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

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

R = 62.19%
G = 17.91%
B = 19.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#7D2428 (or 0x7D2428) is known color: Scarlett. HEX triplet: 7D, 24 and 28. RGB value is (125,36,40). Sum of RGB (Red+Green+Blue) = 125+36+40=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D2428 is #82DBD7. Grayscale: #3F3F3F. Windows color (decimal): -8575960 or 2630781. OLE color: 2630781.

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

Color convert

RGB 125 36 40 -
CMYK 0 0.71 0.68 0.51
HSL 357.3º 0.55% 0.32% -
HSV(B) 357.3º 0.71% 0.49% -
XYZ 9.47 5.77 2.62 -
YUV 63.07 114.99 172.17 -
System Red Green Blue C M Y K H S L
Decimal 125 36 40 0 0.71 0.68 0.51 357.3 0.55 0.32
Hex 7D 24 28 0 47 44 33 165 37 20
Octal 175 44 50 0 107 104 63 545 67 40
Binary 1111101 100100 101000 0 1000111 1000100 110011 101100101 110111 100000

Color Harmonies of #7D2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D2428

Black with #7D2428

Text Example


Text Example

White with #7D2428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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