Html Css Color HEX #D93729 Persian Red

📋 copy color: '#D93729'

red 217 ◦ green 55 ◦ blue 41

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

Shades of Persian Red #D93729

Tints of Persian Red #D93729

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.1%

R = 69.33%
G = 17.57%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93729 (or 0xD93729) is known color: Persian Red. HEX triplet: D9, 37 and 29. RGB value is (217,55,41). Sum of RGB (Red+Green+Blue) = 217+55+41=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D93729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93729 is #26C8D6. Grayscale: #666666. Windows color (decimal): -2541783 or 2701273. OLE color: 2701273.

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

Color convert

RGB 217 55 41 -
CMYK 0 0.75 0.81 0.15
HSL 4.77º 0.7% 0.51% -
HSV(B) 4.77º 0.81% 0.85% -
XYZ 30.38 17.64 3.9 -
YUV 101.84 93.67 210.14 -
System Red Green Blue C M Y K H S L
Decimal 217 55 41 0 0.75 0.81 0.15 4.77 0.7 0.51
Hex D9 37 29 0 4B 51 F 5 46 33
Octal 331 67 51 0 113 121 17 5 106 63
Binary 11011001 110111 101001 0 1001011 1010001 1111 101 1000110 110011

Color Harmonies of #D93729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93729

Black with #D93729

Text Example


Text Example

White with #D93729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93729; }

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

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

background-color css

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

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

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

border-color css

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

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

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