Html Css Color HEX #DB342F Persian Red

📋 copy color: '#DB342F'

red 219 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #DB342F

Tints of Persian Red #DB342F

RGB

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

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

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

R = 68.87%
G = 16.35%
B = 14.78%

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

#DB342F (or 0xDB342F) is known color: Persian Red. HEX triplet: DB, 34 and 2F. RGB value is (219,52,47). Sum of RGB (Red+Green+Blue) = 219+52+47=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 47 (18.75% from 255 or 14.78% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB342F is #24CBD0. Grayscale: #656565. Windows color (decimal): -2411473 or 3093723. OLE color: 3093723.

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

Color convert

RGB 219 52 47 -
CMYK 0 0.76 0.79 0.14
HSL 1.74º 0.7% 0.52% -
HSV(B) 1.74º 0.79% 0.86% -
XYZ 30.95 17.72 4.48 -
YUV 101.36 97.33 211.91 -
System Red Green Blue C M Y K H S L
Decimal 219 52 47 0 0.76 0.79 0.14 1.74 0.7 0.52
Hex DB 34 2F 0 4C 4F E 2 46 34
Octal 333 64 57 0 114 117 16 2 106 64
Binary 11011011 110100 101111 0 1001100 1001111 1110 10 1000110 110100

Color Harmonies of #DB342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB342F

Black with #DB342F

Text Example


Text Example

White with #DB342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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