Html Css Color HEX #DB4324 Cinnabar

📋 copy color: '#DB4324'

red 219 ◦ green 67 ◦ blue 36

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

Shades of Cinnabar #DB4324

Tints of Cinnabar #DB4324

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.81%

 BLUE value IS 36 (14.45% from 255) = 11.18%

R = 68.01%
G = 20.81%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#DB4324 (or 0xDB4324) is known color: Cinnabar. HEX triplet: DB, 43 and 24. RGB value is (219,67,36). Sum of RGB (Red+Green+Blue) = 219+67+36=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 36 (14.45% from 255 or 11.18% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4324 is #24BCDB. Grayscale: #6D6D6D. Windows color (decimal): -2407644 or 2376667. OLE color: 2376667.

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

Color convert

RGB 219 67 36 -
CMYK 0 0.69 0.84 0.14
HSL 10.16º 0.72% 0.5% -
HSV(B) 10.16º 0.84% 0.86% -
XYZ 31.54 19.2 3.71 -
YUV 108.91 86.86 206.52 -
System Red Green Blue C M Y K H S L
Decimal 219 67 36 0 0.69 0.84 0.14 10.16 0.72 0.5
Hex DB 43 24 0 45 54 E A 48 32
Octal 333 103 44 0 105 124 16 12 110 62
Binary 11011011 1000011 100100 0 1000101 1010100 1110 1010 1001000 110010

Color Harmonies of #DB4324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4324

Black with #DB4324

Text Example


Text Example

White with #DB4324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4324; }

 p { color: rgb(219,67,36); }

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

background-color css

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

 a { background-color: rgb(219,67,36); }

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

border-color css

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

 span { border-color: rgb(219,67,36); }

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