Html Css Color HEX #DB3522 Cinnabar

📋 copy color: '#DB3522'

red 219 ◦ green 53 ◦ blue 34

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

Shades of Cinnabar #DB3522

Tints of Cinnabar #DB3522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

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

R = 71.57%
G = 17.32%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB3522 (or 0xDB3522) is known color: Cinnabar. HEX triplet: DB, 35 and 22. RGB value is (219,53,34). Sum of RGB (Red+Green+Blue) = 219+53+34=306 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.57% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3522 is #24CADD. Grayscale: #646464. Windows color (decimal): -2411230 or 2242011. OLE color: 2242011.

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

Color convert

RGB 219 53 34 -
CMYK 0 0.76 0.84 0.14
HSL 6.16º 0.73% 0.5% -
HSV(B) 6.16º 0.84% 0.86% -
XYZ 30.78 17.72 3.31 -
YUV 100.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 219 53 34 0 0.76 0.84 0.14 6.16 0.73 0.5
Hex DB 35 22 0 4C 54 E 6 49 32
Octal 333 65 42 0 114 124 16 6 111 62
Binary 11011011 110101 100010 0 1001100 1010100 1110 110 1001001 110010

Color Harmonies of #DB3522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3522

Black with #DB3522

Text Example


Text Example

White with #DB3522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3522; }

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

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

background-color css

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

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

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

border-color css

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

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

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