Html Css Color HEX #D53934 Persian Red

📋 copy color: '#D53934'

red 213 ◦ green 57 ◦ blue 52

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

Shades of Persian Red #D53934

Tints of Persian Red #D53934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.7%

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

R = 66.15%
G = 17.7%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D53934 (or 0xD53934) is known color: Persian Red. HEX triplet: D5, 39 and 34. RGB value is (213,57,52). Sum of RGB (Red+Green+Blue) = 213+57+52=322 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.15% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 213 - color contains mainly: red. Hex color #D53934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53934 is #2AC6CB. Grayscale: #676767. Windows color (decimal): -2803404 or 3422677. OLE color: 3422677.

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

Color convert

RGB 213 57 52 -
CMYK 0 0.73 0.76 0.16
HSL 1.86º 0.66% 0.52% -
HSV(B) 1.86º 0.76% 0.84% -
XYZ 29.52 17.32 5.04 -
YUV 103.07 99.18 206.41 -
System Red Green Blue C M Y K H S L
Decimal 213 57 52 0 0.73 0.76 0.16 1.86 0.66 0.52
Hex D5 39 34 0 49 4C 10 2 42 34
Octal 325 71 64 0 111 114 20 2 102 64
Binary 11010101 111001 110100 0 1001001 1001100 10000 10 1000010 110100

Color Harmonies of #D53934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53934

Black with #D53934

Text Example


Text Example

White with #D53934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53934; }

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

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

background-color css

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

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

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

border-color css

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

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

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