Html Css Color HEX #DB3327 Persian Red

📋 copy color: '#DB3327'

red 219 ◦ green 51 ◦ blue 39

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

Shades of Persian Red #DB3327

Tints of Persian Red #DB3327

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.5%

 BLUE value IS 39 (15.63% from 255) = 12.62%

R = 70.87%
G = 16.5%
B = 12.62%

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

#DB3327 (or 0xDB3327) is known color: Persian Red. HEX triplet: DB, 33 and 27. RGB value is (219,51,39). Sum of RGB (Red+Green+Blue) = 219+51+39=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 39 (15.62% from 255 or 12.62% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3327 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3327 is #24CCD8. Grayscale: #646464. Windows color (decimal): -2411737 or 2569179. OLE color: 2569179.

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

Color convert

RGB 219 51 39 -
CMYK 0 0.77 0.82 0.14
HSL 0.71% 0.51% -
HSV(B) 0.82% 0.86% -
XYZ 30.76 17.57 3.69 -
YUV 99.86 93.66 212.98 -
System Red Green Blue C M Y K H S L
Decimal 219 51 39 0 0.77 0.82 0.14 4 0.71 0.51
Hex DB 33 27 0 4D 52 E 4 47 33
Octal 333 63 47 0 115 122 16 4 107 63
Binary 11011011 110011 100111 0 1001101 1010010 1110 100 1000111 110011

Color Harmonies of #DB3327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3327

Black with #DB3327

Text Example


Text Example

White with #DB3327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3327; }

 p { color: rgb(219,51,39); }

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

background-color css

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

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

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

border-color css

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

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

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