Html Css Color HEX #DB4831 Cinnabar

📋 copy color: '#DB4831'

red 219 ◦ green 72 ◦ blue 49

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

Shades of Cinnabar #DB4831

Tints of Cinnabar #DB4831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.18%

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

R = 64.41%
G = 21.18%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB4831 (or 0xDB4831) is known color: Cinnabar. HEX triplet: DB, 48 and 31. RGB value is (219,72,49). Sum of RGB (Red+Green+Blue) = 219+72+49=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4831 is #24B7CE. Grayscale: #717171. Windows color (decimal): -2406351 or 3229915. OLE color: 3229915.

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

Color convert

RGB 219 72 49 -
CMYK 0 0.67 0.78 0.14
HSL 8.12º 0.7% 0.53% -
HSV(B) 8.12º 0.78% 0.86% -
XYZ 32.09 19.92 5.06 -
YUV 113.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 219 72 49 0 0.67 0.78 0.14 8.12 0.7 0.53
Hex DB 48 31 0 43 4E E 8 46 35
Octal 333 110 61 0 103 116 16 10 106 65
Binary 11011011 1001000 110001 0 1000011 1001110 1110 1000 1000110 110101

Color Harmonies of #DB4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4831

Black with #DB4831

Text Example


Text Example

White with #DB4831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4831; }

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

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

background-color css

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

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

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

border-color css

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

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

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