Html Css Color HEX #DB2424 Persian Red

📋 copy color: '#DB2424'

red 219 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #DB2424

Tints of Persian Red #DB2424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.37%

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

R = 75.26%
G = 12.37%
B = 12.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB2424 (or 0xDB2424) is known color: Persian Red. HEX triplet: DB, 24 and 24. RGB value is (219,36,36). Sum of RGB (Red+Green+Blue) = 219+36+36=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 36 (14.45% from 255 or 12.37% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB2424 is #24DBDB. Grayscale: #5A5A5A. Windows color (decimal): -2415580 or 2368731. OLE color: 2368731.

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

Color convert

RGB 219 36 36 -
CMYK 0 0.84 0.84 0.14
HSL 0.72% 0.5% -
HSV(B) 0.84% 0.86% -
XYZ 30.16 16.45 3.25 -
YUV 90.72 97.13 219.5 -
System Red Green Blue C M Y K H S L
Decimal 219 36 36 0 0.84 0.84 0.14 0 0.72 0.5
Hex DB 24 24 0 54 54 E 0 48 32
Octal 333 44 44 0 124 124 16 0 110 62
Binary 11011011 100100 100100 0 1010100 1010100 1110 0 1001000 110010

Color Harmonies of #DB2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2424

Black with #DB2424

Text Example


Text Example

White with #DB2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2424; }

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

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

background-color css

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

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

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

border-color css

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

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

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