Html Css Color HEX #DB382B Cinnabar

📋 copy color: '#DB382B'

red 219 ◦ green 56 ◦ blue 43

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

Shades of Cinnabar #DB382B

Tints of Cinnabar #DB382B

RGB

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

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

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

R = 68.87%
G = 17.61%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB382B (or 0xDB382B) is known color: Cinnabar. HEX triplet: DB, 38 and 2B. RGB value is (219,56,43). Sum of RGB (Red+Green+Blue) = 219+56+43=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB382B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB382B is #24C7D4. Grayscale: #676767. Windows color (decimal): -2410453 or 2832603. OLE color: 2832603.

HSL color Cylindrical-coordinate representation of color #DB382B: hue angle of 4.43º 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 #DB382B is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 56 43 -
CMYK 0 0.74 0.80 0.14
HSL 4.43º 0.71% 0.51% -
HSV(B) 4.43º 0.8% 0.86% -
XYZ 31.06 18.06 4.13 -
YUV 103.26 94 210.56 -
System Red Green Blue C M Y K H S L
Decimal 219 56 43 0 0.74 0.80 0.14 4.43 0.71 0.51
Hex DB 38 2B 0 4A 50 E 4 47 33
Octal 333 70 53 0 112 120 16 4 107 63
Binary 11011011 111000 101011 0 1001010 1010000 1110 100 1000111 110011

Color Harmonies of #DB382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB382B

Black with #DB382B

Text Example


Text Example

White with #DB382B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB382B; }

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

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

background-color css

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

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

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

border-color css

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

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

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