Html Css Color HEX #DB4322 Cinnabar

📋 copy color: '#DB4322'

red 219 ◦ green 67 ◦ blue 34

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

Shades of Cinnabar #DB4322

Tints of Cinnabar #DB4322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.63%

R = 68.44%
G = 20.94%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB4322 (or 0xDB4322) is known color: Cinnabar. HEX triplet: DB, 43 and 22. RGB value is (219,67,34). Sum of RGB (Red+Green+Blue) = 219+67+34=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4322 is #24BCDD. Grayscale: #6C6C6C. Windows color (decimal): -2407646 or 2245595. OLE color: 2245595.

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

Color convert

RGB 219 67 34 -
CMYK 0 0.69 0.84 0.14
HSL 10.7º 0.73% 0.5% -
HSV(B) 10.7º 0.84% 0.86% -
XYZ 31.51 19.19 3.56 -
YUV 108.69 85.86 206.68 -
System Red Green Blue C M Y K H S L
Decimal 219 67 34 0 0.69 0.84 0.14 10.7 0.73 0.5
Hex DB 43 22 0 45 54 E B 49 32
Octal 333 103 42 0 105 124 16 13 111 62
Binary 11011011 1000011 100010 0 1000101 1010100 1110 1011 1001001 110010

Color Harmonies of #DB4322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4322

Black with #DB4322

Text Example


Text Example

White with #DB4322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4322; }

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

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

background-color css

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

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

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

border-color css

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

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

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