Html Css Color HEX #D52723 Persian Red

📋 copy color: '#D52723'

red 213 ◦ green 39 ◦ blue 35

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

Shades of Persian Red #D52723

Tints of Persian Red #D52723

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.2%

R = 74.22%
G = 13.59%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52723 (or 0xD52723) is known color: Persian Red. HEX triplet: D5, 27 and 23. RGB value is (213,39,35). Sum of RGB (Red+Green+Blue) = 213+39+35=287 (38% of max value = 765). Red value is 213 (83.59% from 255 or 74.22% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 213 - color contains mainly: red. Hex color #D52723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52723 is #2AD8DC. Grayscale: #5A5A5A. Windows color (decimal): -2808029 or 2303957. OLE color: 2303957.

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

Color convert

RGB 213 39 35 -
CMYK 0 0.82 0.84 0.16
HSL 1.35º 0.72% 0.49% -
HSV(B) 1.35º 0.84% 0.84% -
XYZ 28.47 15.72 3.12 -
YUV 90.57 96.65 215.33 -
System Red Green Blue C M Y K H S L
Decimal 213 39 35 0 0.82 0.84 0.16 1.35 0.72 0.49
Hex D5 27 23 0 52 54 10 1 48 31
Octal 325 47 43 0 122 124 20 1 110 61
Binary 11010101 100111 100011 0 1010010 1010100 10000 1 1001000 110001

Color Harmonies of #D52723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52723

Black with #D52723

Text Example


Text Example

White with #D52723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52723; }

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

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

background-color css

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

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

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

border-color css

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

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

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