Html Css Color HEX #DB3632 Cinnabar

📋 copy color: '#DB3632'

red 219 ◦ green 54 ◦ blue 50

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

Shades of Cinnabar #DB3632

Tints of Cinnabar #DB3632

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.72%

 BLUE value IS 50 (19.92% from 255) = 15.48%

R = 67.8%
G = 16.72%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB3632 (or 0xDB3632) is known color: Cinnabar. HEX triplet: DB, 36 and 32. RGB value is (219,54,50). Sum of RGB (Red+Green+Blue) = 219+54+50=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3632 is #24C9CD. Grayscale: #676767. Windows color (decimal): -2410958 or 3290843. OLE color: 3290843.

HSL color Cylindrical-coordinate representation of color #DB3632: hue angle of 1.42º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB3632 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 50 -
CMYK 0 0.75 0.77 0.14
HSL 1.42º 0.7% 0.53% -
HSV(B) 1.42º 0.77% 0.86% -
XYZ 31.11 17.93 4.84 -
YUV 102.88 98.16 210.83 -
System Red Green Blue C M Y K H S L
Decimal 219 54 50 0 0.75 0.77 0.14 1.42 0.7 0.53
Hex DB 36 32 0 4B 4D E 1 46 35
Octal 333 66 62 0 113 115 16 1 106 65
Binary 11011011 110110 110010 0 1001011 1001101 1110 1 1000110 110101

Color Harmonies of #DB3632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3632

Black with #DB3632

Text Example


Text Example

White with #DB3632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3632; }

 p { color: rgb(219,54,50); }

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

background-color css

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

 a { background-color: rgb(219,54,50); }

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

border-color css

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

 span { border-color: rgb(219,54,50); }

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