Html Css Color HEX #DB3826 Cinnabar

📋 copy color: '#DB3826'

red 219 ◦ green 56 ◦ blue 38

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

Shades of Cinnabar #DB3826

Tints of Cinnabar #DB3826

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.89%

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

R = 69.97%
G = 17.89%
B = 12.14%

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

#DB3826 (or 0xDB3826) is known color: Cinnabar. HEX triplet: DB, 38 and 26. RGB value is (219,56,38). Sum of RGB (Red+Green+Blue) = 219+56+38=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3826 is #24C7D9. Grayscale: #666666. Windows color (decimal): -2410458 or 2504923. OLE color: 2504923.

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

Color convert

RGB 219 56 38 -
CMYK 0 0.74 0.83 0.14
HSL 5.97º 0.72% 0.5% -
HSV(B) 5.97º 0.83% 0.86% -
XYZ 30.98 18.03 3.68 -
YUV 102.69 91.5 210.96 -
System Red Green Blue C M Y K H S L
Decimal 219 56 38 0 0.74 0.83 0.14 5.97 0.72 0.5
Hex DB 38 26 0 4A 53 E 6 48 32
Octal 333 70 46 0 112 123 16 6 110 62
Binary 11011011 111000 100110 0 1001010 1010011 1110 110 1001000 110010

Color Harmonies of #DB3826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3826

Black with #DB3826

Text Example


Text Example

White with #DB3826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3826; }

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

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

background-color css

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

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

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

border-color css

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

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

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