Html Css Color HEX #D93523 Persian Red

📋 copy color: '#D93523'

red 217 ◦ green 53 ◦ blue 35

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

Shades of Persian Red #D93523

Tints of Persian Red #D93523

RGB

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

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

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

R = 71.15%
G = 17.38%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D93523 (or 0xD93523) is known color: Persian Red. HEX triplet: D9, 35 and 23. RGB value is (217,53,35). Sum of RGB (Red+Green+Blue) = 217+53+35=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 35 (14.06% from 255 or 11.48% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D93523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93523 is #26CADC. Grayscale: #646464. Windows color (decimal): -2542301 or 2307545. OLE color: 2307545.

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

Color convert

RGB 217 53 35 -
CMYK 0 0.76 0.84 0.15
HSL 5.93º 0.72% 0.49% -
HSV(B) 5.93º 0.84% 0.85% -
XYZ 30.19 17.42 3.36 -
YUV 99.98 91.33 211.46 -
System Red Green Blue C M Y K H S L
Decimal 217 53 35 0 0.76 0.84 0.15 5.93 0.72 0.49
Hex D9 35 23 0 4C 54 F 6 48 31
Octal 331 65 43 0 114 124 17 6 110 61
Binary 11011001 110101 100011 0 1001100 1010100 1111 110 1001000 110001

Color Harmonies of #D93523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93523

Black with #D93523

Text Example


Text Example

White with #D93523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93523; }

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

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

background-color css

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

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

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

border-color css

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

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

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