Html Css Color HEX #DB3227 Persian Red

📋 copy color: '#DB3227'

red 219 ◦ green 50 ◦ blue 39

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

Shades of Persian Red #DB3227

Tints of Persian Red #DB3227

RGB

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

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

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

R = 71.1%
G = 16.23%
B = 12.66%

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

#DB3227 (or 0xDB3227) is known color: Persian Red. HEX triplet: DB, 32 and 27. RGB value is (219,50,39). Sum of RGB (Red+Green+Blue) = 219+50+39=308 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.10% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3227 is #24CDD8. Grayscale: #636363. Windows color (decimal): -2411993 or 2568923. OLE color: 2568923.

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

Color convert

RGB 219 50 39 -
CMYK 0 0.77 0.82 0.14
HSL 3.67º 0.71% 0.51% -
HSV(B) 3.67º 0.82% 0.86% -
XYZ 30.72 17.49 3.68 -
YUV 99.28 93.99 213.39 -
System Red Green Blue C M Y K H S L
Decimal 219 50 39 0 0.77 0.82 0.14 3.67 0.71 0.51
Hex DB 32 27 0 4D 52 E 4 47 33
Octal 333 62 47 0 115 122 16 4 107 63
Binary 11011011 110010 100111 0 1001101 1010010 1110 100 1000111 110011

Color Harmonies of #DB3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3227

Black with #DB3227

Text Example


Text Example

White with #DB3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3227; }

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

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

background-color css

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

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

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

border-color css

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

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

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