Html Css Color HEX #DB3A2B Cinnabar

📋 copy color: '#DB3A2B'

red 219 ◦ green 58 ◦ blue 43

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

Shades of Cinnabar #DB3A2B

Tints of Cinnabar #DB3A2B

RGB

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

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

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

R = 68.44%
G = 18.13%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB3A2B (or 0xDB3A2B) is known color: Cinnabar. HEX triplet: DB, 3A and 2B. RGB value is (219,58,43). Sum of RGB (Red+Green+Blue) = 219+58+43=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A2B is #24C5D4. Grayscale: #686868. Windows color (decimal): -2409941 or 2833115. OLE color: 2833115.

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

Color convert

RGB 219 58 43 -
CMYK 0 0.74 0.80 0.14
HSL 5.11º 0.71% 0.51% -
HSV(B) 5.11º 0.8% 0.86% -
XYZ 31.16 18.26 4.17 -
YUV 104.43 93.34 209.72 -
System Red Green Blue C M Y K H S L
Decimal 219 58 43 0 0.74 0.80 0.14 5.11 0.71 0.51
Hex DB 3A 2B 0 4A 50 E 5 47 33
Octal 333 72 53 0 112 120 16 5 107 63
Binary 11011011 111010 101011 0 1001010 1010000 1110 101 1000111 110011

Color Harmonies of #DB3A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A2B

Black with #DB3A2B

Text Example


Text Example

White with #DB3A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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