Html Css Color HEX #D53424 Persian Red

📋 copy color: '#D53424'

red 213 ◦ green 52 ◦ blue 36

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

Shades of Persian Red #D53424

Tints of Persian Red #D53424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 70.76%
G = 17.28%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D53424 (or 0xD53424) is known color: Persian Red. HEX triplet: D5, 34 and 24. RGB value is (213,52,36). Sum of RGB (Red+Green+Blue) = 213+52+36=301 (39% of max value = 765). Red value is 213 (83.59% from 255 or 70.76% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 213 - color contains mainly: red. Hex color #D53424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53424 is #2ACBDB. Grayscale: #626262. Windows color (decimal): -2804700 or 2372821. OLE color: 2372821.

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

Color convert

RGB 213 52 36 -
CMYK 0 0.76 0.83 0.16
HSL 5.42º 0.71% 0.49% -
HSV(B) 5.42º 0.83% 0.84% -
XYZ 28.99 16.73 3.37 -
YUV 98.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 213 52 36 0 0.76 0.83 0.16 5.42 0.71 0.49
Hex D5 34 24 0 4C 53 10 5 47 31
Octal 325 64 44 0 114 123 20 5 107 61
Binary 11010101 110100 100100 0 1001100 1010011 10000 101 1000111 110001

Color Harmonies of #D53424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53424

Black with #D53424

Text Example


Text Example

White with #D53424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53424; }

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

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

background-color css

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

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

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

border-color css

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

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

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