Html Css Color HEX #DB4543 Cinnabar

📋 copy color: '#DB4543'

red 219 ◦ green 69 ◦ blue 67

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

Shades of Cinnabar #DB4543

Tints of Cinnabar #DB4543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.44%

 BLUE value IS 67 (26.56% from 255) = 18.87%

R = 61.69%
G = 19.44%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB4543 (or 0xDB4543) is known color: Cinnabar. HEX triplet: DB, 45 and 43. RGB value is (219,69,67). Sum of RGB (Red+Green+Blue) = 219+69+67=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4543 is #24BABC. Grayscale: #717171. Windows color (decimal): -2407101 or 4408795. OLE color: 4408795.

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

Color convert

RGB 219 69 67 -
CMYK 0 0.68 0.69 0.14
HSL 0.79º 0.68% 0.56% -
HSV(B) 0.79º 0.69% 0.86% -
XYZ 32.35 19.72 7.41 -
YUV 113.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 219 69 67 0 0.68 0.69 0.14 0.79 0.68 0.56
Hex DB 45 43 0 44 45 E 1 44 38
Octal 333 105 103 0 104 105 16 1 104 70
Binary 11011011 1000101 1000011 0 1000100 1000101 1110 1 1000100 111000

Color Harmonies of #DB4543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4543

Black with #DB4543

Text Example


Text Example

White with #DB4543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4543; }

 p { color: rgb(219,69,67); }

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

background-color css

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

 a { background-color: rgb(219,69,67); }

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

border-color css

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

 span { border-color: rgb(219,69,67); }

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