Html Css Color HEX #D53329 Persian Red

📋 copy color: '#D53329'

red 213 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #D53329

Tints of Persian Red #D53329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.44%

R = 69.84%
G = 16.72%
B = 13.44%

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

#D53329 (or 0xD53329) is known color: Persian Red. HEX triplet: D5, 33 and 29. RGB value is (213,51,41). Sum of RGB (Red+Green+Blue) = 213+51+41=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D53329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53329 is #2ACCD6. Grayscale: #626262. Windows color (decimal): -2804951 or 2700245. OLE color: 2700245.

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

Color convert

RGB 213 51 41 -
CMYK 0 0.76 0.81 0.16
HSL 3.49º 0.68% 0.5% -
HSV(B) 3.49º 0.81% 0.84% -
XYZ 29.02 16.67 3.79 -
YUV 98.3 95.67 209.81 -
System Red Green Blue C M Y K H S L
Decimal 213 51 41 0 0.76 0.81 0.16 3.49 0.68 0.5
Hex D5 33 29 0 4C 51 10 3 44 32
Octal 325 63 51 0 114 121 20 3 104 62
Binary 11010101 110011 101001 0 1001100 1010001 10000 11 1000100 110010

Color Harmonies of #D53329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53329

Black with #D53329

Text Example


Text Example

White with #D53329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53329; }

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

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

background-color css

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

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

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

border-color css

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

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

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