Html Css Color HEX #DB312F Persian Red

📋 copy color: '#DB312F'

red 219 ◦ green 49 ◦ blue 47

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

Shades of Persian Red #DB312F

Tints of Persian Red #DB312F

RGB

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

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

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

R = 69.52%
G = 15.56%
B = 14.92%

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

#DB312F (or 0xDB312F) is known color: Persian Red. HEX triplet: DB, 31 and 2F. RGB value is (219,49,47). Sum of RGB (Red+Green+Blue) = 219+49+47=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB312F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB312F is #24CED0. Grayscale: #636363. Windows color (decimal): -2412241 or 3092955. OLE color: 3092955.

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

Color convert

RGB 219 49 47 -
CMYK 0 0.78 0.79 0.14
HSL 0.7º 0.7% 0.52% -
HSV(B) 0.7º 0.79% 0.86% -
XYZ 30.82 17.46 4.44 -
YUV 99.6 98.32 213.16 -
System Red Green Blue C M Y K H S L
Decimal 219 49 47 0 0.78 0.79 0.14 0.7 0.7 0.52
Hex DB 31 2F 0 4E 4F E 1 46 34
Octal 333 61 57 0 116 117 16 1 106 64
Binary 11011011 110001 101111 0 1001110 1001111 1110 1 1000110 110100

Color Harmonies of #DB312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB312F

Black with #DB312F

Text Example


Text Example

White with #DB312F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB312F; }

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

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

background-color css

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

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

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

border-color css

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

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

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