Html Css Color HEX #D53525 Persian Red

📋 copy color: '#D53525'

red 213 ◦ green 53 ◦ blue 37

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

Shades of Persian Red #D53525

Tints of Persian Red #D53525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

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

R = 70.3%
G = 17.49%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D53525 (or 0xD53525) is known color: Persian Red. HEX triplet: D5, 35 and 25. RGB value is (213,53,37). Sum of RGB (Red+Green+Blue) = 213+53+37=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D53525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53525 is #2ACADA. Grayscale: #636363. Windows color (decimal): -2804443 or 2438613. OLE color: 2438613.

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

Color convert

RGB 213 53 37 -
CMYK 0 0.75 0.83 0.16
HSL 5.45º 0.7% 0.49% -
HSV(B) 5.45º 0.83% 0.84% -
XYZ 29.05 16.83 3.47 -
YUV 99.02 93.01 209.3 -
System Red Green Blue C M Y K H S L
Decimal 213 53 37 0 0.75 0.83 0.16 5.45 0.7 0.49
Hex D5 35 25 0 4B 53 10 5 46 31
Octal 325 65 45 0 113 123 20 5 106 61
Binary 11010101 110101 100101 0 1001011 1010011 10000 101 1000110 110001

Color Harmonies of #D53525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53525

Black with #D53525

Text Example


Text Example

White with #D53525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53525; }

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

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

background-color css

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

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

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

border-color css

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

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

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