Html Css Color HEX #DB4321 Cinnabar

📋 copy color: '#DB4321'

red 219 ◦ green 67 ◦ blue 33

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

Shades of Cinnabar #DB4321

Tints of Cinnabar #DB4321

RGB

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

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

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

R = 68.65%
G = 21%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB4321 (or 0xDB4321) is known color: Cinnabar. HEX triplet: DB, 43 and 21. RGB value is (219,67,33). Sum of RGB (Red+Green+Blue) = 219+67+33=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4321 is #24BCDE. Grayscale: #6C6C6C. Windows color (decimal): -2407647 or 2180059. OLE color: 2180059.

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

Color convert

RGB 219 67 33 -
CMYK 0 0.69 0.85 0.14
HSL 10.97º 0.74% 0.49% -
HSV(B) 10.97º 0.85% 0.86% -
XYZ 31.5 19.18 3.48 -
YUV 108.57 85.36 206.76 -
System Red Green Blue C M Y K H S L
Decimal 219 67 33 0 0.69 0.85 0.14 10.97 0.74 0.49
Hex DB 43 21 0 45 55 E B 4A 31
Octal 333 103 41 0 105 125 16 13 112 61
Binary 11011011 1000011 100001 0 1000101 1010101 1110 1011 1001010 110001

Color Harmonies of #DB4321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4321

Black with #DB4321

Text Example


Text Example

White with #DB4321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4321; }

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

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

background-color css

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

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

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

border-color css

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

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

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