Html Css Color HEX #DB4226 Cinnabar

📋 copy color: '#DB4226'

red 219 ◦ green 66 ◦ blue 38

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

Shades of Cinnabar #DB4226

Tints of Cinnabar #DB4226

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.43%

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

R = 67.8%
G = 20.43%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DB4226 (or 0xDB4226) is known color: Cinnabar. HEX triplet: DB, 42 and 26. RGB value is (219,66,38). Sum of RGB (Red+Green+Blue) = 219+66+38=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4226 is #24BDD9. Grayscale: #6C6C6C. Windows color (decimal): -2407898 or 2507483. OLE color: 2507483.

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

Color convert

RGB 219 66 38 -
CMYK 0 0.70 0.83 0.14
HSL 9.28º 0.72% 0.5% -
HSV(B) 9.28º 0.83% 0.86% -
XYZ 31.51 19.1 3.86 -
YUV 108.56 88.19 206.78 -
System Red Green Blue C M Y K H S L
Decimal 219 66 38 0 0.70 0.83 0.14 9.28 0.72 0.5
Hex DB 42 26 0 46 53 E 9 48 32
Octal 333 102 46 0 106 123 16 11 110 62
Binary 11011011 1000010 100110 0 1000110 1010011 1110 1001 1001000 110010

Color Harmonies of #DB4226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4226

Black with #DB4226

Text Example


Text Example

White with #DB4226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4226; }

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

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

background-color css

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

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

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

border-color css

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

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

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