Html Css Color HEX #DB4C40 Cinnabar

📋 copy color: '#DB4C40'

red 219 ◦ green 76 ◦ blue 64

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

Shades of Cinnabar #DB4C40

Tints of Cinnabar #DB4C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.17%

 BLUE value IS 64 (25.39% from 255) = 17.83%

R = 61%
G = 21.17%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB4C40 (or 0xDB4C40) is known color: Cinnabar. HEX triplet: DB, 4C and 40. RGB value is (219,76,64). Sum of RGB (Red+Green+Blue) = 219+76+64=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C40 is #24B3BF. Grayscale: #757575. Windows color (decimal): -2405312 or 4213979. OLE color: 4213979.

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

Color convert

RGB 219 76 64 -
CMYK 0 0.65 0.71 0.14
HSL 4.65º 0.68% 0.55% -
HSV(B) 4.65º 0.71% 0.86% -
XYZ 32.72 20.6 7.1 -
YUV 117.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 219 76 64 0 0.65 0.71 0.14 4.65 0.68 0.55
Hex DB 4C 40 0 41 47 E 5 44 37
Octal 333 114 100 0 101 107 16 5 104 67
Binary 11011011 1001100 1000000 0 1000001 1000111 1110 101 1000100 110111

Color Harmonies of #DB4C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C40

Black with #DB4C40

Text Example


Text Example

White with #DB4C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C40; }

 p { color: rgb(219,76,64); }

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

background-color css

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

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

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

border-color css

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

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

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