Html Css Color HEX #DB3931 Cinnabar

📋 copy color: '#DB3931'

red 219 ◦ green 57 ◦ blue 49

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

Shades of Cinnabar #DB3931

Tints of Cinnabar #DB3931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 67.38%
G = 17.54%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3931 (or 0xDB3931) is known color: Cinnabar. HEX triplet: DB, 39 and 31. RGB value is (219,57,49). Sum of RGB (Red+Green+Blue) = 219+57+49=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3931 is #24C6CE. Grayscale: #686868. Windows color (decimal): -2410191 or 3226075. OLE color: 3226075.

HSL color Cylindrical-coordinate representation of color #DB3931: hue angle of 2.82º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3931 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 49 -
CMYK 0 0.74 0.78 0.14
HSL 2.82º 0.7% 0.53% -
HSV(B) 2.82º 0.78% 0.86% -
XYZ 31.23 18.21 4.77 -
YUV 104.53 96.67 209.65 -
System Red Green Blue C M Y K H S L
Decimal 219 57 49 0 0.74 0.78 0.14 2.82 0.7 0.53
Hex DB 39 31 0 4A 4E E 3 46 35
Octal 333 71 61 0 112 116 16 3 106 65
Binary 11011011 111001 110001 0 1001010 1001110 1110 11 1000110 110101

Color Harmonies of #DB3931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3931

Black with #DB3931

Text Example


Text Example

White with #DB3931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3931; }

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

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

background-color css

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

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

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

border-color css

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

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

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