Html Css Color HEX #DB4439 Cinnabar

📋 copy color: '#DB4439'

red 219 ◦ green 68 ◦ blue 57

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

Shades of Cinnabar #DB4439

Tints of Cinnabar #DB4439

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.77%

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

R = 63.66%
G = 19.77%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB4439 (or 0xDB4439) is known color: Cinnabar. HEX triplet: DB, 44 and 39. RGB value is (219,68,57). Sum of RGB (Red+Green+Blue) = 219+68+57=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 57 (22.66% from 255 or 16.57% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4439 is #24BBC6. Grayscale: #707070. Windows color (decimal): -2407367 or 3753179. OLE color: 3753179.

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

Color convert

RGB 219 68 57 -
CMYK 0 0.69 0.74 0.14
HSL 4.07º 0.69% 0.54% -
HSV(B) 4.07º 0.74% 0.86% -
XYZ 32.02 19.49 5.95 -
YUV 111.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 219 68 57 0 0.69 0.74 0.14 4.07 0.69 0.54
Hex DB 44 39 0 45 4A E 4 45 36
Octal 333 104 71 0 105 112 16 4 105 66
Binary 11011011 1000100 111001 0 1000101 1001010 1110 100 1000101 110110

Color Harmonies of #DB4439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4439

Black with #DB4439

Text Example


Text Example

White with #DB4439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4439; }

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

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

background-color css

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

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

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

border-color css

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

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

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