Html Css Color HEX #DB3933 Cinnabar

📋 copy color: '#DB3933'

red 219 ◦ green 57 ◦ blue 51

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

Shades of Cinnabar #DB3933

Tints of Cinnabar #DB3933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

 BLUE value IS 51 (20.31% from 255) = 15.6%

R = 66.97%
G = 17.43%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB3933 (or 0xDB3933) is known color: Cinnabar. HEX triplet: DB, 39 and 33. RGB value is (219,57,51). Sum of RGB (Red+Green+Blue) = 219+57+51=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3933 is #24C6CC. Grayscale: #686868. Windows color (decimal): -2410189 or 3357147. OLE color: 3357147.

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

Color convert

RGB 219 57 51 -
CMYK 0 0.74 0.77 0.14
HSL 2.14º 0.7% 0.53% -
HSV(B) 2.14º 0.77% 0.86% -
XYZ 31.27 18.23 5 -
YUV 104.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 219 57 51 0 0.74 0.77 0.14 2.14 0.7 0.53
Hex DB 39 33 0 4A 4D E 2 46 35
Octal 333 71 63 0 112 115 16 2 106 65
Binary 11011011 111001 110011 0 1001010 1001101 1110 10 1000110 110101

Color Harmonies of #DB3933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3933

Black with #DB3933

Text Example


Text Example

White with #DB3933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3933; }

 p { color: rgb(219,57,51); }

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

background-color css

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

 a { background-color: rgb(219,57,51); }

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

border-color css

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

 span { border-color: rgb(219,57,51); }

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