Html Css Color HEX #DB372C Cinnabar

📋 copy color: '#DB372C'

red 219 ◦ green 55 ◦ blue 44

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

Shades of Cinnabar #DB372C

Tints of Cinnabar #DB372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 68.87%
G = 17.3%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB372C (or 0xDB372C) is known color: Cinnabar. HEX triplet: DB, 37 and 2C. RGB value is (219,55,44). Sum of RGB (Red+Green+Blue) = 219+55+44=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB372C is #24C8D3. Grayscale: #666666. Windows color (decimal): -2410708 or 2897883. OLE color: 2897883.

HSL color Cylindrical-coordinate representation of color #DB372C: hue angle of 3.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB372C is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 44 -
CMYK 0 0.75 0.80 0.14
HSL 3.77º 0.71% 0.52% -
HSV(B) 3.77º 0.8% 0.86% -
XYZ 31.03 17.97 4.22 -
YUV 102.78 94.83 210.89 -
System Red Green Blue C M Y K H S L
Decimal 219 55 44 0 0.75 0.80 0.14 3.77 0.71 0.52
Hex DB 37 2C 0 4B 50 E 4 47 34
Octal 333 67 54 0 113 120 16 4 107 64
Binary 11011011 110111 101100 0 1001011 1010000 1110 100 1000111 110100

Color Harmonies of #DB372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB372C

Black with #DB372C

Text Example


Text Example

White with #DB372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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