Html Css Color HEX #DB4026 Cinnabar

📋 copy color: '#DB4026'

red 219 ◦ green 64 ◦ blue 38

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

Shades of Cinnabar #DB4026

Tints of Cinnabar #DB4026

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.94%

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

R = 68.22%
G = 19.94%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB4026 (or 0xDB4026) is known color: Cinnabar. HEX triplet: DB, 40 and 26. RGB value is (219,64,38). Sum of RGB (Red+Green+Blue) = 219+64+38=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4026 is #24BFD9. Grayscale: #6B6B6B. Windows color (decimal): -2408410 or 2506971. OLE color: 2506971.

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

Color convert

RGB 219 64 38 -
CMYK 0 0.71 0.83 0.14
HSL 8.62º 0.72% 0.5% -
HSV(B) 8.62º 0.83% 0.86% -
XYZ 31.4 18.87 3.82 -
YUV 107.38 88.85 207.61 -
System Red Green Blue C M Y K H S L
Decimal 219 64 38 0 0.71 0.83 0.14 8.62 0.72 0.5
Hex DB 40 26 0 47 53 E 9 48 32
Octal 333 100 46 0 107 123 16 11 110 62
Binary 11011011 1000000 100110 0 1000111 1010011 1110 1001 1001000 110010

Color Harmonies of #DB4026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4026

Black with #DB4026

Text Example


Text Example

White with #DB4026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4026; }

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

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

background-color css

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

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

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

border-color css

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

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

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