Html Css Color HEX #DB352E Persian Red

📋 copy color: '#DB352E'

red 219 ◦ green 53 ◦ blue 46

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

Shades of Persian Red #DB352E

Tints of Persian Red #DB352E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 68.87%
G = 16.67%
B = 14.47%

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

#DB352E (or 0xDB352E) is known color: Persian Red. HEX triplet: DB, 35 and 2E. RGB value is (219,53,46). Sum of RGB (Red+Green+Blue) = 219+53+46=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB352E is #24CAD1. Grayscale: #666666. Windows color (decimal): -2411218 or 3028443. OLE color: 3028443.

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

Color convert

RGB 219 53 46 -
CMYK 0 0.76 0.79 0.14
HSL 2.43º 0.71% 0.52% -
HSV(B) 2.43º 0.79% 0.86% -
XYZ 30.98 17.8 4.39 -
YUV 101.84 96.5 211.57 -
System Red Green Blue C M Y K H S L
Decimal 219 53 46 0 0.76 0.79 0.14 2.43 0.71 0.52
Hex DB 35 2E 0 4C 4F E 2 47 34
Octal 333 65 56 0 114 117 16 2 107 64
Binary 11011011 110101 101110 0 1001100 1001111 1110 10 1000111 110100

Color Harmonies of #DB352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB352E

Black with #DB352E

Text Example


Text Example

White with #DB352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB352E; }

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

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

background-color css

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

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

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

border-color css

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

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

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