Html Css Color HEX #DB5138 Cinnabar

📋 copy color: '#DB5138'

red 219 ◦ green 81 ◦ blue 56

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

Shades of Cinnabar #DB5138

Tints of Cinnabar #DB5138

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.75%

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

R = 61.52%
G = 22.75%
B = 15.73%

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

#DB5138 (or 0xDB5138) is known color: Cinnabar. HEX triplet: DB, 51 and 38. RGB value is (219,81,56). Sum of RGB (Red+Green+Blue) = 219+81+56=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 56 (22.27% from 255 or 15.73% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5138 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5138 is #24AEC7. Grayscale: #777777. Windows color (decimal): -2404040 or 3690971. OLE color: 3690971.

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

Color convert

RGB 219 81 56 -
CMYK 0 0.63 0.74 0.14
HSL 9.2º 0.69% 0.54% -
HSV(B) 9.2º 0.74% 0.86% -
XYZ 32.87 21.23 6.11 -
YUV 119.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 219 81 56 0 0.63 0.74 0.14 9.2 0.69 0.54
Hex DB 51 38 0 3F 4A E 9 45 36
Octal 333 121 70 0 77 112 16 11 105 66
Binary 11011011 1010001 111000 0 111111 1001010 1110 1001 1000101 110110

Color Harmonies of #DB5138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5138

Black with #DB5138

Text Example


Text Example

White with #DB5138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5138; }

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

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

background-color css

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

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

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

border-color css

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

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

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