Html Css Color HEX #D53126 Persian Red

📋 copy color: '#D53126'

red 213 ◦ green 49 ◦ blue 38

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

Shades of Persian Red #D53126

Tints of Persian Red #D53126

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 value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D53126 (or 0xD53126) is known color: 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

RGB 213 49 38 -
CMYK 0 0.77 0.82 0.16
HSL 3.77º 0.7% 0.49% -
HSV(B) 3.77º 0.82% 0.84% -
XYZ 28.89 16.48 3.49 -
YUV 96.78 94.83 210.89 -
System Red Green Blue C M Y K H S L
Decimal 213 49 38 0 0.77 0.82 0.16 3.77 0.7 0.49
Hex D5 31 26 0 4D 52 10 4 46 31
Octal 325 61 46 0 115 122 20 4 106 61
Binary 11010101 110001 100110 0 1001101 1010010 10000 100 1000110 110001

Color Harmonies of #D53126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53126

Black with #D53126

Text Example


Text Example

White with #D53126

Text Example


Text Example

HTML Codes & Css Web 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>