Html Css Color HEX #DB3737 Cinnabar

📋 copy color: '#DB3737'

red 219 ◦ green 55 ◦ blue 55

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

Shades of Cinnabar #DB3737

Tints of Cinnabar #DB3737

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

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

R = 66.57%
G = 16.72%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB3737 (or 0xDB3737) is known color: Cinnabar. HEX triplet: DB, 37 and 37. RGB value is (219,55,55). Sum of RGB (Red+Green+Blue) = 219+55+55=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 55 (21.88% from 255 or 16.72% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3737 is #24C8C8. Grayscale: #686868. Windows color (decimal): -2410697 or 3618779. OLE color: 3618779.

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

Color convert

RGB 219 55 55 -
CMYK 0 0.75 0.75 0.14
HSL 0.69% 0.54% -
HSV(B) 0.75% 0.86% -
XYZ 31.27 18.07 5.45 -
YUV 104.04 100.33 210 -
System Red Green Blue C M Y K H S L
Decimal 219 55 55 0 0.75 0.75 0.14 0 0.69 0.54
Hex DB 37 37 0 4B 4B E 0 45 36
Octal 333 67 67 0 113 113 16 0 105 66
Binary 11011011 110111 110111 0 1001011 1001011 1110 0 1000101 110110

Color Harmonies of #DB3737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3737

Black with #DB3737

Text Example


Text Example

White with #DB3737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3737; }

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

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

background-color css

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

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

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

border-color css

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

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

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