Html Css Color HEX #DB4A2B Cinnabar

📋 copy color: '#DB4A2B'

red 219 ◦ green 74 ◦ blue 43

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

Shades of Cinnabar #DB4A2B

Tints of Cinnabar #DB4A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.8%

R = 65.18%
G = 22.02%
B = 12.8%

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

#DB4A2B (or 0xDB4A2B) is known color: Cinnabar. HEX triplet: DB, 4A and 2B. RGB value is (219,74,43). Sum of RGB (Red+Green+Blue) = 219+74+43=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A2B is #24B5D4. Grayscale: #727272. Windows color (decimal): -2405845 or 2837211. OLE color: 2837211.

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

Color convert

RGB 219 74 43 -
CMYK 0 0.66 0.80 0.14
HSL 10.57º 0.71% 0.51% -
HSV(B) 10.57º 0.8% 0.86% -
XYZ 32.1 20.13 4.48 -
YUV 113.82 88.04 203.02 -
System Red Green Blue C M Y K H S L
Decimal 219 74 43 0 0.66 0.80 0.14 10.57 0.71 0.51
Hex DB 4A 2B 0 42 50 E B 47 33
Octal 333 112 53 0 102 120 16 13 107 63
Binary 11011011 1001010 101011 0 1000010 1010000 1110 1011 1000111 110011

Color Harmonies of #DB4A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4A2B

Black with #DB4A2B

Text Example


Text Example

White with #DB4A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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