Html Css Color HEX #DB4C3F Cinnabar

📋 copy color: '#DB4C3F'

red 219 ◦ green 76 ◦ blue 63

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

Shades of Cinnabar #DB4C3F

Tints of Cinnabar #DB4C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.6%

R = 61.17%
G = 21.23%
B = 17.6%

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

#DB4C3F (or 0xDB4C3F) is known color: Cinnabar. HEX triplet: DB, 4C and 3F. RGB value is (219,76,63). Sum of RGB (Red+Green+Blue) = 219+76+63=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 63 (25% from 255 or 17.60% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C3F is #24B3C0. Grayscale: #757575. Windows color (decimal): -2405313 or 4148443. OLE color: 4148443.

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

Color convert

RGB 219 76 63 -
CMYK 0 0.65 0.71 0.14
HSL 0.68% 0.55% -
HSV(B) 0.71% 0.86% -
XYZ 32.7 20.59 6.95 -
YUV 117.28 97.38 200.56 -
System Red Green Blue C M Y K H S L
Decimal 219 76 63 0 0.65 0.71 0.14 5 0.68 0.55
Hex DB 4C 3F 0 41 47 E 5 44 37
Octal 333 114 77 0 101 107 16 5 104 67
Binary 11011011 1001100 111111 0 1000001 1000111 1110 101 1000100 110111

Color Harmonies of #DB4C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4C3F

Black with #DB4C3F

Text Example


Text Example

White with #DB4C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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