Html Css Color HEX #DB4B37 Cinnabar

📋 copy color: '#DB4B37'

red 219 ◦ green 75 ◦ blue 55

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

Shades of Cinnabar #DB4B37

Tints of Cinnabar #DB4B37

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.49%

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

R = 62.75%
G = 21.49%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB4B37 (or 0xDB4B37) is known color: Cinnabar. HEX triplet: DB, 4B and 37. RGB value is (219,75,55). Sum of RGB (Red+Green+Blue) = 219+75+55=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B37 is #24B4C8. Grayscale: #747474. Windows color (decimal): -2405577 or 3623899. OLE color: 3623899.

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

Color convert

RGB 219 75 55 -
CMYK 0 0.66 0.75 0.14
HSL 7.32º 0.69% 0.54% -
HSV(B) 7.32º 0.75% 0.86% -
XYZ 32.42 20.37 5.84 -
YUV 115.78 93.71 201.63 -
System Red Green Blue C M Y K H S L
Decimal 219 75 55 0 0.66 0.75 0.14 7.32 0.69 0.54
Hex DB 4B 37 0 42 4B E 7 45 36
Octal 333 113 67 0 102 113 16 7 105 66
Binary 11011011 1001011 110111 0 1000010 1001011 1110 111 1000101 110110

Color Harmonies of #DB4B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B37

Black with #DB4B37

Text Example


Text Example

White with #DB4B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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