Html Css Color HEX #DB4341 Cinnabar

📋 copy color: '#DB4341'

red 219 ◦ green 67 ◦ blue 65

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

Shades of Cinnabar #DB4341

Tints of Cinnabar #DB4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.09%

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

R = 62.39%
G = 19.09%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB4341 (or 0xDB4341) is known color: Cinnabar. HEX triplet: DB, 43 and 41. RGB value is (219,67,65). Sum of RGB (Red+Green+Blue) = 219+67+65=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4341 is #24BCBE. Grayscale: #707070. Windows color (decimal): -2407615 or 4277211. OLE color: 4277211.

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

Color convert

RGB 219 67 65 -
CMYK 0 0.69 0.70 0.14
HSL 0.78º 0.68% 0.56% -
HSV(B) 0.78º 0.7% 0.86% -
XYZ 32.17 19.46 7.06 -
YUV 112.22 101.36 204.16 -
System Red Green Blue C M Y K H S L
Decimal 219 67 65 0 0.69 0.70 0.14 0.78 0.68 0.56
Hex DB 43 41 0 45 46 E 1 44 38
Octal 333 103 101 0 105 106 16 1 104 70
Binary 11011011 1000011 1000001 0 1000101 1000110 1110 1 1000100 111000

Color Harmonies of #DB4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4341

Black with #DB4341

Text Example


Text Example

White with #DB4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4341; }

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

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

background-color css

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

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

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

border-color css

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

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

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