Html Css Color HEX #DB4626 Cinnabar

📋 copy color: '#DB4626'

red 219 ◦ green 70 ◦ blue 38

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

Shades of Cinnabar #DB4626

Tints of Cinnabar #DB4626

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

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

R = 66.97%
G = 21.41%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB4626 (or 0xDB4626) is known color: Cinnabar. HEX triplet: DB, 46 and 26. RGB value is (219,70,38). Sum of RGB (Red+Green+Blue) = 219+70+38=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 38 (15.23% from 255 or 11.62% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4626 is #24B9D9. Grayscale: #6F6F6F. Windows color (decimal): -2406874 or 2508507. OLE color: 2508507.

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

Color convert

RGB 219 70 38 -
CMYK 0 0.68 0.83 0.14
HSL 10.61º 0.72% 0.5% -
HSV(B) 10.61º 0.83% 0.86% -
XYZ 31.75 19.58 3.94 -
YUV 110.9 86.86 205.1 -
System Red Green Blue C M Y K H S L
Decimal 219 70 38 0 0.68 0.83 0.14 10.61 0.72 0.5
Hex DB 46 26 0 44 53 E B 48 32
Octal 333 106 46 0 104 123 16 13 110 62
Binary 11011011 1000110 100110 0 1000100 1010011 1110 1011 1001000 110010

Color Harmonies of #DB4626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4626

Black with #DB4626

Text Example


Text Example

White with #DB4626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4626; }

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

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

background-color css

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

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

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

border-color css

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

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

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