Html Css Color HEX #DB4E23 Cinnabar

📋 copy color: '#DB4E23'

red 219 ◦ green 78 ◦ blue 35

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

Shades of Cinnabar #DB4E23

Tints of Cinnabar #DB4E23

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.49%

 BLUE value IS 35 (14.06% from 255) = 10.54%

R = 65.96%
G = 23.49%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB4E23 (or 0xDB4E23) is known color: Cinnabar. HEX triplet: DB, 4E and 23. RGB value is (219,78,35). Sum of RGB (Red+Green+Blue) = 219+78+35=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E23 is #24B1DC. Grayscale: #737373. Windows color (decimal): -2404829 or 2313947. OLE color: 2313947.

HSL color Cylindrical-coordinate representation of color #DB4E23: hue angle of 14.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB4E23 is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 78 35 -
CMYK 0 0.64 0.84 0.14
HSL 14.02º 0.72% 0.5% -
HSV(B) 14.02º 0.84% 0.86% -
XYZ 32.24 20.63 3.87 -
YUV 115.26 82.71 202 -
System Red Green Blue C M Y K H S L
Decimal 219 78 35 0 0.64 0.84 0.14 14.02 0.72 0.5
Hex DB 4E 23 0 40 54 E E 48 32
Octal 333 116 43 0 100 124 16 16 110 62
Binary 11011011 1001110 100011 0 1000000 1010100 1110 1110 1001000 110010

Color Harmonies of #DB4E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4E23

Black with #DB4E23

Text Example


Text Example

White with #DB4E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4E23; }

 p { color: rgb(219,78,35); }

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

background-color css

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

 a { background-color: rgb(219,78,35); }

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

border-color css

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

 span { border-color: rgb(219,78,35); }

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