Html Css Color HEX #DB3F2F Cinnabar

📋 copy color: '#DB3F2F'

red 219 ◦ green 63 ◦ blue 47

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

Shades of Cinnabar #DB3F2F

Tints of Cinnabar #DB3F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.29%

R = 66.57%
G = 19.15%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB3F2F (or 0xDB3F2F) is known color: Cinnabar. HEX triplet: DB, 3F and 2F. RGB value is (219,63,47). Sum of RGB (Red+Green+Blue) = 219+63+47=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F2F is #24C0D0. Grayscale: #6C6C6C. Windows color (decimal): -2408657 or 3096539. OLE color: 3096539.

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

Color convert

RGB 219 63 47 -
CMYK 0 0.71 0.79 0.14
HSL 5.58º 0.7% 0.52% -
HSV(B) 5.58º 0.79% 0.86% -
XYZ 31.5 18.82 4.66 -
YUV 107.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 219 63 47 0 0.71 0.79 0.14 5.58 0.7 0.52
Hex DB 3F 2F 0 47 4F E 6 46 34
Octal 333 77 57 0 107 117 16 6 106 64
Binary 11011011 111111 101111 0 1000111 1001111 1110 110 1000110 110100

Color Harmonies of #DB3F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F2F

Black with #DB3F2F

Text Example


Text Example

White with #DB3F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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