Html Css Color HEX #D53428 Persian Red

📋 copy color: '#D53428'

red 213 ◦ green 52 ◦ blue 40

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

Shades of Persian Red #D53428

Tints of Persian Red #D53428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.05%

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

R = 69.84%
G = 17.05%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D53428 (or 0xD53428) is known color: Persian Red. HEX triplet: D5, 34 and 28. RGB value is (213,52,40). Sum of RGB (Red+Green+Blue) = 213+52+40=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D53428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53428 is #2ACBD7. Grayscale: #626262. Windows color (decimal): -2804696 or 2634965. OLE color: 2634965.

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

Color convert

RGB 213 52 40 -
CMYK 0 0.76 0.81 0.16
HSL 4.16º 0.68% 0.5% -
HSV(B) 4.16º 0.81% 0.84% -
XYZ 29.05 16.76 3.71 -
YUV 98.77 94.84 209.48 -
System Red Green Blue C M Y K H S L
Decimal 213 52 40 0 0.76 0.81 0.16 4.16 0.68 0.5
Hex D5 34 28 0 4C 51 10 4 44 32
Octal 325 64 50 0 114 121 20 4 104 62
Binary 11010101 110100 101000 0 1001100 1010001 10000 100 1000100 110010

Color Harmonies of #D53428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53428

Black with #D53428

Text Example


Text Example

White with #D53428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53428; }

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

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

background-color css

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

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

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

border-color css

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

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

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