Html Css Color HEX #DB2E24 Persian Red

📋 copy color: '#DB2E24'

red 219 ◦ green 46 ◦ blue 36

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

Shades of Persian Red #DB2E24

Tints of Persian Red #DB2E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 72.76%
G = 15.28%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB2E24 (or 0xDB2E24) is known color: Persian Red. HEX triplet: DB, 2E and 24. RGB value is (219,46,36). Sum of RGB (Red+Green+Blue) = 219+46+36=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2E24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2E24 is #24D1DB. Grayscale: #606060. Windows color (decimal): -2413020 or 2371291. OLE color: 2371291.

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

Color convert

RGB 219 46 36 -
CMYK 0 0.79 0.84 0.14
HSL 3.28º 0.72% 0.5% -
HSV(B) 3.28º 0.84% 0.86% -
XYZ 30.51 17.14 3.37 -
YUV 96.59 93.81 215.31 -
System Red Green Blue C M Y K H S L
Decimal 219 46 36 0 0.79 0.84 0.14 3.28 0.72 0.5
Hex DB 2E 24 0 4F 54 E 3 48 32
Octal 333 56 44 0 117 124 16 3 110 62
Binary 11011011 101110 100100 0 1001111 1010100 1110 11 1001000 110010

Color Harmonies of #DB2E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2E24

Black with #DB2E24

Text Example


Text Example

White with #DB2E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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