Html Css Color HEX #D93232 Persian Red

📋 copy color: '#D93232'

red 217 ◦ green 50 ◦ blue 50

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

Shades of Persian Red #D93232

Tints of Persian Red #D93232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.77%

R = 68.45%
G = 15.77%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#D93232 (or 0xD93232) is known color: Persian Red. HEX triplet: D9, 32 and 32. RGB value is (217,50,50). Sum of RGB (Red+Green+Blue) = 217+50+50=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D93232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93232 is #26CDCD. Grayscale: #646464. Windows color (decimal): -2543054 or 3289817. OLE color: 3289817.

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

Color convert

RGB 217 50 50 -
CMYK 0 0.77 0.77 0.15
HSL 0.69% 0.52% -
HSV(B) 0.77% 0.85% -
XYZ 30.33 17.26 4.75 -
YUV 99.93 99.83 211.5 -
System Red Green Blue C M Y K H S L
Decimal 217 50 50 0 0.77 0.77 0.15 0 0.69 0.52
Hex D9 32 32 0 4D 4D F 0 45 34
Octal 331 62 62 0 115 115 17 0 105 64
Binary 11011001 110010 110010 0 1001101 1001101 1111 0 1000101 110100

Color Harmonies of #D93232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93232

Black with #D93232

Text Example


Text Example

White with #D93232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93232; }

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

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

background-color css

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

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

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

border-color css

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

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

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