Html Css Color HEX #DB492B Cinnabar

📋 copy color: '#DB492B'

red 219 ◦ green 73 ◦ blue 43

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

Shades of Cinnabar #DB492B

Tints of Cinnabar #DB492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.84%

R = 65.37%
G = 21.79%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB492B (or 0xDB492B) is known color: Cinnabar. HEX triplet: DB, 49 and 2B. RGB value is (219,73,43). Sum of RGB (Red+Green+Blue) = 219+73+43=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB492B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB492B is #24B6D4. Grayscale: #717171. Windows color (decimal): -2406101 or 2836955. OLE color: 2836955.

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

Color convert

RGB 219 73 43 -
CMYK 0 0.67 0.80 0.14
HSL 10.23º 0.71% 0.51% -
HSV(B) 10.23º 0.8% 0.86% -
XYZ 32.03 20 4.46 -
YUV 113.23 88.37 203.44 -
System Red Green Blue C M Y K H S L
Decimal 219 73 43 0 0.67 0.80 0.14 10.23 0.71 0.51
Hex DB 49 2B 0 43 50 E A 47 33
Octal 333 111 53 0 103 120 16 12 107 63
Binary 11011011 1001001 101011 0 1000011 1010000 1110 1010 1000111 110011

Color Harmonies of #DB492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB492B

Black with #DB492B

Text Example


Text Example

White with #DB492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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