Html Css Color HEX #DB382E Cinnabar

📋 copy color: '#DB382E'

red 219 ◦ green 56 ◦ blue 46

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

Shades of Cinnabar #DB382E

Tints of Cinnabar #DB382E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 68.22%
G = 17.45%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB382E (or 0xDB382E) is known color: Cinnabar. HEX triplet: DB, 38 and 2E. RGB value is (219,56,46). Sum of RGB (Red+Green+Blue) = 219+56+46=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB382E is #24C7D1. Grayscale: #676767. Windows color (decimal): -2410450 or 3029211. OLE color: 3029211.

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

Color convert

RGB 219 56 46 -
CMYK 0 0.74 0.79 0.14
HSL 3.47º 0.71% 0.52% -
HSV(B) 3.47º 0.79% 0.86% -
XYZ 31.12 18.09 4.44 -
YUV 103.6 95.5 210.31 -
System Red Green Blue C M Y K H S L
Decimal 219 56 46 0 0.74 0.79 0.14 3.47 0.71 0.52
Hex DB 38 2E 0 4A 4F E 3 47 34
Octal 333 70 56 0 112 117 16 3 107 64
Binary 11011011 111000 101110 0 1001010 1001111 1110 11 1000111 110100

Color Harmonies of #DB382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB382E

Black with #DB382E

Text Example


Text Example

White with #DB382E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB382E; }

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

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

background-color css

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

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

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

border-color css

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

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

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