Html Css Color HEX #D93532 Persian Red

📋 copy color: '#D93532'

red 217 ◦ green 53 ◦ blue 50

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

Shades of Persian Red #D93532

Tints of Persian Red #D93532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.63%

R = 67.81%
G = 16.56%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D93532 (or 0xD93532) is known color: Persian Red. HEX triplet: D9, 35 and 32. RGB value is (217,53,50). Sum of RGB (Red+Green+Blue) = 217+53+50=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D93532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93532 is #26CACD. Grayscale: #656565. Windows color (decimal): -2542286 or 3290585. OLE color: 3290585.

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

Color convert

RGB 217 53 50 -
CMYK 0 0.76 0.77 0.15
HSL 1.08º 0.69% 0.52% -
HSV(B) 1.08º 0.77% 0.85% -
XYZ 30.46 17.53 4.8 -
YUV 101.69 98.83 210.24 -
System Red Green Blue C M Y K H S L
Decimal 217 53 50 0 0.76 0.77 0.15 1.08 0.69 0.52
Hex D9 35 32 0 4C 4D F 1 45 34
Octal 331 65 62 0 114 115 17 1 105 64
Binary 11011001 110101 110010 0 1001100 1001101 1111 1 1000101 110100

Color Harmonies of #D93532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93532

Black with #D93532

Text Example


Text Example

White with #D93532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93532; }

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

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

background-color css

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

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

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

border-color css

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

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

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