Html Css Color HEX #DB4240 Cinnabar

📋 copy color: '#DB4240'

red 219 ◦ green 66 ◦ blue 64

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

Shades of Cinnabar #DB4240

Tints of Cinnabar #DB4240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

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

R = 62.75%
G = 18.91%
B = 18.34%

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

#DB4240 (or 0xDB4240) is known color: Cinnabar. HEX triplet: DB, 42 and 40. RGB value is (219,66,64). Sum of RGB (Red+Green+Blue) = 219+66+64=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4240 is #24BDBF. Grayscale: #6F6F6F. Windows color (decimal): -2407872 or 4211419. OLE color: 4211419.

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

Color convert

RGB 219 66 64 -
CMYK 0 0.70 0.71 0.14
HSL 0.77º 0.68% 0.55% -
HSV(B) 0.77º 0.71% 0.86% -
XYZ 32.09 19.33 6.89 -
YUV 111.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 219 66 64 0 0.70 0.71 0.14 0.77 0.68 0.55
Hex DB 42 40 0 46 47 E 1 44 37
Octal 333 102 100 0 106 107 16 1 104 67
Binary 11011011 1000010 1000000 0 1000110 1000111 1110 1 1000100 110111

Color Harmonies of #DB4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4240

Black with #DB4240

Text Example


Text Example

White with #DB4240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4240; }

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

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

background-color css

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

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

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

border-color css

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

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

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