Html Css Color HEX #DB3B37 Cinnabar

📋 copy color: '#DB3B37'

red 219 ◦ green 59 ◦ blue 55

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

Shades of Cinnabar #DB3B37

Tints of Cinnabar #DB3B37

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.72%

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

R = 65.77%
G = 17.72%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB3B37 (or 0xDB3B37) is known color: Cinnabar. HEX triplet: DB, 3B and 37. RGB value is (219,59,55). Sum of RGB (Red+Green+Blue) = 219+59+55=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B37 is #24C4C8. Grayscale: #6A6A6A. Windows color (decimal): -2409673 or 3619803. OLE color: 3619803.

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

Color convert

RGB 219 59 55 -
CMYK 0 0.73 0.75 0.14
HSL 1.46º 0.69% 0.54% -
HSV(B) 1.46º 0.75% 0.86% -
XYZ 31.47 18.46 5.52 -
YUV 106.38 99.01 208.33 -
System Red Green Blue C M Y K H S L
Decimal 219 59 55 0 0.73 0.75 0.14 1.46 0.69 0.54
Hex DB 3B 37 0 49 4B E 1 45 36
Octal 333 73 67 0 111 113 16 1 105 66
Binary 11011011 111011 110111 0 1001001 1001011 1110 1 1000101 110110

Color Harmonies of #DB3B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3B37

Black with #DB3B37

Text Example


Text Example

White with #DB3B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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