Html Css Color HEX #D93531 Persian Red

📋 copy color: '#D93531'

red 217 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #D93531

Tints of Persian Red #D93531

RGB

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

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

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

R = 68.03%
G = 16.61%
B = 15.36%

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

#D93531 (or 0xD93531) is known color: Persian Red. HEX triplet: D9, 35 and 31. RGB value is (217,53,49). Sum of RGB (Red+Green+Blue) = 217+53+49=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 49 (19.53% from 255 or 15.36% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D93531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93531 is #26CACE. Grayscale: #656565. Windows color (decimal): -2542287 or 3225049. OLE color: 3225049.

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

Color convert

RGB 217 53 49 -
CMYK 0 0.76 0.77 0.15
HSL 1.43º 0.69% 0.52% -
HSV(B) 1.43º 0.77% 0.85% -
XYZ 30.44 17.52 4.68 -
YUV 101.58 98.33 210.33 -
System Red Green Blue C M Y K H S L
Decimal 217 53 49 0 0.76 0.77 0.15 1.43 0.69 0.52
Hex D9 35 31 0 4C 4D F 1 45 34
Octal 331 65 61 0 114 115 17 1 105 64
Binary 11011001 110101 110001 0 1001100 1001101 1111 1 1000101 110100

Color Harmonies of #D93531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93531

Black with #D93531

Text Example


Text Example

White with #D93531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93531; }

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

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

background-color css

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

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

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

border-color css

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

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

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