Html Css Color HEX #DB3226 Persian Red

📋 copy color: '#DB3226'

red 219 ◦ green 50 ◦ blue 38

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

Shades of Persian Red #DB3226

Tints of Persian Red #DB3226

RGB

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

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

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

R = 71.34%
G = 16.29%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB3226 (or 0xDB3226) is known color: Persian Red. HEX triplet: DB, 32 and 26. RGB value is (219,50,38). Sum of RGB (Red+Green+Blue) = 219+50+38=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 38 (15.23% from 255 or 12.38% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3226 is #24CDD9. Grayscale: #636363. Windows color (decimal): -2411994 or 2503387. OLE color: 2503387.

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

Color convert

RGB 219 50 38 -
CMYK 0 0.77 0.83 0.14
HSL 3.98º 0.72% 0.5% -
HSV(B) 3.98º 0.83% 0.86% -
XYZ 30.7 17.48 3.59 -
YUV 99.16 93.49 213.48 -
System Red Green Blue C M Y K H S L
Decimal 219 50 38 0 0.77 0.83 0.14 3.98 0.72 0.5
Hex DB 32 26 0 4D 53 E 4 48 32
Octal 333 62 46 0 115 123 16 4 110 62
Binary 11011011 110010 100110 0 1001101 1010011 1110 100 1001000 110010

Color Harmonies of #DB3226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3226

Black with #DB3226

Text Example


Text Example

White with #DB3226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3226; }

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

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

background-color css

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

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

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

border-color css

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

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

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