Html Css Color HEX #DB4740 Cinnabar

📋 copy color: '#DB4740'

red 219 ◦ green 71 ◦ blue 64

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

Shades of Cinnabar #DB4740

Tints of Cinnabar #DB4740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.06%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 61.86%
G = 20.06%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB4740 (or 0xDB4740) is known color: Cinnabar. HEX triplet: DB, 47 and 40. RGB value is (219,71,64). Sum of RGB (Red+Green+Blue) = 219+71+64=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4740 is #24B8BF. Grayscale: #727272. Windows color (decimal): -2406592 or 4212699. OLE color: 4212699.

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

Color convert

RGB 219 71 64 -
CMYK 0 0.68 0.71 0.14
HSL 2.71º 0.68% 0.55% -
HSV(B) 2.71º 0.71% 0.86% -
XYZ 32.39 19.94 6.99 -
YUV 114.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 219 71 64 0 0.68 0.71 0.14 2.71 0.68 0.55
Hex DB 47 40 0 44 47 E 3 44 37
Octal 333 107 100 0 104 107 16 3 104 67
Binary 11011011 1000111 1000000 0 1000100 1000111 1110 11 1000100 110111

Color Harmonies of #DB4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4740

Black with #DB4740

Text Example


Text Example

White with #DB4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4740; }

 p { color: rgb(219,71,64); }

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

background-color css

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

 a { background-color: rgb(219,71,64); }

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

border-color css

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

 span { border-color: rgb(219,71,64); }

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