Html Css Color HEX #DB342E Persian Red

📋 copy color: '#DB342E'

red 219 ◦ green 52 ◦ blue 46

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

Shades of Persian Red #DB342E

Tints of Persian Red #DB342E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

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

R = 69.09%
G = 16.4%
B = 14.51%

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

#DB342E (or 0xDB342E) is known color: Persian Red. HEX triplet: DB, 34 and 2E. RGB value is (219,52,46). Sum of RGB (Red+Green+Blue) = 219+52+46=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB342E is #24CBD1. Grayscale: #656565. Windows color (decimal): -2411474 or 3028187. OLE color: 3028187.

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

Color convert

RGB 219 52 46 -
CMYK 0 0.76 0.79 0.14
HSL 2.08º 0.71% 0.52% -
HSV(B) 2.08º 0.79% 0.86% -
XYZ 30.93 17.71 4.37 -
YUV 101.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 219 52 46 0 0.76 0.79 0.14 2.08 0.71 0.52
Hex DB 34 2E 0 4C 4F E 2 47 34
Octal 333 64 56 0 114 117 16 2 107 64
Binary 11011011 110100 101110 0 1001100 1001111 1110 10 1000111 110100

Color Harmonies of #DB342E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB342E

Black with #DB342E

Text Example


Text Example

White with #DB342E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB342E; }

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

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

background-color css

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

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

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

border-color css

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

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

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