Html Css Color HEX #D52620 Persian Red

📋 copy color: '#D52620'

red 213 ◦ green 38 ◦ blue 32

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

Shades of Persian Red #D52620

Tints of Persian Red #D52620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

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

R = 75.27%
G = 13.43%
B = 11.31%

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

#D52620 (or 0xD52620) is known color: Persian Red. HEX triplet: D5, 26 and 20. RGB value is (213,38,32). Sum of RGB (Red+Green+Blue) = 213+38+32=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D52620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52620 is #2AD9DF. Grayscale: #595959. Windows color (decimal): -2808288 or 2107093. OLE color: 2107093.

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

Color convert

RGB 213 38 32 -
CMYK 0 0.82 0.85 0.16
HSL 1.99º 0.74% 0.48% -
HSV(B) 1.99º 0.85% 0.84% -
XYZ 28.39 15.64 2.89 -
YUV 89.64 95.48 215.99 -
System Red Green Blue C M Y K H S L
Decimal 213 38 32 0 0.82 0.85 0.16 1.99 0.74 0.48
Hex D5 26 20 0 52 55 10 2 4A 30
Octal 325 46 40 0 122 125 20 2 112 60
Binary 11010101 100110 100000 0 1010010 1010101 10000 10 1001010 110000

Color Harmonies of #D52620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52620

Black with #D52620

Text Example


Text Example

White with #D52620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52620; }

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

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

background-color css

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

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

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

border-color css

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

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

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