Html Css Color HEX #DB5136 Cinnabar

📋 copy color: '#DB5136'

red 219 ◦ green 81 ◦ blue 54

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

Shades of Cinnabar #DB5136

Tints of Cinnabar #DB5136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 61.86%
G = 22.88%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB5136 (or 0xDB5136) is known color: Cinnabar. HEX triplet: DB, 51 and 36. RGB value is (219,81,54). Sum of RGB (Red+Green+Blue) = 219+81+54=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5136 is #24AEC9. Grayscale: #777777. Windows color (decimal): -2404042 or 3559899. OLE color: 3559899.

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

Color convert

RGB 219 81 54 -
CMYK 0 0.63 0.75 0.14
HSL 9.82º 0.7% 0.54% -
HSV(B) 9.82º 0.75% 0.86% -
XYZ 32.82 21.21 5.85 -
YUV 119.18 91.22 199.2 -
System Red Green Blue C M Y K H S L
Decimal 219 81 54 0 0.63 0.75 0.14 9.82 0.7 0.54
Hex DB 51 36 0 3F 4B E A 46 36
Octal 333 121 66 0 77 113 16 12 106 66
Binary 11011011 1010001 110110 0 111111 1001011 1110 1010 1000110 110110

Color Harmonies of #DB5136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5136

Black with #DB5136

Text Example


Text Example

White with #DB5136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5136; }

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

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

background-color css

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

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

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

border-color css

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

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

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