Html Css Color HEX #D93529 Persian Red

📋 copy color: '#D93529'

red 217 ◦ green 53 ◦ blue 41

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

Shades of Persian Red #D93529

Tints of Persian Red #D93529

RGB

 RED value IS 217 (85.16% from 255) = 69.77%

 GREEN value IS 53 (21.09% from 255) = 17.04%

 BLUE value IS 41 (16.41% from 255) = 13.18%

R = 69.77%
G = 17.04%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93529 (or 0xD93529) is known color: Persian Red. HEX triplet: D9, 35 and 29. RGB value is (217,53,41). Sum of RGB (Red+Green+Blue) = 217+53+41=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 41 (16.41% from 255 or 13.18% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D93529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93529 is #26CAD6. Grayscale: #646464. Windows color (decimal): -2542295 or 2700761. OLE color: 2700761.

HSL color Cylindrical-coordinate representation of color #D93529: hue angle of 4.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D93529 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 53 41 -
CMYK 0 0.76 0.81 0.15
HSL 4.09º 0.7% 0.51% -
HSV(B) 4.09º 0.81% 0.85% -
XYZ 30.29 17.46 3.87 -
YUV 100.67 94.33 210.98 -
System Red Green Blue C M Y K H S L
Decimal 217 53 41 0 0.76 0.81 0.15 4.09 0.7 0.51
Hex D9 35 29 0 4C 51 F 4 46 33
Octal 331 65 51 0 114 121 17 4 106 63
Binary 11011001 110101 101001 0 1001100 1010001 1111 100 1000110 110011

Color Harmonies of #D93529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93529

Black with #D93529

Text Example


Text Example

White with #D93529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93529; }

 p { color: rgb(217,53,41); }

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

background-color css

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

 a { background-color: rgb(217,53,41); }

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

border-color css

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

 span { border-color: rgb(217,53,41); }

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