Html Css Color HEX #DB4636 Cinnabar

📋 copy color: '#DB4636'

red 219 ◦ green 70 ◦ blue 54

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

Shades of Cinnabar #DB4636

Tints of Cinnabar #DB4636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

 BLUE value IS 54 (21.48% from 255) = 15.74%

R = 63.85%
G = 20.41%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB4636 (or 0xDB4636) is known color: Cinnabar. HEX triplet: DB, 46 and 36. RGB value is (219,70,54). Sum of RGB (Red+Green+Blue) = 219+70+54=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 54 (21.48% from 255 or 15.74% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4636 is #24B9C9. Grayscale: #707070. Windows color (decimal): -2406858 or 3557083. OLE color: 3557083.

HSL color Cylindrical-coordinate representation of color #DB4636: hue angle of 5.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB4636 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 70 54 -
CMYK 0 0.68 0.75 0.14
HSL 5.82º 0.7% 0.54% -
HSV(B) 5.82º 0.75% 0.86% -
XYZ 32.07 19.71 5.6 -
YUV 112.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 219 70 54 0 0.68 0.75 0.14 5.82 0.7 0.54
Hex DB 46 36 0 44 4B E 6 46 36
Octal 333 106 66 0 104 113 16 6 106 66
Binary 11011011 1000110 110110 0 1000100 1001011 1110 110 1000110 110110

Color Harmonies of #DB4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4636

Black with #DB4636

Text Example


Text Example

White with #DB4636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4636; }

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

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

background-color css

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

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

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

border-color css

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

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

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