Html Css Color HEX #D93231 Persian Red

📋 copy color: '#D93231'

red 217 ◦ green 50 ◦ blue 49

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

Shades of Persian Red #D93231

Tints of Persian Red #D93231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 68.67%
G = 15.82%
B = 15.51%

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

#D93231 (or 0xD93231) is known color: Persian Red. HEX triplet: D9, 32 and 31. RGB value is (217,50,49). Sum of RGB (Red+Green+Blue) = 217+50+49=316 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.67% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 217 - color contains mainly: red. Hex color #D93231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93231 is #26CDCE. Grayscale: #636363. Windows color (decimal): -2543055 or 3224281. OLE color: 3224281.

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

Color convert

RGB 217 50 49 -
CMYK 0 0.77 0.77 0.15
HSL 0.36º 0.69% 0.52% -
HSV(B) 0.36º 0.77% 0.85% -
XYZ 30.31 17.25 4.64 -
YUV 99.82 99.33 211.58 -
System Red Green Blue C M Y K H S L
Decimal 217 50 49 0 0.77 0.77 0.15 0.36 0.69 0.52
Hex D9 32 31 0 4D 4D F 0 45 34
Octal 331 62 61 0 115 115 17 0 105 64
Binary 11011001 110010 110001 0 1001101 1001101 1111 0 1000101 110100

Color Harmonies of #D93231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93231

Black with #D93231

Text Example


Text Example

White with #D93231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93231; }

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

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

background-color css

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

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

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

border-color css

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

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

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