Html Css Color HEX #DB4F2F Cinnabar

📋 copy color: '#DB4F2F'

red 219 ◦ green 79 ◦ blue 47

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

Shades of Cinnabar #DB4F2F

Tints of Cinnabar #DB4F2F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.9%

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

R = 63.48%
G = 22.9%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB4F2F (or 0xDB4F2F) is known color: Cinnabar. HEX triplet: DB, 4F and 2F. RGB value is (219,79,47). Sum of RGB (Red+Green+Blue) = 219+79+47=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F2F is #24B0D0. Grayscale: #757575. Windows color (decimal): -2404561 or 3100635. OLE color: 3100635.

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

Color convert

RGB 219 79 47 -
CMYK 0 0.64 0.79 0.14
HSL 11.16º 0.7% 0.52% -
HSV(B) 11.16º 0.79% 0.86% -
XYZ 32.52 20.86 5 -
YUV 117.21 88.38 200.6 -
System Red Green Blue C M Y K H S L
Decimal 219 79 47 0 0.64 0.79 0.14 11.16 0.7 0.52
Hex DB 4F 2F 0 40 4F E B 46 34
Octal 333 117 57 0 100 117 16 13 106 64
Binary 11011011 1001111 101111 0 1000000 1001111 1110 1011 1000110 110100

Color Harmonies of #DB4F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F2F

Black with #DB4F2F

Text Example


Text Example

White with #DB4F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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