Html Css Color HEX #DB4032 Cinnabar

📋 copy color: '#DB4032'

red 219 ◦ green 64 ◦ blue 50

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

Shades of Cinnabar #DB4032

Tints of Cinnabar #DB4032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.02%

R = 65.77%
G = 19.22%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB4032 (or 0xDB4032) is known color: Cinnabar. HEX triplet: DB, 40 and 32. RGB value is (219,64,50). Sum of RGB (Red+Green+Blue) = 219+64+50=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4032 is #24BFCD. Grayscale: #6C6C6C. Windows color (decimal): -2408398 or 3293403. OLE color: 3293403.

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

Color convert

RGB 219 64 50 -
CMYK 0 0.71 0.77 0.14
HSL 4.97º 0.7% 0.53% -
HSV(B) 4.97º 0.77% 0.86% -
XYZ 31.62 18.96 5.01 -
YUV 108.75 94.85 206.64 -
System Red Green Blue C M Y K H S L
Decimal 219 64 50 0 0.71 0.77 0.14 4.97 0.7 0.53
Hex DB 40 32 0 47 4D E 5 46 35
Octal 333 100 62 0 107 115 16 5 106 65
Binary 11011011 1000000 110010 0 1000111 1001101 1110 101 1000110 110101

Color Harmonies of #DB4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4032

Black with #DB4032

Text Example


Text Example

White with #DB4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4032; }

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

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

background-color css

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

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

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

border-color css

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

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

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