Html Css Color HEX #DB3A2A Cinnabar

📋 copy color: '#DB3A2A'

red 219 ◦ green 58 ◦ blue 42

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

Shades of Cinnabar #DB3A2A

Tints of Cinnabar #DB3A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.18%

 BLUE value IS 42 (16.8% from 255) = 13.17%

R = 68.65%
G = 18.18%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB3A2A (or 0xDB3A2A) is known color: Cinnabar. HEX triplet: DB, 3A and 2A. RGB value is (219,58,42). Sum of RGB (Red+Green+Blue) = 219+58+42=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A2A is #24C5D5. Grayscale: #686868. Windows color (decimal): -2409942 or 2767579. OLE color: 2767579.

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

Color convert

RGB 219 58 42 -
CMYK 0 0.74 0.81 0.14
HSL 5.42º 0.71% 0.51% -
HSV(B) 5.42º 0.81% 0.86% -
XYZ 31.14 18.25 4.07 -
YUV 104.32 92.84 209.8 -
System Red Green Blue C M Y K H S L
Decimal 219 58 42 0 0.74 0.81 0.14 5.42 0.71 0.51
Hex DB 3A 2A 0 4A 51 E 5 47 33
Octal 333 72 52 0 112 121 16 5 107 63
Binary 11011011 111010 101010 0 1001010 1010001 1110 101 1000111 110011

Color Harmonies of #DB3A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A2A

Black with #DB3A2A

Text Example


Text Example

White with #DB3A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A2A; }

 p { color: rgb(219,58,42); }

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

background-color css

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

 a { background-color: rgb(219,58,42); }

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

border-color css

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

 span { border-color: rgb(219,58,42); }

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