Html Css Color HEX #DB3734 Cinnabar

📋 copy color: '#DB3734'

red 219 ◦ green 55 ◦ blue 52

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

Shades of Cinnabar #DB3734

Tints of Cinnabar #DB3734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.95%

R = 67.18%
G = 16.87%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB3734 (or 0xDB3734) is known color: Cinnabar. HEX triplet: DB, 37 and 34. RGB value is (219,55,52). Sum of RGB (Red+Green+Blue) = 219+55+52=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3734 is #24C8CB. Grayscale: #676767. Windows color (decimal): -2410700 or 3422171. OLE color: 3422171.

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

Color convert

RGB 219 55 52 -
CMYK 0 0.75 0.76 0.14
HSL 1.08º 0.7% 0.53% -
HSV(B) 1.08º 0.76% 0.86% -
XYZ 31.2 18.04 5.09 -
YUV 103.69 98.83 210.24 -
System Red Green Blue C M Y K H S L
Decimal 219 55 52 0 0.75 0.76 0.14 1.08 0.7 0.53
Hex DB 37 34 0 4B 4C E 1 46 35
Octal 333 67 64 0 113 114 16 1 106 65
Binary 11011011 110111 110100 0 1001011 1001100 1110 1 1000110 110101

Color Harmonies of #DB3734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3734

Black with #DB3734

Text Example


Text Example

White with #DB3734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3734; }

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

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

background-color css

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

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

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

border-color css

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

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

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