Html Css Color HEX #D93731 Persian Red

📋 copy color: '#D93731'

red 217 ◦ green 55 ◦ blue 49

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

Shades of Persian Red #D93731

Tints of Persian Red #D93731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.13%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 67.6%
G = 17.13%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D93731 (or 0xD93731) is known color: Persian Red. HEX triplet: D9, 37 and 31. RGB value is (217,55,49). Sum of RGB (Red+Green+Blue) = 217+55+49=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D93731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93731 is #26C8CE. Grayscale: #666666. Windows color (decimal): -2541775 or 3225561. OLE color: 3225561.

HSL color Cylindrical-coordinate representation of color #D93731: hue angle of 2.14º 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 #D93731 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 55 49 -
CMYK 0 0.75 0.77 0.15
HSL 2.14º 0.69% 0.52% -
HSV(B) 2.14º 0.77% 0.85% -
XYZ 30.54 17.71 4.71 -
YUV 102.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 217 55 49 0 0.75 0.77 0.15 2.14 0.69 0.52
Hex D9 37 31 0 4B 4D F 2 45 34
Octal 331 67 61 0 113 115 17 2 105 64
Binary 11011001 110111 110001 0 1001011 1001101 1111 10 1000101 110100

Color Harmonies of #D93731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93731

Black with #D93731

Text Example


Text Example

White with #D93731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93731; }

 p { color: rgb(217,55,49); }

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

background-color css

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

 a { background-color: rgb(217,55,49); }

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

border-color css

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

 span { border-color: rgb(217,55,49); }

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