Html Css Color HEX #DB3926 Cinnabar

📋 copy color: '#DB3926'

red 219 ◦ green 57 ◦ blue 38

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

Shades of Cinnabar #DB3926

Tints of Cinnabar #DB3926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.15%

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 69.75%
G = 18.15%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB3926 (or 0xDB3926) is known color: Cinnabar. HEX triplet: DB, 39 and 26. RGB value is (219,57,38). Sum of RGB (Red+Green+Blue) = 219+57+38=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3926 is #24C6D9. Grayscale: #676767. Windows color (decimal): -2410202 or 2505179. OLE color: 2505179.

HSL color Cylindrical-coordinate representation of color #DB3926: hue angle of 6.3º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB3926 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 57 38 -
CMYK 0 0.74 0.83 0.14
HSL 6.3º 0.72% 0.5% -
HSV(B) 6.3º 0.83% 0.86% -
XYZ 31.03 18.13 3.7 -
YUV 103.27 91.17 210.54 -
System Red Green Blue C M Y K H S L
Decimal 219 57 38 0 0.74 0.83 0.14 6.3 0.72 0.5
Hex DB 39 26 0 4A 53 E 6 48 32
Octal 333 71 46 0 112 123 16 6 110 62
Binary 11011011 111001 100110 0 1001010 1010011 1110 110 1001000 110010

Color Harmonies of #DB3926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3926

Black with #DB3926

Text Example


Text Example

White with #DB3926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3926; }

 p { color: rgb(219,57,38); }

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

background-color css

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

 a { background-color: rgb(219,57,38); }

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

border-color css

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

 span { border-color: rgb(219,57,38); }

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