Html Css Color HEX #DB3228 Persian Red

📋 copy color: '#DB3228'

red 219 ◦ green 50 ◦ blue 40

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

Shades of Persian Red #DB3228

Tints of Persian Red #DB3228

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

 BLUE value IS 40 (16.02% from 255) = 12.94%

R = 70.87%
G = 16.18%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB3228 (or 0xDB3228) is known color: Persian Red. HEX triplet: DB, 32 and 28. RGB value is (219,50,40). Sum of RGB (Red+Green+Blue) = 219+50+40=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3228 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3228 is #24CDD7. Grayscale: #636363. Windows color (decimal): -2411992 or 2634459. OLE color: 2634459.

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

Color convert

RGB 219 50 40 -
CMYK 0 0.77 0.82 0.14
HSL 3.35º 0.71% 0.51% -
HSV(B) 3.35º 0.82% 0.86% -
XYZ 30.74 17.49 3.76 -
YUV 99.39 94.49 213.31 -
System Red Green Blue C M Y K H S L
Decimal 219 50 40 0 0.77 0.82 0.14 3.35 0.71 0.51
Hex DB 32 28 0 4D 52 E 3 47 33
Octal 333 62 50 0 115 122 16 3 107 63
Binary 11011011 110010 101000 0 1001101 1010010 1110 11 1000111 110011

Color Harmonies of #DB3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3228

Black with #DB3228

Text Example


Text Example

White with #DB3228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3228; }

 p { color: rgb(219,50,40); }

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

background-color css

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

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

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

border-color css

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

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

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