Html Css Color HEX #D93526 Persian Red

📋 copy color: '#D93526'

red 217 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #D93526

Tints of Persian Red #D93526

RGB

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

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

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

R = 70.45%
G = 17.21%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D93526 (or 0xD93526) is known color: Persian Red. HEX triplet: D9, 35 and 26. RGB value is (217,53,38). Sum of RGB (Red+Green+Blue) = 217+53+38=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D93526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93526 is #26CAD9. Grayscale: #646464. Windows color (decimal): -2542298 or 2504153. OLE color: 2504153.

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

Color convert

RGB 217 53 38 -
CMYK 0 0.76 0.82 0.15
HSL 5.03º 0.7% 0.5% -
HSV(B) 5.03º 0.82% 0.85% -
XYZ 30.24 17.44 3.61 -
YUV 100.33 92.83 211.22 -
System Red Green Blue C M Y K H S L
Decimal 217 53 38 0 0.76 0.82 0.15 5.03 0.7 0.5
Hex D9 35 26 0 4C 52 F 5 46 32
Octal 331 65 46 0 114 122 17 5 106 62
Binary 11011001 110101 100110 0 1001100 1010010 1111 101 1000110 110010

Color Harmonies of #D93526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93526

Black with #D93526

Text Example


Text Example

White with #D93526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93526; }

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

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

background-color css

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

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

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

border-color css

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

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

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