Html Css Color HEX #DB4529 Cinnabar

📋 copy color: '#DB4529'

red 219 ◦ green 69 ◦ blue 41

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

Shades of Cinnabar #DB4529

Tints of Cinnabar #DB4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.97%

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

R = 66.57%
G = 20.97%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB4529 (or 0xDB4529) is known color: Cinnabar. HEX triplet: DB, 45 and 29. RGB value is (219,69,41). Sum of RGB (Red+Green+Blue) = 219+69+41=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4529 is #24BAD6. Grayscale: #6E6E6E. Windows color (decimal): -2407127 or 2704859. OLE color: 2704859.

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

Color convert

RGB 219 69 41 -
CMYK 0 0.68 0.81 0.14
HSL 9.44º 0.71% 0.51% -
HSV(B) 9.44º 0.81% 0.86% -
XYZ 31.74 19.48 4.18 -
YUV 110.66 88.7 205.28 -
System Red Green Blue C M Y K H S L
Decimal 219 69 41 0 0.68 0.81 0.14 9.44 0.71 0.51
Hex DB 45 29 0 44 51 E 9 47 33
Octal 333 105 51 0 104 121 16 11 107 63
Binary 11011011 1000101 101001 0 1000100 1010001 1110 1001 1000111 110011

Color Harmonies of #DB4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4529

Black with #DB4529

Text Example


Text Example

White with #DB4529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4529; }

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

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

background-color css

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

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

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

border-color css

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

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

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