Html Css Color HEX #DB3831 Cinnabar

📋 copy color: '#DB3831'

red 219 ◦ green 56 ◦ blue 49

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

Shades of Cinnabar #DB3831

Tints of Cinnabar #DB3831

RGB

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

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

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

R = 67.59%
G = 17.28%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3831 (or 0xDB3831) is known color: Cinnabar. HEX triplet: DB, 38 and 31. RGB value is (219,56,49). Sum of RGB (Red+Green+Blue) = 219+56+49=324 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.59% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3831 is #24C7CE. Grayscale: #686868. Windows color (decimal): -2410447 or 3225819. OLE color: 3225819.

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

Color convert

RGB 219 56 49 -
CMYK 0 0.74 0.78 0.14
HSL 2.47º 0.7% 0.53% -
HSV(B) 2.47º 0.78% 0.86% -
XYZ 31.18 18.11 4.76 -
YUV 103.94 97 210.07 -
System Red Green Blue C M Y K H S L
Decimal 219 56 49 0 0.74 0.78 0.14 2.47 0.7 0.53
Hex DB 38 31 0 4A 4E E 2 46 35
Octal 333 70 61 0 112 116 16 2 106 65
Binary 11011011 111000 110001 0 1001010 1001110 1110 10 1000110 110101

Color Harmonies of #DB3831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3831

Black with #DB3831

Text Example


Text Example

White with #DB3831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3831; }

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

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

background-color css

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

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

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

border-color css

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

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

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