Html Css Color HEX #D53D34 Persian Red

📋 copy color: '#D53D34'

red 213 ◦ green 61 ◦ blue 52

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

Shades of Persian Red #D53D34

Tints of Persian Red #D53D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.71%

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

R = 65.34%
G = 18.71%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D53D34 (or 0xD53D34) is known color: Persian Red. HEX triplet: D5, 3D and 34. RGB value is (213,61,52). Sum of RGB (Red+Green+Blue) = 213+61+52=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D53D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53D34 is #2AC2CB. Grayscale: #696969. Windows color (decimal): -2802380 or 3423701. OLE color: 3423701.

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

Color convert

RGB 213 61 52 -
CMYK 0 0.71 0.76 0.16
HSL 3.35º 0.66% 0.52% -
HSV(B) 3.35º 0.76% 0.84% -
XYZ 29.73 17.73 5.1 -
YUV 105.42 97.86 204.73 -
System Red Green Blue C M Y K H S L
Decimal 213 61 52 0 0.71 0.76 0.16 3.35 0.66 0.52
Hex D5 3D 34 0 47 4C 10 3 42 34
Octal 325 75 64 0 107 114 20 3 102 64
Binary 11010101 111101 110100 0 1000111 1001100 10000 11 1000010 110100

Color Harmonies of #D53D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53D34

Black with #D53D34

Text Example


Text Example

White with #D53D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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