Html Css Color HEX #D53434 Persian Red

📋 copy color: '#D53434'

red 213 ◦ green 52 ◦ blue 52

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

Shades of Persian Red #D53434

Tints of Persian Red #D53434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 67.19%
G = 16.4%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D53434 (or 0xD53434) is known color: Persian Red. HEX triplet: D5, 34 and 34. RGB value is (213,52,52). Sum of RGB (Red+Green+Blue) = 213+52+52=317 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.19% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 213 - color contains mainly: red. Hex color #D53434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53434 is #2ACBCB. Grayscale: #646464. Windows color (decimal): -2804684 or 3421397. OLE color: 3421397.

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

Color convert

RGB 213 52 52 -
CMYK 0 0.76 0.76 0.16
HSL 0.66% 0.52% -
HSV(B) 0.76% 0.84% -
XYZ 29.29 16.85 4.96 -
YUV 100.14 100.84 208.5 -
System Red Green Blue C M Y K H S L
Decimal 213 52 52 0 0.76 0.76 0.16 0 0.66 0.52
Hex D5 34 34 0 4C 4C 10 0 42 34
Octal 325 64 64 0 114 114 20 0 102 64
Binary 11010101 110100 110100 0 1001100 1001100 10000 0 1000010 110100

Color Harmonies of #D53434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53434

Black with #D53434

Text Example


Text Example

White with #D53434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53434; }

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

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

background-color css

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

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

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

border-color css

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

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

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