Html Css Color HEX #DB4641 Cinnabar

📋 copy color: '#DB4641'

red 219 ◦ green 70 ◦ blue 65

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

Shades of Cinnabar #DB4641

Tints of Cinnabar #DB4641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.77%

 BLUE value IS 65 (25.78% from 255) = 18.36%

R = 61.86%
G = 19.77%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB4641 (or 0xDB4641) is known color: Cinnabar. HEX triplet: DB, 46 and 41. RGB value is (219,70,65). Sum of RGB (Red+Green+Blue) = 219+70+65=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 70 (27.73% from 255 or 19.77% from 354); Blue value is 65 (25.78% from 255 or 18.36% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4641 is #24B9BE. Grayscale: #727272. Windows color (decimal): -2406847 or 4277979. OLE color: 4277979.

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

Color convert

RGB 219 70 65 -
CMYK 0 0.68 0.70 0.14
HSL 1.95º 0.68% 0.56% -
HSV(B) 1.95º 0.7% 0.86% -
XYZ 32.36 19.82 7.12 -
YUV 113.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 219 70 65 0 0.68 0.70 0.14 1.95 0.68 0.56
Hex DB 46 41 0 44 46 E 2 44 38
Octal 333 106 101 0 104 106 16 2 104 70
Binary 11011011 1000110 1000001 0 1000100 1000110 1110 10 1000100 111000

Color Harmonies of #DB4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4641

Black with #DB4641

Text Example


Text Example

White with #DB4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4641; }

 p { color: rgb(219,70,65); }

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

background-color css

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

 a { background-color: rgb(219,70,65); }

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

border-color css

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

 span { border-color: rgb(219,70,65); }

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