Html Css Color HEX #DB3426 Persian Red

📋 copy color: '#DB3426'

red 219 ◦ green 52 ◦ blue 38

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

Shades of Persian Red #DB3426

Tints of Persian Red #DB3426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.3%

R = 70.87%
G = 16.83%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB3426 (or 0xDB3426) is known color: Persian Red. HEX triplet: DB, 34 and 26. RGB value is (219,52,38). Sum of RGB (Red+Green+Blue) = 219+52+38=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 38 (15.23% from 255 or 12.30% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3426 is #24CBD9. Grayscale: #646464. Windows color (decimal): -2411482 or 2503899. OLE color: 2503899.

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

Color convert

RGB 219 52 38 -
CMYK 0 0.76 0.83 0.14
HSL 4.64º 0.72% 0.5% -
HSV(B) 4.64º 0.83% 0.86% -
XYZ 30.79 17.66 3.62 -
YUV 100.34 92.83 212.64 -
System Red Green Blue C M Y K H S L
Decimal 219 52 38 0 0.76 0.83 0.14 4.64 0.72 0.5
Hex DB 34 26 0 4C 53 E 5 48 32
Octal 333 64 46 0 114 123 16 5 110 62
Binary 11011011 110100 100110 0 1001100 1010011 1110 101 1001000 110010

Color Harmonies of #DB3426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3426

Black with #DB3426

Text Example


Text Example

White with #DB3426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3426; }

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

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

background-color css

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

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

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

border-color css

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

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

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