Html Css Color HEX #D53128 Persian Red

📋 copy color: '#D53128'

red 213 ◦ green 49 ◦ blue 40

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

Shades of Persian Red #D53128

Tints of Persian Red #D53128

RGB

 RED value IS 213 (83.59% from 255) = 70.53%

 GREEN value IS 49 (19.53% from 255) = 16.23%

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

R = 70.53%
G = 16.23%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D53128 (or 0xD53128) is known color: Persian Red. HEX triplet: D5, 31 and 28. RGB value is (213,49,40). Sum of RGB (Red+Green+Blue) = 213+49+40=302 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.53% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 213 - color contains mainly: red. Hex color #D53128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53128 is #2ACED7. Grayscale: #616161. Windows color (decimal): -2805464 or 2634197. OLE color: 2634197.

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

Color convert

RGB 213 49 40 -
CMYK 0 0.77 0.81 0.16
HSL 3.12º 0.68% 0.5% -
HSV(B) 3.12º 0.81% 0.84% -
XYZ 28.92 16.5 3.67 -
YUV 97.01 95.83 210.73 -
System Red Green Blue C M Y K H S L
Decimal 213 49 40 0 0.77 0.81 0.16 3.12 0.68 0.5
Hex D5 31 28 0 4D 51 10 3 44 32
Octal 325 61 50 0 115 121 20 3 104 62
Binary 11010101 110001 101000 0 1001101 1010001 10000 11 1000100 110010

Color Harmonies of #D53128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53128

Black with #D53128

Text Example


Text Example

White with #D53128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53128; }

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

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

background-color css

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

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

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

border-color css

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

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

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