Html Css Color HEX #DB3631 Cinnabar

📋 copy color: '#DB3631'

red 219 ◦ green 54 ◦ blue 49

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

Shades of Cinnabar #DB3631

Tints of Cinnabar #DB3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

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

R = 68.01%
G = 16.77%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3631 (or 0xDB3631) is known color: Cinnabar. HEX triplet: DB, 36 and 31. RGB value is (219,54,49). Sum of RGB (Red+Green+Blue) = 219+54+49=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3631 is #24C9CE. Grayscale: #666666. Windows color (decimal): -2410959 or 3225307. OLE color: 3225307.

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

Color convert

RGB 219 54 49 -
CMYK 0 0.75 0.78 0.14
HSL 1.76º 0.7% 0.53% -
HSV(B) 1.76º 0.78% 0.86% -
XYZ 31.09 17.92 4.73 -
YUV 102.77 97.66 210.91 -
System Red Green Blue C M Y K H S L
Decimal 219 54 49 0 0.75 0.78 0.14 1.76 0.7 0.53
Hex DB 36 31 0 4B 4E E 2 46 35
Octal 333 66 61 0 113 116 16 2 106 65
Binary 11011011 110110 110001 0 1001011 1001110 1110 10 1000110 110101

Color Harmonies of #DB3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3631

Black with #DB3631

Text Example


Text Example

White with #DB3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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