Html Css Color HEX #DB3429 Persian Red

📋 copy color: '#DB3429'

red 219 ◦ green 52 ◦ blue 41

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

Shades of Persian Red #DB3429

Tints of Persian Red #DB3429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.14%

R = 70.19%
G = 16.67%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB3429 (or 0xDB3429) is known color: Persian Red. HEX triplet: DB, 34 and 29. RGB value is (219,52,41). Sum of RGB (Red+Green+Blue) = 219+52+41=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 41 (16.41% from 255 or 13.14% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3429 is #24CBD6. Grayscale: #646464. Windows color (decimal): -2411479 or 2700507. OLE color: 2700507.

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

Color convert

RGB 219 52 41 -
CMYK 0 0.76 0.81 0.14
HSL 3.71º 0.71% 0.51% -
HSV(B) 3.71º 0.81% 0.86% -
XYZ 30.84 17.68 3.88 -
YUV 100.68 94.33 212.39 -
System Red Green Blue C M Y K H S L
Decimal 219 52 41 0 0.76 0.81 0.14 3.71 0.71 0.51
Hex DB 34 29 0 4C 51 E 4 47 33
Octal 333 64 51 0 114 121 16 4 107 63
Binary 11011011 110100 101001 0 1001100 1010001 1110 100 1000111 110011

Color Harmonies of #DB3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3429

Black with #DB3429

Text Example


Text Example

White with #DB3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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