Html Css Color HEX #DB3834 Cinnabar

📋 copy color: '#DB3834'

red 219 ◦ green 56 ◦ blue 52

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

Shades of Cinnabar #DB3834

Tints of Cinnabar #DB3834

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.13%

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

R = 66.97%
G = 17.13%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB3834 (or 0xDB3834) is known color: Cinnabar. HEX triplet: DB, 38 and 34. RGB value is (219,56,52). Sum of RGB (Red+Green+Blue) = 219+56+52=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3834 is #24C7CB. Grayscale: #686868. Windows color (decimal): -2410444 or 3422427. OLE color: 3422427.

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

Color convert

RGB 219 56 52 -
CMYK 0 0.74 0.76 0.14
HSL 1.44º 0.7% 0.53% -
HSV(B) 1.44º 0.76% 0.86% -
XYZ 31.25 18.14 5.1 -
YUV 104.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 219 56 52 0 0.74 0.76 0.14 1.44 0.7 0.53
Hex DB 38 34 0 4A 4C E 1 46 35
Octal 333 70 64 0 112 114 16 1 106 65
Binary 11011011 111000 110100 0 1001010 1001100 1110 1 1000110 110101

Color Harmonies of #DB3834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3834

Black with #DB3834

Text Example


Text Example

White with #DB3834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3834; }

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

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

background-color css

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

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

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

border-color css

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

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

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