Html Css Color HEX #DB3231 Persian Red

📋 copy color: '#DB3231'

red 219 ◦ green 50 ◦ blue 49

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

Shades of Persian Red #DB3231

Tints of Persian Red #DB3231

RGB

 RED value IS 219 (85.94% from 255) = 68.87%

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

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

R = 68.87%
G = 15.72%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3231 (or 0xDB3231) is known color: Persian Red. HEX triplet: DB, 32 and 31. RGB value is (219,50,49). Sum of RGB (Red+Green+Blue) = 219+50+49=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3231 is #24CDCE. Grayscale: #646464. Windows color (decimal): -2411983 or 3224283. OLE color: 3224283.

HSL color Cylindrical-coordinate representation of color #DB3231: hue angle of 0.35º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3231 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 50 49 -
CMYK 0 0.77 0.78 0.14
HSL 0.35º 0.7% 0.53% -
HSV(B) 0.35º 0.78% 0.86% -
XYZ 30.91 17.56 4.67 -
YUV 100.42 98.99 212.58 -
System Red Green Blue C M Y K H S L
Decimal 219 50 49 0 0.77 0.78 0.14 0.35 0.7 0.53
Hex DB 32 31 0 4D 4E E 0 46 35
Octal 333 62 61 0 115 116 16 0 106 65
Binary 11011011 110010 110001 0 1001101 1001110 1110 0 1000110 110101

Color Harmonies of #DB3231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3231

Black with #DB3231

Text Example


Text Example

White with #DB3231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3231; }

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

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

background-color css

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

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

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

border-color css

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

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

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