Html Css Color HEX #DB4039 Cinnabar

📋 copy color: '#DB4039'

red 219 ◦ green 64 ◦ blue 57

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

Shades of Cinnabar #DB4039

Tints of Cinnabar #DB4039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 57 (22.66% from 255) = 16.76%

R = 64.41%
G = 18.82%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB4039 (or 0xDB4039) is known color: Cinnabar. HEX triplet: DB, 40 and 39. RGB value is (219,64,57). Sum of RGB (Red+Green+Blue) = 219+64+57=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 57 (22.66% from 255 or 16.76% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4039 is #24BFC6. Grayscale: #6D6D6D. Windows color (decimal): -2408391 or 3752155. OLE color: 3752155.

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

Color convert

RGB 219 64 57 -
CMYK 0 0.71 0.74 0.14
HSL 2.59º 0.69% 0.54% -
HSV(B) 2.59º 0.74% 0.86% -
XYZ 31.79 19.02 5.87 -
YUV 109.55 98.35 206.07 -
System Red Green Blue C M Y K H S L
Decimal 219 64 57 0 0.71 0.74 0.14 2.59 0.69 0.54
Hex DB 40 39 0 47 4A E 3 45 36
Octal 333 100 71 0 107 112 16 3 105 66
Binary 11011011 1000000 111001 0 1000111 1001010 1110 11 1000101 110110

Color Harmonies of #DB4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4039

Black with #DB4039

Text Example


Text Example

White with #DB4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4039; }

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

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

background-color css

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

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

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

border-color css

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

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

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