Html Css Color HEX #DB352D Persian Red

📋 copy color: '#DB352D'

red 219 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #DB352D

Tints of Persian Red #DB352D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 69.09%
G = 16.72%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB352D (or 0xDB352D) is known color: Persian Red. HEX triplet: DB, 35 and 2D. RGB value is (219,53,45). Sum of RGB (Red+Green+Blue) = 219+53+45=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB352D is #24CAD2. Grayscale: #656565. Windows color (decimal): -2411219 or 2962907. OLE color: 2962907.

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

Color convert

RGB 219 53 45 -
CMYK 0 0.76 0.79 0.14
HSL 2.76º 0.71% 0.52% -
HSV(B) 2.76º 0.79% 0.86% -
XYZ 30.96 17.8 4.29 -
YUV 101.72 96 211.65 -
System Red Green Blue C M Y K H S L
Decimal 219 53 45 0 0.76 0.79 0.14 2.76 0.71 0.52
Hex DB 35 2D 0 4C 4F E 3 47 34
Octal 333 65 55 0 114 117 16 3 107 64
Binary 11011011 110101 101101 0 1001100 1001111 1110 11 1000111 110100

Color Harmonies of #DB352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB352D

Black with #DB352D

Text Example


Text Example

White with #DB352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB352D; }

 p { color: rgb(219,53,45); }

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

background-color css

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

 a { background-color: rgb(219,53,45); }

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

border-color css

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

 span { border-color: rgb(219,53,45); }

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