Html Css Color HEX #DB443C Cinnabar

📋 copy color: '#DB443C'

red 219 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #DB443C

Tints of Cinnabar #DB443C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.29%

R = 63.11%
G = 19.6%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB443C (or 0xDB443C) is known color: Cinnabar. HEX triplet: DB, 44 and 3C. RGB value is (219,68,60). Sum of RGB (Red+Green+Blue) = 219+68+60=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB443C is #24BBC3. Grayscale: #707070. Windows color (decimal): -2407364 or 3949787. OLE color: 3949787.

HSL color Cylindrical-coordinate representation of color #DB443C: hue angle of 3.02º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB443C is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 68 60 -
CMYK 0 0.69 0.73 0.14
HSL 3.02º 0.69% 0.55% -
HSV(B) 3.02º 0.73% 0.86% -
XYZ 32.1 19.52 6.35 -
YUV 112.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 219 68 60 0 0.69 0.73 0.14 3.02 0.69 0.55
Hex DB 44 3C 0 45 49 E 3 45 37
Octal 333 104 74 0 105 111 16 3 105 67
Binary 11011011 1000100 111100 0 1000101 1001001 1110 11 1000101 110111

Color Harmonies of #DB443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB443C

Black with #DB443C

Text Example


Text Example

White with #DB443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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