Html Css Color HEX #DB4F34 Cinnabar

📋 copy color: '#DB4F34'

red 219 ◦ green 79 ◦ blue 52

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

Shades of Cinnabar #DB4F34

Tints of Cinnabar #DB4F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 62.57%
G = 22.57%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB4F34 (or 0xDB4F34) is known color: Cinnabar. HEX triplet: DB, 4F and 34. RGB value is (219,79,52). Sum of RGB (Red+Green+Blue) = 219+79+52=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F34 is #24B0CB. Grayscale: #767676. Windows color (decimal): -2404556 or 3428315. OLE color: 3428315.

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

Color convert

RGB 219 79 52 -
CMYK 0 0.64 0.76 0.14
HSL 9.7º 0.7% 0.53% -
HSV(B) 9.7º 0.76% 0.86% -
XYZ 32.63 20.9 5.56 -
YUV 117.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 219 79 52 0 0.64 0.76 0.14 9.7 0.7 0.53
Hex DB 4F 34 0 40 4C E A 46 35
Octal 333 117 64 0 100 114 16 12 106 65
Binary 11011011 1001111 110100 0 1000000 1001100 1110 1010 1000110 110101

Color Harmonies of #DB4F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4F34

Black with #DB4F34

Text Example


Text Example

White with #DB4F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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