Html Css Color HEX #DB4928 Cinnabar

📋 copy color: '#DB4928'

red 219 ◦ green 73 ◦ blue 40

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

Shades of Cinnabar #DB4928

Tints of Cinnabar #DB4928

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.99%

 BLUE value IS 40 (16.02% from 255) = 12.05%

R = 65.96%
G = 21.99%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB4928 (or 0xDB4928) is known color: Cinnabar. HEX triplet: DB, 49 and 28. RGB value is (219,73,40). Sum of RGB (Red+Green+Blue) = 219+73+40=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4928 is #24B6D7. Grayscale: #717171. Windows color (decimal): -2406104 or 2640347. OLE color: 2640347.

HSL color Cylindrical-coordinate representation of color #DB4928: hue angle of 11.06º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB4928 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 73 40 -
CMYK 0 0.67 0.82 0.14
HSL 11.06º 0.71% 0.51% -
HSV(B) 11.06º 0.82% 0.86% -
XYZ 31.98 19.98 4.18 -
YUV 112.89 86.87 203.68 -
System Red Green Blue C M Y K H S L
Decimal 219 73 40 0 0.67 0.82 0.14 11.06 0.71 0.51
Hex DB 49 28 0 43 52 E B 47 33
Octal 333 111 50 0 103 122 16 13 107 63
Binary 11011011 1001001 101000 0 1000011 1010010 1110 1011 1000111 110011

Color Harmonies of #DB4928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4928

Black with #DB4928

Text Example


Text Example

White with #DB4928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4928; }

 p { color: rgb(219,73,40); }

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

background-color css

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

 a { background-color: rgb(219,73,40); }

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

border-color css

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

 span { border-color: rgb(219,73,40); }

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