Html Css Color HEX #DB3424 Persian Red

📋 copy color: '#DB3424'

red 219 ◦ green 52 ◦ blue 36

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

Shades of Persian Red #DB3424

Tints of Persian Red #DB3424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.94%

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

R = 71.34%
G = 16.94%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB3424 (or 0xDB3424) is known color: Persian Red. HEX triplet: DB, 34 and 24. RGB value is (219,52,36). Sum of RGB (Red+Green+Blue) = 219+52+36=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 36 (14.45% from 255 or 11.73% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3424 is #24CBDB. Grayscale: #646464. Windows color (decimal): -2411484 or 2372827. OLE color: 2372827.

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

Color convert

RGB 219 52 36 -
CMYK 0 0.76 0.84 0.14
HSL 5.25º 0.72% 0.5% -
HSV(B) 5.25º 0.84% 0.86% -
XYZ 30.76 17.64 3.45 -
YUV 100.11 91.83 212.8 -
System Red Green Blue C M Y K H S L
Decimal 219 52 36 0 0.76 0.84 0.14 5.25 0.72 0.5
Hex DB 34 24 0 4C 54 E 5 48 32
Octal 333 64 44 0 114 124 16 5 110 62
Binary 11011011 110100 100100 0 1001100 1010100 1110 101 1001000 110010

Color Harmonies of #DB3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3424

Black with #DB3424

Text Example


Text Example

White with #DB3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3424; }

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

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

background-color css

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

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

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

border-color css

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

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

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