Html Css Color HEX #DB4632 Cinnabar

📋 copy color: '#DB4632'

red 219 ◦ green 70 ◦ blue 50

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

Shades of Cinnabar #DB4632

Tints of Cinnabar #DB4632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

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

R = 64.6%
G = 20.65%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB4632 (or 0xDB4632) is known color: Cinnabar. HEX triplet: DB, 46 and 32. RGB value is (219,70,50). Sum of RGB (Red+Green+Blue) = 219+70+50=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 50 (19.92% from 255 or 14.75% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4632 is #24B9CD. Grayscale: #707070. Windows color (decimal): -2406862 or 3294939. OLE color: 3294939.

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

Color convert

RGB 219 70 50 -
CMYK 0 0.68 0.77 0.14
HSL 7.1º 0.7% 0.53% -
HSV(B) 7.1º 0.77% 0.86% -
XYZ 31.98 19.67 5.13 -
YUV 112.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 219 70 50 0 0.68 0.77 0.14 7.1 0.7 0.53
Hex DB 46 32 0 44 4D E 7 46 35
Octal 333 106 62 0 104 115 16 7 106 65
Binary 11011011 1000110 110010 0 1000100 1001101 1110 111 1000110 110101

Color Harmonies of #DB4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4632

Black with #DB4632

Text Example


Text Example

White with #DB4632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4632; }

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

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

background-color css

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

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

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

border-color css

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

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

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