Html Css Color HEX #DB4523 Cinnabar

📋 copy color: '#DB4523'

red 219 ◦ green 69 ◦ blue 35

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

Shades of Cinnabar #DB4523

Tints of Cinnabar #DB4523

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.36%

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

R = 67.8%
G = 21.36%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB4523 (or 0xDB4523) is known color: Cinnabar. HEX triplet: DB, 45 and 23. RGB value is (219,69,35). Sum of RGB (Red+Green+Blue) = 219+69+35=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 35 (14.06% from 255 or 10.84% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4523 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4523 is #24BADC. Grayscale: #6E6E6E. Windows color (decimal): -2407133 or 2311643. OLE color: 2311643.

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

Color convert

RGB 219 69 35 -
CMYK 0 0.68 0.84 0.14
HSL 11.09º 0.72% 0.5% -
HSV(B) 11.09º 0.84% 0.86% -
XYZ 31.64 19.44 3.67 -
YUV 109.97 85.7 205.76 -
System Red Green Blue C M Y K H S L
Decimal 219 69 35 0 0.68 0.84 0.14 11.09 0.72 0.5
Hex DB 45 23 0 44 54 E B 48 32
Octal 333 105 43 0 104 124 16 13 110 62
Binary 11011011 1000101 100011 0 1000100 1010100 1110 1011 1001000 110010

Color Harmonies of #DB4523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4523

Black with #DB4523

Text Example


Text Example

White with #DB4523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4523; }

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

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

background-color css

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

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

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

border-color css

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

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

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