Html Css Color HEX #D53728 Persian Red

📋 copy color: '#D53728'

red 213 ◦ green 55 ◦ blue 40

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

Shades of Persian Red #D53728

Tints of Persian Red #D53728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

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

R = 69.16%
G = 17.86%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D53728 (or 0xD53728) is known color: Persian Red. HEX triplet: D5, 37 and 28. RGB value is (213,55,40). Sum of RGB (Red+Green+Blue) = 213+55+40=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D53728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53728 is #2AC8D7. Grayscale: #646464. Windows color (decimal): -2803928 or 2635733. OLE color: 2635733.

HSL color Cylindrical-coordinate representation of color #D53728: hue angle of 5.2º 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 #D53728 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 55 40 -
CMYK 0 0.74 0.81 0.16
HSL 5.2º 0.68% 0.5% -
HSV(B) 5.2º 0.81% 0.84% -
XYZ 29.19 17.03 3.76 -
YUV 100.53 93.85 208.22 -
System Red Green Blue C M Y K H S L
Decimal 213 55 40 0 0.74 0.81 0.16 5.2 0.68 0.5
Hex D5 37 28 0 4A 51 10 5 44 32
Octal 325 67 50 0 112 121 20 5 104 62
Binary 11010101 110111 101000 0 1001010 1010001 10000 101 1000100 110010

Color Harmonies of #D53728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53728

Black with #D53728

Text Example


Text Example

White with #D53728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53728; }

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

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

background-color css

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

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

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

border-color css

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

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

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