Html Css Color HEX #DB312E Persian Red

📋 copy color: '#DB312E'

red 219 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #DB312E

Tints of Persian Red #DB312E

RGB

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

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

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

R = 69.75%
G = 15.61%
B = 14.65%

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

#DB312E (or 0xDB312E) is known color: Persian Red. HEX triplet: DB, 31 and 2E. RGB value is (219,49,46). Sum of RGB (Red+Green+Blue) = 219+49+46=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB312E is #24CED1. Grayscale: #636363. Windows color (decimal): -2412242 or 3027419. OLE color: 3027419.

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

Color convert

RGB 219 49 46 -
CMYK 0 0.78 0.79 0.14
HSL 1.04º 0.71% 0.52% -
HSV(B) 1.04º 0.79% 0.86% -
XYZ 30.8 17.45 4.33 -
YUV 99.49 97.82 213.24 -
System Red Green Blue C M Y K H S L
Decimal 219 49 46 0 0.78 0.79 0.14 1.04 0.71 0.52
Hex DB 31 2E 0 4E 4F E 1 47 34
Octal 333 61 56 0 116 117 16 1 107 64
Binary 11011011 110001 101110 0 1001110 1001111 1110 1 1000111 110100

Color Harmonies of #DB312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB312E

Black with #DB312E

Text Example


Text Example

White with #DB312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB312E; }

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

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

background-color css

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

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

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

border-color css

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

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

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