Html Css Color HEX #DB3731 Cinnabar

📋 copy color: '#DB3731'

red 219 ◦ green 55 ◦ blue 49

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

Shades of Cinnabar #DB3731

Tints of Cinnabar #DB3731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.03%

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

R = 67.8%
G = 17.03%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3731 (or 0xDB3731) is known color: Cinnabar. HEX triplet: DB, 37 and 31. RGB value is (219,55,49). Sum of RGB (Red+Green+Blue) = 219+55+49=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 49 (19.53% from 255 or 15.17% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3731 is #24C8CE. Grayscale: #676767. Windows color (decimal): -2410703 or 3225563. OLE color: 3225563.

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

Color convert

RGB 219 55 49 -
CMYK 0 0.75 0.78 0.14
HSL 2.12º 0.7% 0.53% -
HSV(B) 2.12º 0.78% 0.86% -
XYZ 31.13 18.01 4.74 -
YUV 103.35 97.33 210.49 -
System Red Green Blue C M Y K H S L
Decimal 219 55 49 0 0.75 0.78 0.14 2.12 0.7 0.53
Hex DB 37 31 0 4B 4E E 2 46 35
Octal 333 67 61 0 113 116 16 2 106 65
Binary 11011011 110111 110001 0 1001011 1001110 1110 10 1000110 110101

Color Harmonies of #DB3731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3731

Black with #DB3731

Text Example


Text Example

White with #DB3731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3731; }

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

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

background-color css

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

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

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

border-color css

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

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

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