Html Css Color HEX #DB2E2D Persian Red

📋 copy color: '#DB2E2D'

red 219 ◦ green 46 ◦ blue 45

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

Shades of Persian Red #DB2E2D

Tints of Persian Red #DB2E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.84%

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 70.65%
G = 14.84%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB2E2D (or 0xDB2E2D) is known color: Persian Red. HEX triplet: DB, 2E and 2D. RGB value is (219,46,45). Sum of RGB (Red+Green+Blue) = 219+46+45=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 46 (18.36% from 255 or 14.84% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E2D is #24D1D2. Grayscale: #616161. Windows color (decimal): -2413011 or 2961115. OLE color: 2961115.

HSL color Cylindrical-coordinate representation of color #DB2E2D: hue angle of 0.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2E2D is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 46 45 -
CMYK 0 0.79 0.79 0.14
HSL 0.34º 0.71% 0.52% -
HSV(B) 0.34º 0.79% 0.86% -
XYZ 30.66 17.2 4.19 -
YUV 97.61 98.31 214.58 -
System Red Green Blue C M Y K H S L
Decimal 219 46 45 0 0.79 0.79 0.14 0.34 0.71 0.52
Hex DB 2E 2D 0 4F 4F E 0 47 34
Octal 333 56 55 0 117 117 16 0 107 64
Binary 11011011 101110 101101 0 1001111 1001111 1110 0 1000111 110100

Color Harmonies of #DB2E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2E2D

Black with #DB2E2D

Text Example


Text Example

White with #DB2E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2E2D; }

 p { color: rgb(219,46,45); }

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

background-color css

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

 a { background-color: rgb(219,46,45); }

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

border-color css

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

 span { border-color: rgb(219,46,45); }

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