Html Css Color HEX #DB4737 Cinnabar

📋 copy color: '#DB4737'

red 219 ◦ green 71 ◦ blue 55

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

Shades of Cinnabar #DB4737

Tints of Cinnabar #DB4737

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.58%

 BLUE value IS 55 (21.88% from 255) = 15.94%

R = 63.48%
G = 20.58%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB4737 (or 0xDB4737) is known color: Cinnabar. HEX triplet: DB, 47 and 37. RGB value is (219,71,55). Sum of RGB (Red+Green+Blue) = 219+71+55=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 55 (21.88% from 255 or 15.94% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4737 is #24B8C8. Grayscale: #717171. Windows color (decimal): -2406601 or 3622875. OLE color: 3622875.

HSL color Cylindrical-coordinate representation of color #DB4737: hue angle of 5.85º degrees, saturation: 0.69, 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 #DB4737 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 71 55 -
CMYK 0 0.68 0.75 0.14
HSL 5.85º 0.69% 0.54% -
HSV(B) 5.85º 0.75% 0.86% -
XYZ 32.16 19.84 5.75 -
YUV 113.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 219 71 55 0 0.68 0.75 0.14 5.85 0.69 0.54
Hex DB 47 37 0 44 4B E 6 45 36
Octal 333 107 67 0 104 113 16 6 105 66
Binary 11011011 1000111 110111 0 1000100 1001011 1110 110 1000101 110110

Color Harmonies of #DB4737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4737

Black with #DB4737

Text Example


Text Example

White with #DB4737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4737; }

 p { color: rgb(219,71,55); }

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

background-color css

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

 a { background-color: rgb(219,71,55); }

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

border-color css

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

 span { border-color: rgb(219,71,55); }

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