Html Css Color HEX #DB3C31 Cinnabar

📋 copy color: '#DB3C31'

red 219 ◦ green 60 ◦ blue 49

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

Shades of Cinnabar #DB3C31

Tints of Cinnabar #DB3C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.29%

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 66.77%
G = 18.29%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB3C31 (or 0xDB3C31) is known color: Cinnabar. HEX triplet: DB, 3C and 31. RGB value is (219,60,49). Sum of RGB (Red+Green+Blue) = 219+60+49=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C31 is #24C3CE. Grayscale: #6A6A6A. Windows color (decimal): -2409423 or 3226843. OLE color: 3226843.

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

Color convert

RGB 219 60 49 -
CMYK 0 0.73 0.78 0.14
HSL 3.88º 0.7% 0.53% -
HSV(B) 3.88º 0.78% 0.86% -
XYZ 31.38 18.51 4.83 -
YUV 106.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 219 60 49 0 0.73 0.78 0.14 3.88 0.7 0.53
Hex DB 3C 31 0 49 4E E 4 46 35
Octal 333 74 61 0 111 116 16 4 106 65
Binary 11011011 111100 110001 0 1001001 1001110 1110 100 1000110 110101

Color Harmonies of #DB3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3C31

Black with #DB3C31

Text Example


Text Example

White with #DB3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3C31; }

 p { color: rgb(219,60,49); }

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

background-color css

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

 a { background-color: rgb(219,60,49); }

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

border-color css

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

 span { border-color: rgb(219,60,49); }

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