Html Css Color HEX #D93329 Persian Red

📋 copy color: '#D93329'

red 217 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #D93329

Tints of Persian Red #D93329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

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

R = 70.23%
G = 16.5%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93329 (or 0xD93329) is known color: Persian Red. HEX triplet: D9, 33 and 29. RGB value is (217,51,41). Sum of RGB (Red+Green+Blue) = 217+51+41=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D93329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93329 is #26CCD6. Grayscale: #636363. Windows color (decimal): -2542807 or 2700249. OLE color: 2700249.

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

Color convert

RGB 217 51 41 -
CMYK 0 0.76 0.81 0.15
HSL 3.41º 0.7% 0.51% -
HSV(B) 3.41º 0.81% 0.85% -
XYZ 30.2 17.28 3.84 -
YUV 99.49 95 211.81 -
System Red Green Blue C M Y K H S L
Decimal 217 51 41 0 0.76 0.81 0.15 3.41 0.7 0.51
Hex D9 33 29 0 4C 51 F 3 46 33
Octal 331 63 51 0 114 121 17 3 106 63
Binary 11011001 110011 101001 0 1001100 1010001 1111 11 1000110 110011

Color Harmonies of #D93329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93329

Black with #D93329

Text Example


Text Example

White with #D93329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93329; }

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

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

background-color css

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

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

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

border-color css

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

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

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