Html Css Color HEX #DB3F32 Cinnabar

📋 copy color: '#DB3F32'

red 219 ◦ green 63 ◦ blue 50

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

Shades of Cinnabar #DB3F32

Tints of Cinnabar #DB3F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.06%

R = 65.96%
G = 18.98%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB3F32 (or 0xDB3F32) is known color: Cinnabar. HEX triplet: DB, 3F and 32. RGB value is (219,63,50). Sum of RGB (Red+Green+Blue) = 219+63+50=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F32 is #24C0CD. Grayscale: #6C6C6C. Windows color (decimal): -2408654 or 3293147. OLE color: 3293147.

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

Color convert

RGB 219 63 50 -
CMYK 0 0.71 0.77 0.14
HSL 4.62º 0.7% 0.53% -
HSV(B) 4.62º 0.77% 0.86% -
XYZ 31.57 18.85 4.99 -
YUV 108.16 95.18 207.06 -
System Red Green Blue C M Y K H S L
Decimal 219 63 50 0 0.71 0.77 0.14 4.62 0.7 0.53
Hex DB 3F 32 0 47 4D E 5 46 35
Octal 333 77 62 0 107 115 16 5 106 65
Binary 11011011 111111 110010 0 1000111 1001101 1110 101 1000110 110101

Color Harmonies of #DB3F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3F32

Black with #DB3F32

Text Example


Text Example

White with #DB3F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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