Html Css Color HEX #DB4826 Cinnabar

📋 copy color: '#DB4826'

red 219 ◦ green 72 ◦ blue 38

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

Shades of Cinnabar #DB4826

Tints of Cinnabar #DB4826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.88%

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

R = 66.57%
G = 21.88%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB4826 (or 0xDB4826) is known color: Cinnabar. HEX triplet: DB, 48 and 26. RGB value is (219,72,38). Sum of RGB (Red+Green+Blue) = 219+72+38=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4826 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4826 is #24B7D9. Grayscale: #707070. Windows color (decimal): -2406362 or 2509019. OLE color: 2509019.

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

Color convert

RGB 219 72 38 -
CMYK 0 0.67 0.83 0.14
HSL 11.27º 0.72% 0.5% -
HSV(B) 11.27º 0.83% 0.86% -
XYZ 31.88 19.83 3.98 -
YUV 112.08 86.2 204.26 -
System Red Green Blue C M Y K H S L
Decimal 219 72 38 0 0.67 0.83 0.14 11.27 0.72 0.5
Hex DB 48 26 0 43 53 E B 48 32
Octal 333 110 46 0 103 123 16 13 110 62
Binary 11011011 1001000 100110 0 1000011 1010011 1110 1011 1001000 110010

Color Harmonies of #DB4826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4826

Black with #DB4826

Text Example


Text Example

White with #DB4826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4826; }

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

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

background-color css

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

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

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

border-color css

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

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

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