#D53126

Color #D53126 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #D53126

Tints of Persian Red #D53126

Color information

#D53126 (or 0xD53126) is unknown color: approx Persian Red. HEX triplet: D5, 31 and 26. RGB value is (213,49,38). Sum of RGB (Red+Green+Blue) = 213+49+38=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 38 (15.23% from 255 or 12.67% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D53126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53126 is #2ACED9. Grayscale: #606060. Windows color (decimal): -2805466 or 2503125. OLE color: 2503125.

HSL color Cylindrical-coordinate representation of color #D53126: hue angle of 3.77º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D53126 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB2134938-
CMYK00.770.820.16
HSL3.77º69.72%49.22%-
HSV(B)3.77º82.16%83.53%-
XYZ28.8916.483.49-
YUV96.7894.83210.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 71%
GREEN value IS 49 (19.53% from 255) = 16.33%
BLUE value IS 38 (15.23% from 255) = 12.67%
R=71%
G=16.33%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213493800.770.820.163.7769.7249.22
HexD5312604D521044631
Octal3256146011512220410661
Binary11010101110001100110010011011010010100001001000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53126; }

 p { color: rgb(213,49,38); }

 H1.HeaderClassName
 {
   color: #D53126;
 }
 .AnyTagClassName
 {
   color: #D53126;
 }
</style>
background-color css

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

 a { background-color: rgb(213,49,38); }

 div.DivClassName
 {
   background-color: #D53126;
 }
 .BgClassName
 {
   background-color: #D53126;
 }
</style>
border-color css

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

 span { border-color: rgb(213,49,38); }

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