Html Css Color HEX #DB4931 Cinnabar

📋 copy color: '#DB4931'

red 219 ◦ green 73 ◦ blue 49

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

Shades of Cinnabar #DB4931

Tints of Cinnabar #DB4931

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

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

R = 64.22%
G = 21.41%
B = 14.37%

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

#DB4931 (or 0xDB4931) is known color: Cinnabar. HEX triplet: DB, 49 and 31. RGB value is (219,73,49). Sum of RGB (Red+Green+Blue) = 219+73+49=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4931 is #24B6CE. Grayscale: #727272. Windows color (decimal): -2406095 or 3230171. OLE color: 3230171.

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

Color convert

RGB 219 73 49 -
CMYK 0 0.67 0.78 0.14
HSL 8.47º 0.7% 0.53% -
HSV(B) 8.47º 0.78% 0.86% -
XYZ 32.15 20.05 5.08 -
YUV 113.92 91.37 202.95 -
System Red Green Blue C M Y K H S L
Decimal 219 73 49 0 0.67 0.78 0.14 8.47 0.7 0.53
Hex DB 49 31 0 43 4E E 8 46 35
Octal 333 111 61 0 103 116 16 10 106 65
Binary 11011011 1001001 110001 0 1000011 1001110 1110 1000 1000110 110101

Color Harmonies of #DB4931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4931

Black with #DB4931

Text Example


Text Example

White with #DB4931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4931; }

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

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

background-color css

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

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

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

border-color css

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

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

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