Html Css Color HEX #D52720 Persian Red

📋 copy color: '#D52720'

red 213 ◦ green 39 ◦ blue 32

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

Shades of Persian Red #D52720

Tints of Persian Red #D52720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 75%
G = 13.73%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D52720 (or 0xD52720) is known color: Persian Red. HEX triplet: D5, 27 and 20. RGB value is (213,39,32). Sum of RGB (Red+Green+Blue) = 213+39+32=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D52720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52720 is #2AD8DF. Grayscale: #5A5A5A. Windows color (decimal): -2808032 or 2107349. OLE color: 2107349.

HSL color Cylindrical-coordinate representation of color #D52720: hue angle of 2.32º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D52720 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 32 -
CMYK 0 0.82 0.85 0.16
HSL 2.32º 0.74% 0.48% -
HSV(B) 2.32º 0.85% 0.84% -
XYZ 28.43 15.7 2.9 -
YUV 90.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 213 39 32 0 0.82 0.85 0.16 2.32 0.74 0.48
Hex D5 27 20 0 52 55 10 2 4A 30
Octal 325 47 40 0 122 125 20 2 112 60
Binary 11010101 100111 100000 0 1010010 1010101 10000 10 1001010 110000

Color Harmonies of #D52720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52720

Black with #D52720

Text Example


Text Example

White with #D52720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52720; }

 p { color: rgb(213,39,32); }

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

background-color css

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

 a { background-color: rgb(213,39,32); }

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

border-color css

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

 span { border-color: rgb(213,39,32); }

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