Html Css Color HEX #DB4329 Cinnabar

📋 copy color: '#DB4329'

red 219 ◦ green 67 ◦ blue 41

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

Shades of Cinnabar #DB4329

Tints of Cinnabar #DB4329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.54%

R = 66.97%
G = 20.49%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB4329 (or 0xDB4329) is known color: Cinnabar. HEX triplet: DB, 43 and 29. RGB value is (219,67,41). Sum of RGB (Red+Green+Blue) = 219+67+41=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 67 (26.56% from 255 or 20.49% from 327); Blue value is 41 (16.41% from 255 or 12.54% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4329 is #24BCD6. Grayscale: #6D6D6D. Windows color (decimal): -2407639 or 2704347. OLE color: 2704347.

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

Color convert

RGB 219 67 41 -
CMYK 0 0.69 0.81 0.14
HSL 8.76º 0.71% 0.51% -
HSV(B) 8.76º 0.81% 0.86% -
XYZ 31.62 19.23 4.14 -
YUV 109.48 89.36 206.11 -
System Red Green Blue C M Y K H S L
Decimal 219 67 41 0 0.69 0.81 0.14 8.76 0.71 0.51
Hex DB 43 29 0 45 51 E 9 47 33
Octal 333 103 51 0 105 121 16 11 107 63
Binary 11011011 1000011 101001 0 1000101 1010001 1110 1001 1000111 110011

Color Harmonies of #DB4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4329

Black with #DB4329

Text Example


Text Example

White with #DB4329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4329; }

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

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

background-color css

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

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

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

border-color css

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

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

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