Html Css Color HEX #DB4923 Cinnabar

📋 copy color: '#DB4923'

red 219 ◦ green 73 ◦ blue 35

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

Shades of Cinnabar #DB4923

Tints of Cinnabar #DB4923

RGB

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

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

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

R = 66.97%
G = 22.32%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB4923 (or 0xDB4923) is known color: Cinnabar. HEX triplet: DB, 49 and 23. RGB value is (219,73,35). Sum of RGB (Red+Green+Blue) = 219+73+35=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4923 is #24B6DC. Grayscale: #707070. Windows color (decimal): -2406109 or 2312667. OLE color: 2312667.

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

Color convert

RGB 219 73 35 -
CMYK 0 0.67 0.84 0.14
HSL 12.39º 0.72% 0.5% -
HSV(B) 12.39º 0.84% 0.86% -
XYZ 31.9 19.95 3.76 -
YUV 112.32 84.37 204.09 -
System Red Green Blue C M Y K H S L
Decimal 219 73 35 0 0.67 0.84 0.14 12.39 0.72 0.5
Hex DB 49 23 0 43 54 E C 48 32
Octal 333 111 43 0 103 124 16 14 110 62
Binary 11011011 1001001 100011 0 1000011 1010100 1110 1100 1001000 110010

Color Harmonies of #DB4923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4923

Black with #DB4923

Text Example


Text Example

White with #DB4923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4923; }

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

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

background-color css

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

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

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

border-color css

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

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

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