Html Css Color HEX #DB3322 Persian Red

📋 copy color: '#DB3322'

red 219 ◦ green 51 ◦ blue 34

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

Shades of Persian Red #DB3322

Tints of Persian Red #DB3322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 72.04%
G = 16.78%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB3322 (or 0xDB3322) is known color: Persian Red. HEX triplet: DB, 33 and 22. RGB value is (219,51,34). Sum of RGB (Red+Green+Blue) = 219+51+34=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3322 is #24CCDD. Grayscale: #636363. Windows color (decimal): -2411742 or 2241499. OLE color: 2241499.

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

Color convert

RGB 219 51 34 -
CMYK 0 0.77 0.84 0.14
HSL 5.51º 0.73% 0.5% -
HSV(B) 5.51º 0.84% 0.86% -
XYZ 30.69 17.54 3.28 -
YUV 99.29 91.16 213.38 -
System Red Green Blue C M Y K H S L
Decimal 219 51 34 0 0.77 0.84 0.14 5.51 0.73 0.5
Hex DB 33 22 0 4D 54 E 6 49 32
Octal 333 63 42 0 115 124 16 6 111 62
Binary 11011011 110011 100010 0 1001101 1010100 1110 110 1001001 110010

Color Harmonies of #DB3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3322

Black with #DB3322

Text Example


Text Example

White with #DB3322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3322; }

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

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

background-color css

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

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

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

border-color css

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

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

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