Html Css Color HEX #DB4734 Cinnabar

📋 copy color: '#DB4734'

red 219 ◦ green 71 ◦ blue 52

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

Shades of Cinnabar #DB4734

Tints of Cinnabar #DB4734

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.76%

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

R = 64.04%
G = 20.76%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB4734 (or 0xDB4734) is known color: Cinnabar. HEX triplet: DB, 47 and 34. RGB value is (219,71,52). Sum of RGB (Red+Green+Blue) = 219+71+52=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4734 is #24B8CB. Grayscale: #717171. Windows color (decimal): -2406604 or 3426267. OLE color: 3426267.

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

Color convert

RGB 219 71 52 -
CMYK 0 0.68 0.76 0.14
HSL 6.83º 0.7% 0.53% -
HSV(B) 6.83º 0.76% 0.86% -
XYZ 32.09 19.81 5.38 -
YUV 113.09 93.53 203.54 -
System Red Green Blue C M Y K H S L
Decimal 219 71 52 0 0.68 0.76 0.14 6.83 0.7 0.53
Hex DB 47 34 0 44 4C E 7 46 35
Octal 333 107 64 0 104 114 16 7 106 65
Binary 11011011 1000111 110100 0 1000100 1001100 1110 111 1000110 110101

Color Harmonies of #DB4734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4734

Black with #DB4734

Text Example


Text Example

White with #DB4734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4734; }

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

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

background-color css

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

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

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

border-color css

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

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

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