Html Css Color HEX #DB442C Cinnabar

📋 copy color: '#DB442C'

red 219 ◦ green 68 ◦ blue 44

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

Shades of Cinnabar #DB442C

Tints of Cinnabar #DB442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 66.16%
G = 20.54%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB442C (or 0xDB442C) is known color: Cinnabar. HEX triplet: DB, 44 and 2C. RGB value is (219,68,44). Sum of RGB (Red+Green+Blue) = 219+68+44=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB442C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB442C is #24BBD3. Grayscale: #6E6E6E. Windows color (decimal): -2407380 or 2901211. OLE color: 2901211.

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

Color convert

RGB 219 68 44 -
CMYK 0 0.69 0.80 0.14
HSL 8.23º 0.71% 0.52% -
HSV(B) 8.23º 0.8% 0.86% -
XYZ 31.74 19.38 4.45 -
YUV 110.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 219 68 44 0 0.69 0.80 0.14 8.23 0.71 0.52
Hex DB 44 2C 0 45 50 E 8 47 34
Octal 333 104 54 0 105 120 16 10 107 64
Binary 11011011 1000100 101100 0 1000101 1010000 1110 1000 1000111 110100

Color Harmonies of #DB442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB442C

Black with #DB442C

Text Example


Text Example

White with #DB442C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB442C; }

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

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

background-color css

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

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

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

border-color css

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

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

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