Html Css Color HEX #D93229 Persian Red

📋 copy color: '#D93229'

red 217 ◦ green 50 ◦ blue 41

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

Shades of Persian Red #D93229

Tints of Persian Red #D93229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

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

R = 70.45%
G = 16.23%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D93229 (or 0xD93229) is known color: Persian Red. HEX triplet: D9, 32 and 29. RGB value is (217,50,41). Sum of RGB (Red+Green+Blue) = 217+50+41=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D93229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93229 is #26CDD6. Grayscale: #636363. Windows color (decimal): -2543063 or 2699993. OLE color: 2699993.

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

Color convert

RGB 217 50 41 -
CMYK 0 0.77 0.81 0.15
HSL 3.07º 0.7% 0.51% -
HSV(B) 3.07º 0.81% 0.85% -
XYZ 30.16 17.19 3.83 -
YUV 98.91 95.33 212.23 -
System Red Green Blue C M Y K H S L
Decimal 217 50 41 0 0.77 0.81 0.15 3.07 0.7 0.51
Hex D9 32 29 0 4D 51 F 3 46 33
Octal 331 62 51 0 115 121 17 3 106 63
Binary 11011001 110010 101001 0 1001101 1010001 1111 11 1000110 110011

Color Harmonies of #D93229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93229

Black with #D93229

Text Example


Text Example

White with #D93229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93229; }

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

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

background-color css

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

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

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

border-color css

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

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

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