Html Css Color HEX #DB3531 Persian Red

📋 copy color: '#DB3531'

red 219 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #DB3531

Tints of Persian Red #DB3531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.51%

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

R = 68.22%
G = 16.51%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3531 (or 0xDB3531) is known color: Persian Red. HEX triplet: DB, 35 and 31. RGB value is (219,53,49). Sum of RGB (Red+Green+Blue) = 219+53+49=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3531 is #24CACE. Grayscale: #666666. Windows color (decimal): -2411215 or 3225051. OLE color: 3225051.

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

Color convert

RGB 219 53 49 -
CMYK 0 0.76 0.78 0.14
HSL 1.41º 0.7% 0.53% -
HSV(B) 1.41º 0.78% 0.86% -
XYZ 31.04 17.83 4.71 -
YUV 102.18 98 211.33 -
System Red Green Blue C M Y K H S L
Decimal 219 53 49 0 0.76 0.78 0.14 1.41 0.7 0.53
Hex DB 35 31 0 4C 4E E 1 46 35
Octal 333 65 61 0 114 116 16 1 106 65
Binary 11011011 110101 110001 0 1001100 1001110 1110 1 1000110 110101

Color Harmonies of #DB3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3531

Black with #DB3531

Text Example


Text Example

White with #DB3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3531; }

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

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

background-color css

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

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

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

border-color css

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

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

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