Html Css Color HEX #D52E25 Persian Red

📋 copy color: '#D52E25'

red 213 ◦ green 46 ◦ blue 37

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

Shades of Persian Red #D52E25

Tints of Persian Red #D52E25

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.54%

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

R = 71.96%
G = 15.54%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D52E25 (or 0xD52E25) is known color: Persian Red. HEX triplet: D5, 2E and 25. RGB value is (213,46,37). Sum of RGB (Red+Green+Blue) = 213+46+37=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D52E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52E25 is #2AD1DA. Grayscale: #5F5F5F. Windows color (decimal): -2806235 or 2436821. OLE color: 2436821.

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

Color convert

RGB 213 46 37 -
CMYK 0 0.78 0.83 0.16
HSL 3.07º 0.7% 0.49% -
HSV(B) 3.07º 0.83% 0.84% -
XYZ 28.75 16.23 3.37 -
YUV 94.91 95.33 212.23 -
System Red Green Blue C M Y K H S L
Decimal 213 46 37 0 0.78 0.83 0.16 3.07 0.7 0.49
Hex D5 2E 25 0 4E 53 10 3 46 31
Octal 325 56 45 0 116 123 20 3 106 61
Binary 11010101 101110 100101 0 1001110 1010011 10000 11 1000110 110001

Color Harmonies of #D52E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52E25

Black with #D52E25

Text Example


Text Example

White with #D52E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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