Html Css Color HEX #DB4838 Cinnabar

📋 copy color: '#DB4838'

red 219 ◦ green 72 ◦ blue 56

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

Shades of Cinnabar #DB4838

Tints of Cinnabar #DB4838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.14%

R = 63.11%
G = 20.75%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB4838 (or 0xDB4838) is known color: Cinnabar. HEX triplet: DB, 48 and 38. RGB value is (219,72,56). Sum of RGB (Red+Green+Blue) = 219+72+56=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4838 is #24B7C7. Grayscale: #727272. Windows color (decimal): -2406344 or 3688667. OLE color: 3688667.

HSL color Cylindrical-coordinate representation of color #DB4838: hue angle of 5.89º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB4838 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 72 56 -
CMYK 0 0.67 0.74 0.14
HSL 5.89º 0.69% 0.54% -
HSV(B) 5.89º 0.74% 0.86% -
XYZ 32.24 19.98 5.9 -
YUV 114.13 95.2 202.8 -
System Red Green Blue C M Y K H S L
Decimal 219 72 56 0 0.67 0.74 0.14 5.89 0.69 0.54
Hex DB 48 38 0 43 4A E 6 45 36
Octal 333 110 70 0 103 112 16 6 105 66
Binary 11011011 1001000 111000 0 1000011 1001010 1110 110 1000101 110110

Color Harmonies of #DB4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4838

Black with #DB4838

Text Example


Text Example

White with #DB4838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4838; }

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

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

background-color css

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

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

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

border-color css

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

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

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