Html Css Color HEX #DB342C Persian Red

📋 copy color: '#DB342C'

red 219 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #DB342C

Tints of Persian Red #DB342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.97%

R = 69.52%
G = 16.51%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB342C (or 0xDB342C) is known color: Persian Red. HEX triplet: DB, 34 and 2C. RGB value is (219,52,44). Sum of RGB (Red+Green+Blue) = 219+52+44=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB342C is #24CBD3. Grayscale: #656565. Windows color (decimal): -2411476 or 2897115. OLE color: 2897115.

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

Color convert

RGB 219 52 44 -
CMYK 0 0.76 0.80 0.14
HSL 2.74º 0.71% 0.52% -
HSV(B) 2.74º 0.8% 0.86% -
XYZ 30.9 17.7 4.17 -
YUV 101.02 95.83 212.15 -
System Red Green Blue C M Y K H S L
Decimal 219 52 44 0 0.76 0.80 0.14 2.74 0.71 0.52
Hex DB 34 2C 0 4C 50 E 3 47 34
Octal 333 64 54 0 114 120 16 3 107 64
Binary 11011011 110100 101100 0 1001100 1010000 1110 11 1000111 110100

Color Harmonies of #DB342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB342C

Black with #DB342C

Text Example


Text Example

White with #DB342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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