Html Css Color HEX #DB392A Cinnabar

📋 copy color: '#DB392A'

red 219 ◦ green 57 ◦ blue 42

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

Shades of Cinnabar #DB392A

Tints of Cinnabar #DB392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.92%

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 68.87%
G = 17.92%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB392A (or 0xDB392A) is known color: Cinnabar. HEX triplet: DB, 39 and 2A. RGB value is (219,57,42). Sum of RGB (Red+Green+Blue) = 219+57+42=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB392A is #24C6D5. Grayscale: #676767. Windows color (decimal): -2410198 or 2767323. OLE color: 2767323.

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

Color convert

RGB 219 57 42 -
CMYK 0 0.74 0.81 0.14
HSL 5.08º 0.71% 0.51% -
HSV(B) 5.08º 0.81% 0.86% -
XYZ 31.09 18.15 4.06 -
YUV 103.73 93.17 210.22 -
System Red Green Blue C M Y K H S L
Decimal 219 57 42 0 0.74 0.81 0.14 5.08 0.71 0.51
Hex DB 39 2A 0 4A 51 E 5 47 33
Octal 333 71 52 0 112 121 16 5 107 63
Binary 11011011 111001 101010 0 1001010 1010001 1110 101 1000111 110011

Color Harmonies of #DB392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB392A

Black with #DB392A

Text Example


Text Example

White with #DB392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB392A; }

 p { color: rgb(219,57,42); }

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

background-color css

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

 a { background-color: rgb(219,57,42); }

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

border-color css

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

 span { border-color: rgb(219,57,42); }

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