Html Css Color HEX #DB4140 Cinnabar

📋 copy color: '#DB4140'

red 219 ◦ green 65 ◦ blue 64

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

Shades of Cinnabar #DB4140

Tints of Cinnabar #DB4140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 62.93%
G = 18.68%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB4140 (or 0xDB4140) is known color: Cinnabar. HEX triplet: DB, 41 and 40. RGB value is (219,65,64). Sum of RGB (Red+Green+Blue) = 219+65+64=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4140 is #24BEBF. Grayscale: #6F6F6F. Windows color (decimal): -2408128 or 4211163. OLE color: 4211163.

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

Color convert

RGB 219 65 64 -
CMYK 0 0.70 0.71 0.14
HSL 0.39º 0.68% 0.55% -
HSV(B) 0.39º 0.71% 0.86% -
XYZ 32.03 19.21 6.87 -
YUV 110.93 101.52 205.08 -
System Red Green Blue C M Y K H S L
Decimal 219 65 64 0 0.70 0.71 0.14 0.39 0.68 0.55
Hex DB 41 40 0 46 47 E 0 44 37
Octal 333 101 100 0 106 107 16 0 104 67
Binary 11011011 1000001 1000000 0 1000110 1000111 1110 0 1000100 110111

Color Harmonies of #DB4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4140

Black with #DB4140

Text Example


Text Example

White with #DB4140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4140; }

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

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

background-color css

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

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

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

border-color css

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

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

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