Html Css Color HEX #DB4832 Cinnabar

📋 copy color: '#DB4832'

red 219 ◦ green 72 ◦ blue 50

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

Shades of Cinnabar #DB4832

Tints of Cinnabar #DB4832

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

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

R = 64.22%
G = 21.11%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB4832 (or 0xDB4832) is known color: Cinnabar. HEX triplet: DB, 48 and 32. RGB value is (219,72,50). Sum of RGB (Red+Green+Blue) = 219+72+50=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4832 is #24B7CD. Grayscale: #717171. Windows color (decimal): -2406350 or 3295451. OLE color: 3295451.

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

Color convert

RGB 219 72 50 -
CMYK 0 0.67 0.77 0.14
HSL 7.81º 0.7% 0.53% -
HSV(B) 7.81º 0.77% 0.86% -
XYZ 32.11 19.93 5.17 -
YUV 113.45 92.2 203.29 -
System Red Green Blue C M Y K H S L
Decimal 219 72 50 0 0.67 0.77 0.14 7.81 0.7 0.53
Hex DB 48 32 0 43 4D E 8 46 35
Octal 333 110 62 0 103 115 16 10 106 65
Binary 11011011 1001000 110010 0 1000011 1001101 1110 1000 1000110 110101

Color Harmonies of #DB4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4832

Black with #DB4832

Text Example


Text Example

White with #DB4832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4832; }

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

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

background-color css

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

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

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

border-color css

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

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

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