Html Css Color HEX #DB352F Persian Red

📋 copy color: '#DB352F'

red 219 ◦ green 53 ◦ blue 47

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

Shades of Persian Red #DB352F

Tints of Persian Red #DB352F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 68.65%
G = 16.61%
B = 14.73%

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

#DB352F (or 0xDB352F) is known color: Persian Red. HEX triplet: DB, 35 and 2F. RGB value is (219,53,47). Sum of RGB (Red+Green+Blue) = 219+53+47=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB352F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB352F is #24CAD0. Grayscale: #666666. Windows color (decimal): -2411217 or 3093979. OLE color: 3093979.

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

Color convert

RGB 219 53 47 -
CMYK 0 0.76 0.79 0.14
HSL 2.09º 0.7% 0.52% -
HSV(B) 2.09º 0.79% 0.86% -
XYZ 31 17.81 4.49 -
YUV 101.95 97 211.49 -
System Red Green Blue C M Y K H S L
Decimal 219 53 47 0 0.76 0.79 0.14 2.09 0.7 0.52
Hex DB 35 2F 0 4C 4F E 2 46 34
Octal 333 65 57 0 114 117 16 2 106 64
Binary 11011011 110101 101111 0 1001100 1001111 1110 10 1000110 110100

Color Harmonies of #DB352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB352F

Black with #DB352F

Text Example


Text Example

White with #DB352F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB352F; }

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

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

background-color css

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

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

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

border-color css

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

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

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