Html Css Color HEX #DB4B26 Cinnabar

📋 copy color: '#DB4B26'

red 219 ◦ green 75 ◦ blue 38

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

Shades of Cinnabar #DB4B26

Tints of Cinnabar #DB4B26

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.59%

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

R = 65.96%
G = 22.59%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB4B26 (or 0xDB4B26) is known color: Cinnabar. HEX triplet: DB, 4B and 26. RGB value is (219,75,38). Sum of RGB (Red+Green+Blue) = 219+75+38=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4B26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4B26 is #24B4D9. Grayscale: #727272. Windows color (decimal): -2405594 or 2509787. OLE color: 2509787.

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

Color convert

RGB 219 75 38 -
CMYK 0 0.66 0.83 0.14
HSL 12.27º 0.72% 0.5% -
HSV(B) 12.27º 0.83% 0.86% -
XYZ 32.08 20.23 4.05 -
YUV 113.84 85.21 203.01 -
System Red Green Blue C M Y K H S L
Decimal 219 75 38 0 0.66 0.83 0.14 12.27 0.72 0.5
Hex DB 4B 26 0 42 53 E C 48 32
Octal 333 113 46 0 102 123 16 14 110 62
Binary 11011011 1001011 100110 0 1000010 1010011 1110 1100 1001000 110010

Color Harmonies of #DB4B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4B26

Black with #DB4B26

Text Example


Text Example

White with #DB4B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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