Html Css Color HEX #DB3634 Persian Red

📋 copy color: '#DB3634'

red 219 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #DB3634

Tints of Persian Red #DB3634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

 BLUE value IS 52 (20.7% from 255) = 16%

R = 67.38%
G = 16.62%
B = 16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB3634 (or 0xDB3634) is known color: Persian Red. HEX triplet: DB, 36 and 34. RGB value is (219,54,52). Sum of RGB (Red+Green+Blue) = 219+54+52=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 52 (20.70% from 255 or 16% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3634 is #24C9CB. Grayscale: #676767. Windows color (decimal): -2410956 or 3421915. OLE color: 3421915.

HSL color Cylindrical-coordinate representation of color #DB3634: hue angle of 0.72º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3634 is Cyan = 0, Magento = 0.75, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 52 -
CMYK 0 0.75 0.76 0.14
HSL 0.72º 0.7% 0.53% -
HSV(B) 0.72º 0.76% 0.86% -
XYZ 31.15 17.95 5.07 -
YUV 103.11 99.16 210.66 -
System Red Green Blue C M Y K H S L
Decimal 219 54 52 0 0.75 0.76 0.14 0.72 0.7 0.53
Hex DB 36 34 0 4B 4C E 1 46 35
Octal 333 66 64 0 113 114 16 1 106 65
Binary 11011011 110110 110100 0 1001011 1001100 1110 1 1000110 110101

Color Harmonies of #DB3634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3634

Black with #DB3634

Text Example


Text Example

White with #DB3634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3634; }

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

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

background-color css

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

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

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

border-color css

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

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

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