Html Css Color HEX #D93634 Persian Red

📋 copy color: '#D93634'

red 217 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #D93634

Tints of Persian Red #D93634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 52 (20.7% from 255) = 16.1%

R = 67.18%
G = 16.72%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93634 (or 0xD93634) is known color: Persian Red. HEX triplet: D9, 36 and 34. RGB value is (217,54,52). Sum of RGB (Red+Green+Blue) = 217+54+52=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D93634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93634 is #26C9CB. Grayscale: #666666. Windows color (decimal): -2542028 or 3421913. OLE color: 3421913.

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

Color convert

RGB 217 54 52 -
CMYK 0 0.75 0.76 0.15
HSL 0.73º 0.68% 0.53% -
HSV(B) 0.73º 0.76% 0.85% -
XYZ 30.55 17.64 5.04 -
YUV 102.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 217 54 52 0 0.75 0.76 0.15 0.73 0.68 0.53
Hex D9 36 34 0 4B 4C F 1 44 35
Octal 331 66 64 0 113 114 17 1 104 65
Binary 11011001 110110 110100 0 1001011 1001100 1111 1 1000100 110101

Color Harmonies of #D93634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93634

Black with #D93634

Text Example


Text Example

White with #D93634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93634; }

 p { color: rgb(217,54,52); }

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

background-color css

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

 a { background-color: rgb(217,54,52); }

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

border-color css

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

 span { border-color: rgb(217,54,52); }

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