Html Css Color HEX #DB4521 Cinnabar

📋 copy color: '#DB4521'

red 219 ◦ green 69 ◦ blue 33

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

Shades of Cinnabar #DB4521

Tints of Cinnabar #DB4521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.28%

R = 68.22%
G = 21.5%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB4521 (or 0xDB4521) is known color: Cinnabar. HEX triplet: DB, 45 and 21. RGB value is (219,69,33). Sum of RGB (Red+Green+Blue) = 219+69+33=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4521 is #24BADE. Grayscale: #6E6E6E. Windows color (decimal): -2407135 or 2180571. OLE color: 2180571.

HSL color Cylindrical-coordinate representation of color #DB4521: hue angle of 11.61º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB4521 is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 69 33 -
CMYK 0 0.68 0.85 0.14
HSL 11.61º 0.74% 0.49% -
HSV(B) 11.61º 0.85% 0.86% -
XYZ 31.62 19.43 3.52 -
YUV 109.75 84.7 205.93 -
System Red Green Blue C M Y K H S L
Decimal 219 69 33 0 0.68 0.85 0.14 11.61 0.74 0.49
Hex DB 45 21 0 44 55 E C 4A 31
Octal 333 105 41 0 104 125 16 14 112 61
Binary 11011011 1000101 100001 0 1000100 1010101 1110 1100 1001010 110001

Color Harmonies of #DB4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4521

Black with #DB4521

Text Example


Text Example

White with #DB4521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4521; }

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

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

background-color css

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

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

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

border-color css

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

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

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