Html Css Color HEX #DB3F2B Cinnabar

📋 copy color: '#DB3F2B'

red 219 ◦ green 63 ◦ blue 43

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

Shades of Cinnabar #DB3F2B

Tints of Cinnabar #DB3F2B

RGB

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

 GREEN value IS 63 (25% from 255) = 19.38%

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

R = 67.38%
G = 19.38%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB3F2B (or 0xDB3F2B) is known color: Cinnabar. HEX triplet: DB, 3F and 2B. RGB value is (219,63,43). Sum of RGB (Red+Green+Blue) = 219+63+43=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F2B is #24C0D4. Grayscale: #6B6B6B. Windows color (decimal): -2408661 or 2834395. OLE color: 2834395.

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

Color convert

RGB 219 63 43 -
CMYK 0 0.71 0.80 0.14
HSL 6.82º 0.71% 0.51% -
HSV(B) 6.82º 0.8% 0.86% -
XYZ 31.43 18.79 4.26 -
YUV 107.36 91.68 207.63 -
System Red Green Blue C M Y K H S L
Decimal 219 63 43 0 0.71 0.80 0.14 6.82 0.71 0.51
Hex DB 3F 2B 0 47 50 E 7 47 33
Octal 333 77 53 0 107 120 16 7 107 63
Binary 11011011 111111 101011 0 1000111 1010000 1110 111 1000111 110011

Color Harmonies of #DB3F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F2B

Black with #DB3F2B

Text Example


Text Example

White with #DB3F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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