Html Css Color HEX #DB4332 Cinnabar

📋 copy color: '#DB4332'

red 219 ◦ green 67 ◦ blue 50

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

Shades of Cinnabar #DB4332

Tints of Cinnabar #DB4332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.94%

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

R = 65.18%
G = 19.94%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB4332 (or 0xDB4332) is known color: Cinnabar. HEX triplet: DB, 43 and 32. RGB value is (219,67,50). Sum of RGB (Red+Green+Blue) = 219+67+50=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4332 is #24BCCD. Grayscale: #6E6E6E. Windows color (decimal): -2407630 or 3294171. OLE color: 3294171.

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

Color convert

RGB 219 67 50 -
CMYK 0 0.69 0.77 0.14
HSL 6.04º 0.7% 0.53% -
HSV(B) 6.04º 0.77% 0.86% -
XYZ 31.8 19.3 5.07 -
YUV 110.51 93.86 205.38 -
System Red Green Blue C M Y K H S L
Decimal 219 67 50 0 0.69 0.77 0.14 6.04 0.7 0.53
Hex DB 43 32 0 45 4D E 6 46 35
Octal 333 103 62 0 105 115 16 6 106 65
Binary 11011011 1000011 110010 0 1000101 1001101 1110 110 1000110 110101

Color Harmonies of #DB4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4332

Black with #DB4332

Text Example


Text Example

White with #DB4332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4332; }

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

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

background-color css

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

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

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

border-color css

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

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

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