Html Css Color HEX #DB312C Persian Red

📋 copy color: '#DB312C'

red 219 ◦ green 49 ◦ blue 44

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

Shades of Persian Red #DB312C

Tints of Persian Red #DB312C

RGB

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

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

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

R = 70.19%
G = 15.71%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB312C (or 0xDB312C) is known color: Persian Red. HEX triplet: DB, 31 and 2C. RGB value is (219,49,44). Sum of RGB (Red+Green+Blue) = 219+49+44=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB312C is #24CED3. Grayscale: #636363. Windows color (decimal): -2412244 or 2896347. OLE color: 2896347.

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

Color convert

RGB 219 49 44 -
CMYK 0 0.78 0.80 0.14
HSL 1.71º 0.71% 0.52% -
HSV(B) 1.71º 0.8% 0.86% -
XYZ 30.77 17.44 4.13 -
YUV 99.26 96.82 213.41 -
System Red Green Blue C M Y K H S L
Decimal 219 49 44 0 0.78 0.80 0.14 1.71 0.71 0.52
Hex DB 31 2C 0 4E 50 E 2 47 34
Octal 333 61 54 0 116 120 16 2 107 64
Binary 11011011 110001 101100 0 1001110 1010000 1110 10 1000111 110100

Color Harmonies of #DB312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB312C

Black with #DB312C

Text Example


Text Example

White with #DB312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB312C; }

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

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

background-color css

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

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

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

border-color css

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

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

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