Html Css Color HEX #DB4628 Cinnabar

📋 copy color: '#DB4628'

red 219 ◦ green 70 ◦ blue 40

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

Shades of Cinnabar #DB4628

Tints of Cinnabar #DB4628

RGB

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

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

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

R = 66.57%
G = 21.28%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB4628 (or 0xDB4628) is known color: Cinnabar. HEX triplet: DB, 46 and 28. RGB value is (219,70,40). Sum of RGB (Red+Green+Blue) = 219+70+40=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4628 is #24B9D7. Grayscale: #6F6F6F. Windows color (decimal): -2406872 or 2639579. OLE color: 2639579.

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

Color convert

RGB 219 70 40 -
CMYK 0 0.68 0.82 0.14
HSL 10.06º 0.71% 0.51% -
HSV(B) 10.06º 0.82% 0.86% -
XYZ 31.79 19.59 4.11 -
YUV 111.13 87.86 204.94 -
System Red Green Blue C M Y K H S L
Decimal 219 70 40 0 0.68 0.82 0.14 10.06 0.71 0.51
Hex DB 46 28 0 44 52 E A 47 33
Octal 333 106 50 0 104 122 16 12 107 63
Binary 11011011 1000110 101000 0 1000100 1010010 1110 1010 1000111 110011

Color Harmonies of #DB4628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4628

Black with #DB4628

Text Example


Text Example

White with #DB4628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4628; }

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

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

background-color css

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

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

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

border-color css

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

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

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