Html Css Color HEX #D53225 Persian Red

📋 copy color: '#D53225'

red 213 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #D53225

Tints of Persian Red #D53225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.67%

 BLUE value IS 37 (14.84% from 255) = 12.33%

R = 71%
G = 16.67%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D53225 (or 0xD53225) is known color: Persian Red. HEX triplet: D5, 32 and 25. RGB value is (213,50,37). Sum of RGB (Red+Green+Blue) = 213+50+37=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D53225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53225 is #2ACDDA. Grayscale: #616161. Windows color (decimal): -2805211 or 2437845. OLE color: 2437845.

HSL color Cylindrical-coordinate representation of color #D53225: hue angle of 4.43º degrees, saturation: 0.7, 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 #D53225 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 37 -
CMYK 0 0.77 0.83 0.16
HSL 4.43º 0.7% 0.49% -
HSV(B) 4.43º 0.83% 0.84% -
XYZ 28.92 16.56 3.42 -
YUV 97.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 213 50 37 0 0.77 0.83 0.16 4.43 0.7 0.49
Hex D5 32 25 0 4D 53 10 4 46 31
Octal 325 62 45 0 115 123 20 4 106 61
Binary 11010101 110010 100101 0 1001101 1010011 10000 100 1000110 110001

Color Harmonies of #D53225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53225

Black with #D53225

Text Example


Text Example

White with #D53225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53225; }

 p { color: rgb(213,50,37); }

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

background-color css

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

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

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

border-color css

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

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

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