Html Css Color HEX #DB4A2C Cinnabar

📋 copy color: '#DB4A2C'

red 219 ◦ green 74 ◦ blue 44

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

Shades of Cinnabar #DB4A2C

Tints of Cinnabar #DB4A2C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.96%

 BLUE value IS 44 (17.58% from 255) = 13.06%

R = 64.99%
G = 21.96%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB4A2C (or 0xDB4A2C) is known color: Cinnabar. HEX triplet: DB, 4A and 2C. RGB value is (219,74,44). Sum of RGB (Red+Green+Blue) = 219+74+44=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A2C is #24B5D3. Grayscale: #727272. Windows color (decimal): -2405844 or 2902747. OLE color: 2902747.

HSL color Cylindrical-coordinate representation of color #DB4A2C: hue angle of 10.29º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB4A2C is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 74 44 -
CMYK 0 0.66 0.80 0.14
HSL 10.29º 0.71% 0.52% -
HSV(B) 10.29º 0.8% 0.86% -
XYZ 32.12 20.14 4.58 -
YUV 113.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 219 74 44 0 0.66 0.80 0.14 10.29 0.71 0.52
Hex DB 4A 2C 0 42 50 E A 47 34
Octal 333 112 54 0 102 120 16 12 107 64
Binary 11011011 1001010 101100 0 1000010 1010000 1110 1010 1000111 110100

Color Harmonies of #DB4A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A2C

Black with #DB4A2C

Text Example


Text Example

White with #DB4A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A2C; }

 p { color: rgb(219,74,44); }

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

background-color css

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

 a { background-color: rgb(219,74,44); }

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

border-color css

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

 span { border-color: rgb(219,74,44); }

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