Html Css Color HEX #D53328 Persian Red

📋 copy color: '#D53328'

red 213 ◦ green 51 ◦ blue 40

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

Shades of Persian Red #D53328

Tints of Persian Red #D53328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.78%

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

R = 70.07%
G = 16.78%
B = 13.16%

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

#D53328 (or 0xD53328) is known color: Persian Red. HEX triplet: D5, 33 and 28. RGB value is (213,51,40). Sum of RGB (Red+Green+Blue) = 213+51+40=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D53328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53328 is #2ACCD7. Grayscale: #626262. Windows color (decimal): -2804952 or 2634709. OLE color: 2634709.

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

Color convert

RGB 213 51 40 -
CMYK 0 0.76 0.81 0.16
HSL 3.82º 0.68% 0.5% -
HSV(B) 3.82º 0.81% 0.84% -
XYZ 29.01 16.67 3.7 -
YUV 98.18 95.17 209.89 -
System Red Green Blue C M Y K H S L
Decimal 213 51 40 0 0.76 0.81 0.16 3.82 0.68 0.5
Hex D5 33 28 0 4C 51 10 4 44 32
Octal 325 63 50 0 114 121 20 4 104 62
Binary 11010101 110011 101000 0 1001100 1010001 10000 100 1000100 110010

Color Harmonies of #D53328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53328

Black with #D53328

Text Example


Text Example

White with #D53328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53328; }

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

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

background-color css

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

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

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

border-color css

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

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

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