Html Css Color HEX #DB5038 Cinnabar

📋 copy color: '#DB5038'

red 219 ◦ green 80 ◦ blue 56

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

Shades of Cinnabar #DB5038

Tints of Cinnabar #DB5038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.54%

 BLUE value IS 56 (22.27% from 255) = 15.77%

R = 61.69%
G = 22.54%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB5038 (or 0xDB5038) is known color: Cinnabar. HEX triplet: DB, 50 and 38. RGB value is (219,80,56). Sum of RGB (Red+Green+Blue) = 219+80+56=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 80 (31.64% from 255 or 22.54% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5038 is #24AFC7. Grayscale: #777777. Windows color (decimal): -2404296 or 3690715. OLE color: 3690715.

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

Color convert

RGB 219 80 56 -
CMYK 0 0.63 0.74 0.14
HSL 8.83º 0.69% 0.54% -
HSV(B) 8.83º 0.74% 0.86% -
XYZ 32.8 21.08 6.08 -
YUV 118.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 219 80 56 0 0.63 0.74 0.14 8.83 0.69 0.54
Hex DB 50 38 0 3F 4A E 9 45 36
Octal 333 120 70 0 77 112 16 11 105 66
Binary 11011011 1010000 111000 0 111111 1001010 1110 1001 1000101 110110

Color Harmonies of #DB5038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5038

Black with #DB5038

Text Example


Text Example

White with #DB5038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5038; }

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

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

background-color css

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

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

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

border-color css

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

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

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