Html Css Color HEX #D52726 Persian Red

📋 copy color: '#D52726'

red 213 ◦ green 39 ◦ blue 38

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

Shades of Persian Red #D52726

Tints of Persian Red #D52726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.1%

R = 73.45%
G = 13.45%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D52726 (or 0xD52726) is known color: Persian Red. HEX triplet: D5, 27 and 26. RGB value is (213,39,38). Sum of RGB (Red+Green+Blue) = 213+39+38=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D52726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52726 is #2AD8D9. Grayscale: #5B5B5B. Windows color (decimal): -2808026 or 2500565. OLE color: 2500565.

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

Color convert

RGB 213 39 38 -
CMYK 0 0.82 0.82 0.16
HSL 0.34º 0.7% 0.49% -
HSV(B) 0.34º 0.82% 0.84% -
XYZ 28.52 15.74 3.37 -
YUV 90.91 98.15 215.08 -
System Red Green Blue C M Y K H S L
Decimal 213 39 38 0 0.82 0.82 0.16 0.34 0.7 0.49
Hex D5 27 26 0 52 52 10 0 46 31
Octal 325 47 46 0 122 122 20 0 106 61
Binary 11010101 100111 100110 0 1010010 1010010 10000 0 1000110 110001

Color Harmonies of #D52726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52726

Black with #D52726

Text Example


Text Example

White with #D52726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52726; }

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

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

background-color css

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

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

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

border-color css

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

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

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