Html Css Color HEX #D53734 Persian Red

📋 copy color: '#D53734'

red 213 ◦ green 55 ◦ blue 52

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

Shades of Persian Red #D53734

Tints of Persian Red #D53734

RGB

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

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

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

R = 66.56%
G = 17.19%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D53734 (or 0xD53734) is known color: Persian Red. HEX triplet: D5, 37 and 34. RGB value is (213,55,52). Sum of RGB (Red+Green+Blue) = 213+55+52=320 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.56% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 213 - color contains mainly: red. Hex color #D53734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53734 is #2AC8CB. Grayscale: #666666. Windows color (decimal): -2803916 or 3422165. OLE color: 3422165.

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

Color convert

RGB 213 55 52 -
CMYK 0 0.74 0.76 0.16
HSL 1.12º 0.66% 0.52% -
HSV(B) 1.12º 0.76% 0.84% -
XYZ 29.43 17.13 5 -
YUV 101.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 213 55 52 0 0.74 0.76 0.16 1.12 0.66 0.52
Hex D5 37 34 0 4A 4C 10 1 42 34
Octal 325 67 64 0 112 114 20 1 102 64
Binary 11010101 110111 110100 0 1001010 1001100 10000 1 1000010 110100

Color Harmonies of #D53734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53734

Black with #D53734

Text Example


Text Example

White with #D53734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53734; }

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

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

background-color css

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

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

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

border-color css

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

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

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