Html Css Color HEX #DB3626 Cinnabar

📋 copy color: '#DB3626'

red 219 ◦ green 54 ◦ blue 38

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

Shades of Cinnabar #DB3626

Tints of Cinnabar #DB3626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

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

R = 70.42%
G = 17.36%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB3626 (or 0xDB3626) is known color: Cinnabar. HEX triplet: DB, 36 and 26. RGB value is (219,54,38). Sum of RGB (Red+Green+Blue) = 219+54+38=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3626 is #24C9D9. Grayscale: #656565. Windows color (decimal): -2410970 or 2504411. OLE color: 2504411.

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

Color convert

RGB 219 54 38 -
CMYK 0 0.75 0.83 0.14
HSL 5.3º 0.72% 0.5% -
HSV(B) 5.3º 0.83% 0.86% -
XYZ 30.88 17.84 3.65 -
YUV 101.51 92.16 211.8 -
System Red Green Blue C M Y K H S L
Decimal 219 54 38 0 0.75 0.83 0.14 5.3 0.72 0.5
Hex DB 36 26 0 4B 53 E 5 48 32
Octal 333 66 46 0 113 123 16 5 110 62
Binary 11011011 110110 100110 0 1001011 1010011 1110 101 1001000 110010

Color Harmonies of #DB3626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3626

Black with #DB3626

Text Example


Text Example

White with #DB3626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3626; }

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

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

background-color css

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

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

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

border-color css

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

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

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