Html Css Color HEX #DB493F Cinnabar

📋 copy color: '#DB493F'

red 219 ◦ green 73 ◦ blue 63

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

Shades of Cinnabar #DB493F

Tints of Cinnabar #DB493F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.75%

R = 61.69%
G = 20.56%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB493F (or 0xDB493F) is known color: Cinnabar. HEX triplet: DB, 49 and 3F. RGB value is (219,73,63). Sum of RGB (Red+Green+Blue) = 219+73+63=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB493F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB493F is #24B6C0. Grayscale: #737373. Windows color (decimal): -2406081 or 4147675. OLE color: 4147675.

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

Color convert

RGB 219 73 63 -
CMYK 0 0.67 0.71 0.14
HSL 3.85º 0.68% 0.55% -
HSV(B) 3.85º 0.71% 0.86% -
XYZ 32.49 20.18 6.89 -
YUV 115.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 219 73 63 0 0.67 0.71 0.14 3.85 0.68 0.55
Hex DB 49 3F 0 43 47 E 4 44 37
Octal 333 111 77 0 103 107 16 4 104 67
Binary 11011011 1001001 111111 0 1000011 1000111 1110 100 1000100 110111

Color Harmonies of #DB493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB493F

Black with #DB493F

Text Example


Text Example

White with #DB493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB493F; }

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

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

background-color css

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

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

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

border-color css

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

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

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