Html Css Color HEX #DB3526 Cinnabar

📋 copy color: '#DB3526'

red 219 ◦ green 53 ◦ blue 38

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

Shades of Cinnabar #DB3526

Tints of Cinnabar #DB3526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 70.65%
G = 17.1%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB3526 (or 0xDB3526) is known color: Cinnabar. HEX triplet: DB, 35 and 26. RGB value is (219,53,38). Sum of RGB (Red+Green+Blue) = 219+53+38=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 38 (15.23% from 255 or 12.26% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3526 is #24CAD9. Grayscale: #656565. Windows color (decimal): -2411226 or 2504155. OLE color: 2504155.

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

Color convert

RGB 219 53 38 -
CMYK 0 0.76 0.83 0.14
HSL 4.97º 0.72% 0.5% -
HSV(B) 4.97º 0.83% 0.86% -
XYZ 30.84 17.75 3.63 -
YUV 100.92 92.5 212.22 -
System Red Green Blue C M Y K H S L
Decimal 219 53 38 0 0.76 0.83 0.14 4.97 0.72 0.5
Hex DB 35 26 0 4C 53 E 5 48 32
Octal 333 65 46 0 114 123 16 5 110 62
Binary 11011011 110101 100110 0 1001100 1010011 1110 101 1001000 110010

Color Harmonies of #DB3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3526

Black with #DB3526

Text Example


Text Example

White with #DB3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3526; }

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

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

background-color css

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

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

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

border-color css

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

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

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