Html Css Color HEX #DB491C Cinnabar

📋 copy color: '#DB491C'

red 219 ◦ green 73 ◦ blue 28

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

Shades of Cinnabar #DB491C

Tints of Cinnabar #DB491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 68.44%
G = 22.81%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DB491C (or 0xDB491C) is known color: Cinnabar. HEX triplet: DB, 49 and 1C. RGB value is (219,73,28). Sum of RGB (Red+Green+Blue) = 219+73+28=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB491C is #24B6E3. Grayscale: #6F6F6F. Windows color (decimal): -2406116 or 1853915. OLE color: 1853915.

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

Color convert

RGB 219 73 28 -
CMYK 0 0.67 0.87 0.14
HSL 14.14º 0.77% 0.48% -
HSV(B) 14.14º 0.87% 0.86% -
XYZ 31.81 19.91 3.27 -
YUV 111.52 80.87 204.66 -
System Red Green Blue C M Y K H S L
Decimal 219 73 28 0 0.67 0.87 0.14 14.14 0.77 0.48
Hex DB 49 1C 0 43 57 E E 4D 30
Octal 333 111 34 0 103 127 16 16 115 60
Binary 11011011 1001001 11100 0 1000011 1010111 1110 1110 1001101 110000

Color Harmonies of #DB491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB491C

Black with #DB491C

Text Example


Text Example

White with #DB491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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