Html Css Color HEX #DB4938 Cinnabar

📋 copy color: '#DB4938'

red 219 ◦ green 73 ◦ blue 56

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

Shades of Cinnabar #DB4938

Tints of Cinnabar #DB4938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.98%

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

R = 62.93%
G = 20.98%
B = 16.09%

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

#DB4938 (or 0xDB4938) is known color: Cinnabar. HEX triplet: DB, 49 and 38. RGB value is (219,73,56). Sum of RGB (Red+Green+Blue) = 219+73+56=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4938 is #24B6C7. Grayscale: #727272. Windows color (decimal): -2406088 or 3688923. OLE color: 3688923.

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

Color convert

RGB 219 73 56 -
CMYK 0 0.67 0.74 0.14
HSL 6.26º 0.69% 0.54% -
HSV(B) 6.26º 0.74% 0.86% -
XYZ 32.31 20.11 5.92 -
YUV 114.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 219 73 56 0 0.67 0.74 0.14 6.26 0.69 0.54
Hex DB 49 38 0 43 4A E 6 45 36
Octal 333 111 70 0 103 112 16 6 105 66
Binary 11011011 1001001 111000 0 1000011 1001010 1110 110 1000101 110110

Color Harmonies of #DB4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4938

Black with #DB4938

Text Example


Text Example

White with #DB4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4938; }

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

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

background-color css

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

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

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

border-color css

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

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

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