Html Css Color HEX #DB2E2B Persian Red

📋 copy color: '#DB2E2B'

red 219 ◦ green 46 ◦ blue 43

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

Shades of Persian Red #DB2E2B

Tints of Persian Red #DB2E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 71.1%
G = 14.94%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB2E2B (or 0xDB2E2B) is known color: Persian Red. HEX triplet: DB, 2E and 2B. RGB value is (219,46,43). Sum of RGB (Red+Green+Blue) = 219+46+43=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E2B is #24D1D4. Grayscale: #616161. Windows color (decimal): -2413013 or 2830043. OLE color: 2830043.

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

Color convert

RGB 219 46 43 -
CMYK 0 0.79 0.80 0.14
HSL 1.02º 0.71% 0.51% -
HSV(B) 1.02º 0.8% 0.86% -
XYZ 30.63 17.19 3.99 -
YUV 97.39 97.31 214.74 -
System Red Green Blue C M Y K H S L
Decimal 219 46 43 0 0.79 0.80 0.14 1.02 0.71 0.51
Hex DB 2E 2B 0 4F 50 E 1 47 33
Octal 333 56 53 0 117 120 16 1 107 63
Binary 11011011 101110 101011 0 1001111 1010000 1110 1 1000111 110011

Color Harmonies of #DB2E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2E2B

Black with #DB2E2B

Text Example


Text Example

White with #DB2E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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