Html Css Color HEX #DB3723 Cinnabar

📋 copy color: '#DB3723'

red 219 ◦ green 55 ◦ blue 35

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

Shades of Cinnabar #DB3723

Tints of Cinnabar #DB3723

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.8%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 70.87%
G = 17.8%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB3723 (or 0xDB3723) is known color: Cinnabar. HEX triplet: DB, 37 and 23. RGB value is (219,55,35). Sum of RGB (Red+Green+Blue) = 219+55+35=309 (40% of max value = 765). Red value is 219 (85.94% from 255 or 70.87% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3723 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3723 is #24C8DC. Grayscale: #666666. Windows color (decimal): -2410717 or 2308059. OLE color: 2308059.

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

Color convert

RGB 219 55 35 -
CMYK 0 0.75 0.84 0.14
HSL 6.52º 0.72% 0.5% -
HSV(B) 6.52º 0.84% 0.86% -
XYZ 30.88 17.91 3.42 -
YUV 101.76 90.33 211.63 -
System Red Green Blue C M Y K H S L
Decimal 219 55 35 0 0.75 0.84 0.14 6.52 0.72 0.5
Hex DB 37 23 0 4B 54 E 7 48 32
Octal 333 67 43 0 113 124 16 7 110 62
Binary 11011011 110111 100011 0 1001011 1010100 1110 111 1001000 110010

Color Harmonies of #DB3723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3723

Black with #DB3723

Text Example


Text Example

White with #DB3723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3723; }

 p { color: rgb(219,55,35); }

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

background-color css

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

 a { background-color: rgb(219,55,35); }

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

border-color css

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

 span { border-color: rgb(219,55,35); }

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