Html Css Color HEX #D93727 Persian Red

📋 copy color: '#D93727'

red 217 ◦ green 55 ◦ blue 39

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

Shades of Persian Red #D93727

Tints of Persian Red #D93727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.54%

R = 69.77%
G = 17.68%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D93727 (or 0xD93727) is known color: Persian Red. HEX triplet: D9, 37 and 27. RGB value is (217,55,39). Sum of RGB (Red+Green+Blue) = 217+55+39=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D93727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93727 is #26C8D8. Grayscale: #656565. Windows color (decimal): -2541785 or 2570201. OLE color: 2570201.

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

Color convert

RGB 217 55 39 -
CMYK 0 0.75 0.82 0.15
HSL 5.39º 0.7% 0.5% -
HSV(B) 5.39º 0.82% 0.85% -
XYZ 30.35 17.63 3.72 -
YUV 101.61 92.67 210.3 -
System Red Green Blue C M Y K H S L
Decimal 217 55 39 0 0.75 0.82 0.15 5.39 0.7 0.5
Hex D9 37 27 0 4B 52 F 5 46 32
Octal 331 67 47 0 113 122 17 5 106 62
Binary 11011001 110111 100111 0 1001011 1010010 1111 101 1000110 110010

Color Harmonies of #D93727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93727

Black with #D93727

Text Example


Text Example

White with #D93727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93727; }

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

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

background-color css

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

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

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

border-color css

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

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

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