Html Css Color HEX #DB312D Persian Red

📋 copy color: '#DB312D'

red 219 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #DB312D

Tints of Persian Red #DB312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 69.97%
G = 15.65%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB312D (or 0xDB312D) is known color: Persian Red. HEX triplet: DB, 31 and 2D. RGB value is (219,49,45). Sum of RGB (Red+Green+Blue) = 219+49+45=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB312D is #24CED2. Grayscale: #636363. Windows color (decimal): -2412243 or 2961883. OLE color: 2961883.

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

Color convert

RGB 219 49 45 -
CMYK 0 0.78 0.79 0.14
HSL 1.38º 0.71% 0.52% -
HSV(B) 1.38º 0.79% 0.86% -
XYZ 30.79 17.45 4.23 -
YUV 99.37 97.32 213.33 -
System Red Green Blue C M Y K H S L
Decimal 219 49 45 0 0.78 0.79 0.14 1.38 0.71 0.52
Hex DB 31 2D 0 4E 4F E 1 47 34
Octal 333 61 55 0 116 117 16 1 107 64
Binary 11011011 110001 101101 0 1001110 1001111 1110 1 1000111 110100

Color Harmonies of #DB312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB312D

Black with #DB312D

Text Example


Text Example

White with #DB312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB312D; }

 p { color: rgb(219,49,45); }

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

background-color css

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

 a { background-color: rgb(219,49,45); }

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

border-color css

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

 span { border-color: rgb(219,49,45); }

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