Html Css Color HEX #DB3422 Persian Red

📋 copy color: '#DB3422'

red 219 ◦ green 52 ◦ blue 34

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

Shades of Persian Red #DB3422

Tints of Persian Red #DB3422

RGB

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

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

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

R = 71.8%
G = 17.05%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB3422 (or 0xDB3422) is known color: Persian Red. HEX triplet: DB, 34 and 22. RGB value is (219,52,34). Sum of RGB (Red+Green+Blue) = 219+52+34=305 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.80% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3422 is #24CBDD. Grayscale: #646464. Windows color (decimal): -2411486 or 2241755. OLE color: 2241755.

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

Color convert

RGB 219 52 34 -
CMYK 0 0.76 0.84 0.14
HSL 5.84º 0.73% 0.5% -
HSV(B) 5.84º 0.84% 0.86% -
XYZ 30.73 17.63 3.3 -
YUV 99.88 90.83 212.96 -
System Red Green Blue C M Y K H S L
Decimal 219 52 34 0 0.76 0.84 0.14 5.84 0.73 0.5
Hex DB 34 22 0 4C 54 E 6 49 32
Octal 333 64 42 0 114 124 16 6 111 62
Binary 11011011 110100 100010 0 1001100 1010100 1110 110 1001001 110010

Color Harmonies of #DB3422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3422

Black with #DB3422

Text Example


Text Example

White with #DB3422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3422; }

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

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

background-color css

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

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

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

border-color css

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

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

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